vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=328655 |
I am trying hook into the pagenav to add a request within showthread.
I have been able to achieve this using the pagenav_page hook and defining $address .= '&test' but this is causing a weird error with multiple pages. It is adding 1 request for each page that exist. so if I have 2 pages in a thread, the page 2 link becomes showthread.php?t=6&test&test&page=2 and page 4 becomes showthread.php?t=6&test&test&test&test&page=4 I am trying to get it showthread.php?t=6&test&page=4 no matter how many pages there are. I have looked through the functions and noted address is defined as $address = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "t=$thread[threadid]"; I have tried re defining address as $address = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "t=$thread[threadid]&test"; within pagenav_page but it will not detect the threadid when I do it this way. Is there a way I can get this to work properly? end goal showthread.php?t=6&test&page=4 |
All times are GMT. The time now is 17:22. |
Powered by vBulletin® Version 3.8.14
Copyright © 2022, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.