The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How Can I Change the Style via Navbar and Retain Page Settings?
I have integrated a style selection column within Navbar, but my current version resets the page to home:
Code:
<tr><td class="vbmenu_option"><a href="cmps_index.php$session[sessionurl]?styleid=21">Teatro Grottesco</a></td></tr Code:
<tr><td class="vbmenu_option"><a href="$vbpage$session[sessionurl]?styleid=21">Teatro Grottesco</a></td></tr |
#2
|
|||
|
|||
Try:
Code:
<tr><td class="vbmenu_option"><a href="cmps_index.php?styleid=21&$session[sessionurl_q]">Teatro Grottesco</a></td></tr> |
#3
|
||||
|
||||
Thank you for the tip, but this did not work. The only impact it seemed to have was appending an "&" symbol at the end of the URL string. I tried the $vbpage variant as well, which again seemed to pull the correct file being used, but not the subsequent reference information.
|
#4
|
|||
|
|||
Oh sorry I misunderstood the question. Try something like:
Code:
<tr><td class="vbmenu_option"><a href="$vbpage$session[sessionurl]&styleid=21&{$_SERVER['QUERY_STRING']}">Teatro Grottesco</a></td></tr> |
#5
|
||||
|
||||
Almost there, if you can manage another look. It pulls most of the info, though it has now dropped the file reference.
For instance, if I am viewing the following page: showthread.php?p=11831#post11831 It now becomes: &styleid=21&p=11831 The traditional style changer would result in the following: showthread.php?p=11831&styleid=21#post11831 I do appreciate the attentiveness. If you cannot spare another look, perhaps someone else may offer another hint. |
#6
|
||||
|
||||
Can anyone provide suggestions for this? It appears that I am close, though nonetheless stuck.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|