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.
[partly fixed] serendipity_event_entrypaging plugin
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: serendipity_event_entrypaging plugin
Hi!
Only since Serendipity 0.8.5 and 0.9-beta2 or so the "bottom" placement should work in the templates. Which version are you using?

Regards,
Garvin
Hm, this works here properly using serendipity 0.9-beta3 and the default template.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.
Only since Serendipity 0.8.5 and 0.9-beta2 or so the "bottom" placement should work in the templates. Which version are you using?
That was a bug. Thanks, fixed.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.
Fixed as well, thanks!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.
That's a good idea, I've committed customization of the prev/next text as well.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.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: serendipity_event_entrypaging plugin
I use 0.9beta1. But will wait for official release of 0.9 and will try again then to see what is the matter.garvinhicking wrote:Hi!
Hm, this works here properly using serendipity 0.9-beta3 and the default template.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.
Only since Serendipity 0.8.5 and 0.9-beta2 or so the "bottom" placement should work in the templates. Which version are you using?