This mod makes the pagination controls in a topic more intuitive and easier to use. It does this by replacing the default pagination controls in the conversation toolbar in a topic page with a dropdown control containing all the page numbers and bigger Prev and Next buttons and adding First and Last buttons which the default controls don't have.
This is not compatible with vBCloud.
Style Customization:
By default, the pagination buttons are styled the same as the regular buttons on the site. To customize them to different style, use the following CSS selectors.
Phrase Customization:
Use the following phrase variables to translate the First, Prev, Next and Last buttons. These are all existing vB phrase variables that this mod is re-using.
Demo:
See a multi-page topic on this site.
Instructions:
Please refer to the installation document included in the file.
Price 1:
$15 (with vbmods.rocks branding in the footer)

Price 2:
$40 ($15 base price + $25 branding-free)
This is not compatible with vBCloud.
Style Customization:
By default, the pagination buttons are styled the same as the regular buttons on the site. To customize them to different style, use the following CSS selectors.
Code:
/* style all pagination buttons */ .custom-pagination .b-button { } /* style pagination First button */ .custom-pagination .custom-pagination-first { } /* style pagination Prev button */ .custom-pagination .custom-pagination-prev { } /* style pagination Next button */ .custom-pagination .custom-pagination-next { } /* style pagination Last button */ .custom-pagination .custom-pagination-last { } /* style pagination dropdown */ .custom-pagination .custom-pagination-dropdown { }
Phrase Customization:
Use the following phrase variables to translate the First, Prev, Next and Last buttons. These are all existing vB phrase variables that this mod is re-using.
- first
- prev
- next
- last
Demo:
See a multi-page topic on this site.
Instructions:
Please refer to the installation document included in the file.
Price 1:
$15 (with vbmods.rocks branding in the footer)



Price 2:
$40 ($15 base price + $25 branding-free)



Comment