Not working. I've got to be missing something.
I have the following HTML tag in the header:
HTML Code:
<a href="/forums/forumdisplay.php?f={$vbulletin->GPC['b']}">
This should evaluate as:
Code:
<a href="/forums/forumdisplay.php?f=2">
However, it is evaluating as:
Code:
<a href="/forums/forumdisplay.php?f=">
The query string for the page is:
http://www.mydomain.com/forums/forum...=9&e=2&b=2&g=4
Perhaps there is something else that needs to be done?
Thanks again for all assistance...