Event_entrypaging nothing happens when configured

Creating and modifying plugins.
Post Reply
shsp
Regular
Posts: 17
Joined: Tue Nov 27, 2012 4:22 am

Event_entrypaging nothing happens when configured

Post by shsp »

Hello,

I downloaded and installed the Event_entrypaging plugin and it gave me the message that it was configured.

However, it is not showing on the template in the botton left as uninstalled.

Links to next/previous entry

My entries.tpl file is unchanged after I configure the plugin even though I receive this message:

Done: The new settings have been saved at 16:58:22

Please advise.

Thanks.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Event_entrypaging nothing happens when configured

Post by Timbalu »

Well that sounds somehow weird...
Why do you need the plugin entrypaging?
It is there to have next and prev entrylinks, when watching a single entry by clicking read more or the entry title.
The entries.tpl needs to have a

Code: Select all

{serendipity_hookPlugin hook="entries_header" addData="$entry_id"} 
hook to fetch the eventData, brought in by entrypaging.
Which template do you use?
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
shsp
Regular
Posts: 17
Joined: Tue Nov 27, 2012 4:22 am

Re: Event_entrypaging nothing happens when configured

Post by shsp »

I am using carl-contest. The owner of the blog thinks 'next' 'previous' is not conducive to reading, so would like to substitute the title of the blog.

Thanks.
shsp
Regular
Posts: 17
Joined: Tue Nov 27, 2012 4:22 am

Re: Event_entrypaging nothing happens when configured

Post by shsp »

P.S. The {serendipity_hookPlugin hook="entries_header" addData="$entry_id"} is in the entries.tpl as you said. Thanks.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Event_entrypaging nothing happens when configured

Post by Timbalu »

Yes and this hook displays the single entry paging links when viewing this single entry in the frontend.
However, ...is there any question left?
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply