vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   vb 4.1.3 nav and widget questions (https://vborg.vbsupport.ru/showthread.php?t=262575)

Telshin 04-24-2011 03:58 PM

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')">
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.

Lynne 04-24-2011 04:27 PM

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>

Telshin 04-24-2011 05:13 PM

Lynne, any insight into my widget problem?

Lynne 04-24-2011 08:17 PM

I didn't understand the widgets question at all.

Telshin 04-24-2011 08:22 PM

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.

Lynne 04-25-2011 01:37 AM

To change widgets for a layout, go to admincp > vBulletin CMS > Layout > find the layout > click Edit > change the widgets > Save.

Telshin 04-25-2011 01:19 PM

Thanks, I can not believe I forgot about that.


All times are GMT. The time now is 09:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03756 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete