The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vb 4.1.3 nav and widget questions
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: Code:
<vb:if condition="!(!$vboptions['selectednavtab'] OR THIS_SCRIPT == 'search')"> 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. |
#2
|
||||
|
||||
I don't see how that condition used to work. If you want it only on the cms pages, then just use:
HTML Code:
<vb:if condition="THIS_SCRIPT == 'vbcms'">stuff</vb:if> |
#3
|
|||
|
|||
Lynne, any insight into my widget problem?
|
#4
|
||||
|
||||
I didn't understand the widgets question at all.
|
#5
|
|||
|
|||
How do you switch out the widgets on the vbcms pages?
After updating, it defaulted by putting the "Better Recent Threads" on the front page. I want to remove that one and put in two different widgets. |
#6
|
||||
|
||||
To change widgets for a layout, go to admincp > vBulletin CMS > Layout > find the layout > click Edit > change the widgets > Save.
|
#7
|
|||
|
|||
Thanks, I can not believe I forgot about that.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|