Telshin
04-24-2011, 04:58 PM
After upgrading my vbulletin website to 4.1.3, the unique navbar system I had in place does not work.
I had one navbar and a special drop down navbar on the cms pages and a navbar for all other pages. The call used to be for the cms pages:
<vb:if condition="!(!$vboptions['selectednavtab'] OR THIS_SCRIPT == 'search')">
Now that code piece does not work at all.
I have two custom widgets that I want to plug in over the Better Recent Articles widget, however, I have no idea where to start looking for a place to remove and place custom widgets. Note: They are already on the widgets part in the cms widgets page in the admin panel and configured correctly.
I had one navbar and a special drop down navbar on the cms pages and a navbar for all other pages. The call used to be for the cms pages:
<vb:if condition="!(!$vboptions['selectednavtab'] OR THIS_SCRIPT == 'search')">
Now that code piece does not work at all.
I have two custom widgets that I want to plug in over the Better Recent Articles widget, however, I have no idea where to start looking for a place to remove and place custom widgets. Note: They are already on the widgets part in the cms widgets page in the admin panel and configured correctly.