vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Widget Question (https://vborg.vbsupport.ru/showthread.php?t=279663)

Kylsix 03-07-2012 12:31 AM

Widget Question
 
I am trying to change the vbcms_widget_sectionnavext_page to suit the needs of the site I am creating. I am having trouble changing a couple of things:
1. The title bar of the widget (Offical Content on page) sticks out several pixels past the edge of the rest of the widget below. I've changed shadows, padding, everything I can think of to get that to change. I think it's associated with the width of the widget (a percentage), but I have no idea where it is or how to find it.
2. I want to get rid of the menu expansion within the widget (the '+' or '-' symbol), and have the menus permanently expanded, and not even have the option to close or expand that menu.

Any/all help is greatly appreciated.

*Edit: Web page: http://www.apocryphalreviews.com/content.php

kh99 03-07-2012 12:51 AM

Quote:

Originally Posted by Kylsix (Post 2306992)
1. The title bar of the widget (Offical Content on page) sticks out several pixels past the edge of the rest of the widget below. I've changed shadows, padding, everything I can think of to get that to change. I think it's associated with the width of the widget (a percentage), but I have no idea where it is or how to find it.

It's caused by the style variable vbcms_widget_block_padding, which is adding 6px to the edges.


Quote:

2. I want to get rid of the menu expansion within the widget (the '+' or '-' symbol), and have the menus permanently expanded, and not even have the option to close or expand that menu.
At the bottom of template vbcms_widget_sectionnavext_page, try commenting out the javascript like this:

Code:

<vb:comment>
<script type="text/javascript">
        initVbTreeMenus({vb:raw menu_static});
</script>
</vb:comment>


(or you could just delete the script tags and the line in between).

Kylsix 03-07-2012 01:02 AM

Thanks a bunch, the block padding worked. I could swear I tried that, maybe I'm just dumb.

When you disable that java script it disables that menu entirely. I may need to edit the java script itself, which is fine, I was just hoping there was a built-in option within VB.

kh99 03-07-2012 01:38 AM

Oops, I guess I didn't actually try it, it just seemed to look right. But that thing is a YUI treeview, so there may be a way to configure it. Or maybe you can just leave it commented out but figure out how to turn the html into working links.


All times are GMT. The time now is 05:39 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
  • Page Generation 0.01073 seconds
  • Memory Usage 1,719KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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