The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to add my own additional HTML query variable to some of the regular query strings, and I gather that this is how the queries are handled in vBulletin: somewhere, they are put into an array that the functions can then reference, but I can't locate where in the code it is initially set up....
Thanks! |
|
#2
|
|||
|
|||
|
|
|
#3
|
|||
|
|||
|
Uhmmm... thanks, but for example, say that I want to add a variable to the string:
Code:
showthread.php?goto=newpost&t=XXXXX Code:
showthread.php?goto=newpost&t=XXXXX&translate=en_fr PHP Code:
|
|
#4
|
||||
|
||||
|
PHP Code:
|
|
#5
|
|||
|
|||
|
Thank you! worked great.
|
![]() |
|
|