The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
When I open my forums in a new tab on Google Chrome using incognito, all links get a s=? query added to them for some reason until the page is then refreshed.
This is a problem because a link like: http://www.example.com/login.php?do=lostpw NOW looks like this: www. example.com/login.php?do=lostpw?s=1ffcf26cd48d9c6c3fb7da72e1f5 4 (it doesn't load the right page) How would I fix this? |
|
#2
|
||||
|
||||
|
incognito blocks cookies, iirc, but it looks like you have your session url links wrong in the templates.
|
|
#3
|
|||
|
|||
|
Quote:
Code:
<a href="login.php?{vb:raw session.sessionurl}&?do=lostpw">
|
|
#4
|
|||
|
|||
|
Quote:
Fixed, it seems as I had to use Code:
{vb:raw session.sessionurl}
Code:
{vb:raw session.sessionurl_q}
|
|
#5
|
||||
|
||||
|
q ads the query string, IIRC. ? regular sessionurl doesn't.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|