Next Previous Page Buttons

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
loukas79
Registered User
Posts: 38
Joined: Sat Feb 11, 2023 1:47 pm

Next Previous Page Buttons

Post by loukas79 »

Hello my friends.
I made some custom pages following the instructions I found on the forum and I want to display at the top and bottom of each page, next and previous buttons like in comment or topic boards. Is there a guide?
Thank you very much.
User avatar
warmweer
Jr. Extension Validator
Posts: 11674
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: Next Previous Page Buttons

Post by warmweer »

There's an old extension that may still work: https://www.phpbb.com/customise/db/exte ... ext_topic/
If it doesn't work you could custom edit the style files using the extension files mentioned below.

dmzx\prevnext\styles\prosilver\template\event\viewtopic_buttons_bottom_after.html
and
dmzx\prevnext\styles\prosilver\template\event\viewtopic_buttons_top_after.html

These are self-explaining.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
loukas79
Registered User
Posts: 38
Joined: Sat Feb 11, 2023 1:47 pm

Re: Next Previous Page Buttons

Post by loukas79 »

warmweer wrote: Tue May 14, 2024 7:26 pm There's an old extension that may still work: https://www.phpbb.com/customise/db/exte ... ext_topic/
If it doesn't work you could custom edit the style files using the extension files mentioned below.

dmzx\prevnext\styles\prosilver\template\event\viewtopic_buttons_bottom_after.html
and
dmzx\prevnext\styles\prosilver\template\event\viewtopic_buttons_top_after.html

These are self-explaining.
I downloaded the plugin and installed it and I'm editing the files because my pages don't show the buttons.
Thanks for the help.

Return to “phpBB Custom Coding”