vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - How to change the (What's Going On?) box to100% in forumhome (https://vborg.vbsupport.ru/showthread.php?t=230620)

Akangage 06-15-2012 07:46 AM

Sorry, its done

Bisha 06-16-2012 10:25 PM

why you need that?

if the sidebar is longer?

itzkr0me 06-20-2012 06:51 PM

In 4.2 (Custom Style) I had to move the following:

Code:

        <vb:if condition="$show['sidebar']">
                </div>
        </div>

        <div id="sidebar_container" class="<vb:if condition="$show['sidebarposition'] == 'left'">sidebarleft</vb:if><vb:if condition="$close_sidebar"> sidebar_closed</vb:if>">
                <a id="sidebar_button_link" href="#">
                        <vb:if condition="$show['sidebarposition'] == 'left'">
                        <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded-left.png<vb:else />tab-collapsed-left.png</vb:if>" alt="" />
                        <vb:else />
                        <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded.png<vb:else />tab-collapsed.png</vb:if>" alt="" />
                        </vb:if>
                </a>
                <ul id="sidebar" <vb:if condition="$close_sidebar">class="sidebar_hidden"</vb:if> >
                        {vb:raw sidebar}
                </ul>
        </div>
        </vb:if>

ABOVE the following:

Code:

        {vb:raw ad_location.board_after_forums}

Hippy 01-24-2013 12:03 AM

snipped

betts02 01-24-2013 12:11 AM

Quote:

Originally Posted by Hippy (Post 2399055)
snipped

I went wrong in a code edit but i followed your earlier edits and fixed it mate cheers

Luis 01-31-2013 10:07 AM

Quote:

Originally Posted by Hippy (Post 2315751)
welocme anytime

thank you so much, for user on 4.2.0

find:
Code:

        <vb:if condition="$show['sidebar']">
                </div>
        </div>

        <div id="sidebar_container" class="<vb:if condition="$show['sidebarposition'] == 'left'">sidebarleft</vb:if><vb:if condition="$close_sidebar"> sidebar_closed</vb:if>">
                <!-- <a id="sidebar_button_link" href="#">
                        <vb:if condition="$show['sidebarposition'] == 'left'">
                        <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded-left.png<vb:else />tab-collapsed-left.png</vb:if>" alt="" />
                        <vb:else />
                        <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded.png<vb:else />tab-collapsed.png</vb:if>" alt="" />
                        </vb:if>
                </a> -->
                <ul id="sidebar" <vb:if condition="$close_sidebar">class="sidebar_hidden"</vb:if> >
                        {vb:raw sidebar}
                </ul>
        </div>
        </vb:if>

delete it and copy above <!-- what's going on box -->

thetechgenius 08-16-2014 08:38 PM

Thank you! I had to edit a bit of the code, because im using a custom style, but its great. It makes the forum look complete when there are only 1 or 2 side bars.


All times are GMT. The time now is 09:06 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.01144 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete