![]() |
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 |
Try:
Code:
<tr><td class="vbmenu_option"><a href="cmps_index.php?styleid=21&$session[sessionurl_q]">Teatro Grottesco</a></td></tr> |
Quote:
|
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> |
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. |
Can anyone provide suggestions for this? It appears that I am close, though nonetheless stuck.
|
All times are GMT. The time now is 07:55 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|