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)

Cloverfield 02-25-2011 08:08 PM

not working on vb 4.1.1...says unclosed tags

Dr.osamA 02-25-2011 09:00 PM

Quote:

Originally Posted by Cloverfield (Post 2166864)
not working on vb 4.1.1...says unclosed tags

did you copy and pest corectly ??

try to copy and pest by using notbad

betts02 06-12-2011 10:07 PM

Any update on the latest version of vb ?

EquinoxWorld 06-16-2011 11:22 AM

Anyone has it working yet for 4.1.4?

lolly01 08-10-2011 01:44 PM

No work on 4.1.5 PL1

It says unclosed Tags.

Edit: Sorry my vault. Ist works perfect.

Lostboyfan 08-11-2011 05:27 PM

Tagged for later. This is great one. I will most definitely use this one for my gaming website.

betts02 12-29-2011 10:55 AM

Has anyone tested this out on 4.1.8 or above ?

Would love to use it again with my new theme but dont want to mess it up

gezuvor 02-07-2012 04:42 AM

Not sure about intermediate versions, but I made this work in 4.1.10 by doing the following:

In FORUMHOME, find and cut:

Code:

                <vb:if condition="$show['sidebar']">
                </div>
        </div>
<div id="sidebar_home">
        <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>
</div>
        </vb:if>

In the same template, paste that cut code ABOVE this line:
Code:

{vb:raw ad_location.board_after_forums}
Disclaimer: This was done on a clean 4.1.10 install w/o the ad code enabled. YMMV!

Hippy 03-11-2012 10:00 PM

in vb4.1.11 I did the same but added it below
Code:

{vb:raw ad_location.board_after_forums}
other wise I think make all forums read moves as well.
to each it's own

betts02 03-31-2012 03:53 PM

Done as above post but no change on 4.1.11


All times are GMT. The time now is 12:41 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.01277 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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