[partly fixed] serendipity_event_entrypaging plugin
Posted: Tue Oct 25, 2005 8:18 pm
Several bugs here:
1) The Prev/Next links do not appear anywhere when selected to appear at the bottom of the entry. I tried this with 'sudan' theme and the theme that s9y comes with.
2) Random entry does not appear. It depends on config bool variable 'showrandom' that is fetched from the database (line 164 of serendipity_event_entrypaging.php), but I did not see where it is user-accessible -- even in other parts of s9y.
3) The constant PLUGIN_ENTRYPAGING_BOTTOM is misspelled: PLUGIN_PENTRYPAGING_BOTTOM. This is in lang_de.inc.php and at line 47 of serendipity_event_entrypaging.php.
Now an idea: By now the links for Prev/Next contain the titles of the corresponding entries. I think it will be good idea the user to be allowed to select from these and from standard 'Previous' and 'Next' strings (or even arrows). Whenever, the titles are very long and do not fit on one line.
1) The Prev/Next links do not appear anywhere when selected to appear at the bottom of the entry. I tried this with 'sudan' theme and the theme that s9y comes with.
2) Random entry does not appear. It depends on config bool variable 'showrandom' that is fetched from the database (line 164 of serendipity_event_entrypaging.php), but I did not see where it is user-accessible -- even in other parts of s9y.
3) The constant PLUGIN_ENTRYPAGING_BOTTOM is misspelled: PLUGIN_PENTRYPAGING_BOTTOM. This is in lang_de.inc.php and at line 47 of serendipity_event_entrypaging.php.
Now an idea: By now the links for Prev/Next contain the titles of the corresponding entries. I think it will be good idea the user to be allowed to select from these and from standard 'Previous' and 'Next' strings (or even arrows). Whenever, the titles are very long and do not fit on one line.