The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Okay, I was just curious about what exactly the difference between $session[sessionurl] and $session[sessionurl_q] is. vBulletin's online manual didn't help...
|
#2
|
||||
|
||||
![]() Quote:
sessionurl_q contains the ? _q is useful if you don't want all of your links to have unnecessary ?s everywhere, and if there is a sessionID, unnecessary &s. |
#3
|
||||
|
||||
![]()
Okay, thanks.
|
#4
|
||||
|
||||
![]() Quote:
$session[sessionurl] <a href="someScript.php?$session[sessionurl]do=action">blah</a> -The ampersand is at the END of the string $session[sessionurl_q] <a href="someScript.php$session[sessionurl_q]">blah</a> -The ? is added BEFORE the string Both are obviously empty if they don't need to be there. |
#5
|
||||
|
||||
![]()
Yeah, I figured from the way they're used.
Just wanted to be sure, that's all. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|