Heisenberg submitted a new resource:
You must be registered for see links
- Vbadvanced Recent Thread paginationvB Version: 3.8.x
This is one modification I made to recenthread.php to display a pagination as news.php
I'm no expert on this, in fact. I do not know anything. I'm sure someone with more knowledge, can upgrade.
Modules/recentthreads.php
Find
Code:if ($mod_options['portal_threads_maxthreads']) {
Add after
Code://///PAGINATION By Felixthekat//////////// $perpage = 10; $itemcount = $db->query_first("SELECT count(thread.threadid) as...
You must be registered for see links
Last edited:
