
Admin
Well-Known Member
Staff member
Administrator
ferst Sorry for my bad english
Description
This means change the (What's Going On?) box to100% of page in forumhome after you installed the sidebar
it is working with VB v 4.0.3 too
see attachment pic for explain and anderstand
in template forumhome find :
and delete it
in sem template find :
And paste the following directly above
for VB 4.0.8 Lp2 you have to use this code
It's the same code that previously deleted
Demo jast until Gold ver. after that here
PS : Thank for help mr. abukhlifa adeplomsi
NOTE : Be sure you dont mis during the copy and paste
Try again by copying to a text document and then to modify the template
Enjoy
Description
This means change the (What's Going On?) box to100% of page in forumhome after you installed the sidebar
it is working with VB v 4.0.3 too
see attachment pic for explain and anderstand
in template forumhome find :
PHP:
<vb:if condition="$show['sidebar']"> </div> </div>
<div id="sidebar_container"<vb:if condition="$vboptions['sidebarposition'] == 0"> class="sidebarleft"</vb:if>> <a id="sidebar_button_link" href="#"> <vb:if condition="$vboptions['sidebarposition'] == 0"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" /> </vb:if> </a> <ul id="sidebar"> {vb:raw sidebar} </ul> </div> </vb:if>
in sem template find :
PHP:
{vb:raw forumhome_markread_script}
PHP:
<vb:if condition="$show['sidebar']"> </div> </div>
<div id="sidebar_container"<vb:if condition="$vboptions['sidebarposition'] == 0"> class="sidebarleft"</vb:if>> <a id="sidebar_button_link" href="#"> <vb:if condition="$vboptions['sidebarposition'] == 0"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" /> </vb:if> </a> <ul id="sidebar"> {vb:raw sidebar} </ul> </div> </vb:if>
PHP:
<vb:if condition="$show['sidebar']"> </div> </div>
<div id="sidebar_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="sidebarleft"</vb:if>> <a id="sidebar_button_link" href="#"> <vb:if condition="$show['sidebarposition'] == 'left'"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" /> </vb:if> </a> <ul id="sidebar"> {vb:raw sidebar} </ul> </div> </vb:if>
Demo jast until Gold ver. after that here
PS : Thank for help mr. abukhlifa adeplomsi
NOTE : Be sure you dont mis during the copy and paste
Try again by copying to a text document and then to modify the template
Enjoy