View Full Version : Forum Home Enhancements - How to change the (What's Going On?) box to100% in forumhome
Dr.osamA
12-19-2009, 10:00 PM
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 :
<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>
and delete it
in sem template find :
{vb:raw forumhome_markread_script}
And paste the following directly above
<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>
for VB 4.0.8 Lp2 you have to use this code
<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>
It's the same code that previously deleted
Demo (http://www.alra7ba.net/forums/) jast until Gold ver. after that here (http://www.alra7ba.net/vb)
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
4nawadir.com
12-20-2009, 10:18 AM
Thanks ...
Very nice .....
INSTALLED
{
ربنا يكرمك أخوي
}
Barakat
12-20-2009, 10:30 AM
nice one
yilmaz
12-20-2009, 05:32 PM
thanx
installed
Dr.osamA
12-20-2009, 09:28 PM
Welcom friends !!
my pleasure
________
Mercedes-Benz Sl-Class Specifications (http://www.mercedes-wiki.com/wiki/Mercedes-Benz_SL-Class)
Allan
12-21-2009, 11:17 AM
Installed, thank :)
Thank you,Much nicer look.
SİMAR
12-21-2009, 05:17 PM
Thank
Dr.osamA
12-21-2009, 07:05 PM
Installed, thank :)
Thank you,Much nicer look.
Thank
Hello you
welcom
________
THREESOME SEX (http://www.++++tube.com/categories/40/threesome/videos/1)
Stromba
12-21-2009, 07:48 PM
super nice work Dr.osamA
Dr.osamA
12-21-2009, 07:56 PM
welcom Stromba :D
________
Volcano Vaporizer Digital Or Classic (http://www.vaporshop.com)
alFaris.NET
12-21-2009, 09:39 PM
thanx alot Dr.
Dr.osamA
12-21-2009, 10:17 PM
Welcom alFaris.NET
???? ????
________
Victorias secret gift card (http://bestfreegiftcard.com/victorias-secret-gift-card/)
Cableguy69
12-21-2009, 11:38 PM
As all have said looks really good thanks.
Installed
Dr.osamA
12-22-2009, 07:44 PM
you are welcom Cableguy69
________
Wiki Vaporizer (http://vaporizerwiki.com)
milsirhc
12-23-2009, 02:22 AM
Thanks! Great work!
Hasanudin
12-24-2009, 04:11 PM
installed....... :)
Dr.osamA
12-25-2009, 02:11 AM
welcom
Hasanudin & milsirhc
________
Squirting Vids (http://www.++++tube.com/categories/38/squirting/videos/1)
Maouze
12-28-2009, 11:57 PM
Very nice.
Installed.
mandingo
12-29-2009, 12:10 AM
Great work,I was going to try to fix this myself.
Dr.osamA
12-30-2009, 09:31 PM
Very nice.
Installed.
Great work,I was going to try to fix this myself.
welcom Maouze & mandingo
________
Vaporizer Review (http://twitter.com/vaporizer)
CrosseyedGamer
01-03-2010, 12:18 AM
Does this work in GOLD ?
I tried it and got an unclosed tag error. Would not let me save.
Am I screwing something up or is the code need to be changed?
thanks.
Dr.osamA
01-03-2010, 02:32 AM
Does this work in GOLD ?
I tried it and got an unclosed tag error. Would not let me save.
Am I screwing something up or is the code need to be changed?
thanks.
I think you mis during the copy and paste
Try again by copying to a text document and then to modify the template
________
JAILBROKEN (http://jailbroken.org/)
garretbyrne
01-03-2010, 06:25 PM
Cheers mate.. nicely done makes the forum look nicer
CrosseyedGamer
01-03-2010, 06:49 PM
I think you mis during the copy and paste
Try again by copying to a text document and then to modify the template
yes that would be correct. all is working well now.
Thanks!!
Front Range 4x4
01-06-2010, 04:36 AM
Thank you Dr.osama! Not only did it do exactly what it's supposed to do but also fixed an odd spacing problem I had. :up:
Dr.osamA
01-09-2010, 07:52 PM
Thank you Dr.osama! Not only did it do exactly what it's supposed to do but also fixed an odd spacing problem I had. :up:
I'm very glad to hear this
you are welcom
M@tthew
01-10-2010, 01:12 AM
Hi Dr.osamA,
Many thanks for this. :) I upgraded to vB4 yesterday and this was one of the first things I thought about with the right column making the WGO box smaller too.
Works great, thank you! :D
xman_79
01-10-2010, 10:27 AM
Very nice !.
Installed.
Dr.osamA
01-14-2010, 09:13 AM
Hi Dr.osamA,
Many thanks for this. :) I upgraded to vB4 yesterday and this was one of the first things I thought about with the right column making the WGO box smaller too.
Works great, thank you! :D
welcom mate
________
Buy Roor Bongs (http://glassbongs.org/)
Cableguy69
01-28-2010, 06:53 PM
Just tried to add this to the test forum (VB 4.0.1), but the forumhome template doesn't have the code you said to replace. I know it was there with Gold but it seems there have been some substancial changes with 4.0.1
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<title>{vb:raw vboptions.bbtitle}</title>
<vb:if condition="$vboptions['storecssasfile']">
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}forumhome-rollup.css" />
<vb:else />
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}forumbits.css,forumhome.css,tagcloud.css" />
</vb:if>
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}forumbits-ie.css" /><![endif]-->
<vb:if condition="$show['sidebar']">
<script type="text/javascript" src="{vb:stylevar yuipath}/animation/animation-min.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript">
var sidebar_align = '<vb:if condition="$vboptions['sidebarposition'] == 0">left<vb:else />right</vb:if>';
var content_container_margin = parseInt('{vb:math {vb:stylevar forum_sidebar_width}+{vb:math {vb:stylevar padding}*2}}');
var sidebar_width = parseInt('{vb:stylevar forum_sidebar_width}');
</script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-sidebar.js?v={vb:raw vboptions.simpleversion}"></script>
</vb:if>
{vb:raw headinclude_bottom}
</head>
<body>
<script type="text/javascript">
document.write(unescape('%3Cscript type="text/javascript" src="'+
document.location.protocol+'//counter.goingup.com/js/tracker.js?st=bpkpctp&b=5"%3E%3C/script%3E'));
</script>
<noscript><a href="http://www.goingup.com" title="free seo tools"><img src="http://counter.goingup.com/default.php?st=bpkpctp&b=5" border="0" alt="free seo tools" /></a></noscript>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>{vb:raw vboptions.bbtitle}</h1>
<p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
</div>
<vb:if condition="$show['sidebar']">
<div id="content_container"<vb:if condition="$vboptions['sidebarposition'] == 0"> class="contentright"</vb:if>>
<div id="content">
</vb:if>
<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
<ol id="forums" class="floatcontainer">
{vb:raw forumbits}
</ol>
{vb:raw template_hook.forumhome_below_forums}
<!-- /main -->
<div class="navlinks">
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread" rel="nofollow">{vb:rawphrase mark_forums_read}</a>
<vb:if condition="$vboptions['forumleaders']">|
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></vb:if>
</div>
{vb:raw forumhome_markread_script}
{vb:raw ad_location.ad_forumhome_afterforums}
<!-- what's going on box -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>{vb:rawphrase whats_going_on}</span>
</h2>
<div class="floatcontainer">
{vb:raw template_hook.forumhome_wgo_pos1}
<vb:if condition="$show['loggedinusers']">
<!-- logged-in users -->
<div id="wgo_onlineusers" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
<div>
<p>{vb:rawphrase there_are_x_online, {vb:raw totalonline}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
<p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
<ol class="commalist" id="wgo_onlineusers_list">
{vb:raw activeusers}
</ol>
</div>
</div>
<!-- end logged-in users -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos2}
<vb:if condition="$show['upcomingevents']">
<div id="wgo_events" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
<ol>
{vb:raw upcomingevents}
</ol>
</div>
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos3}
<vb:if condition="$show['birthdays']">
<!-- today's birthdays -->
<div id="wgo_birthdays" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
<ol class="commalist">
{vb:raw birthdays}
</ol>
</div>
<!-- end today's birthdays -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos4}
<div id="wgo_stats" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
<div>
<dl>
<dt>{vb:rawphrase threads}</dt>
<dd>{vb:raw totalthreads}</dd>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw totalposts}</dd>
<dt>{vb:rawphrase members}</dt>
<dd>{vb:raw numbermembers}</dd>
<vb:if condition="$show['activemembers']">
<dt>{vb:rawphrase active_members}</dt>
<dd>{vb:raw activemembers}</dd>
</vb:if>
</dl>
<p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
{vb:raw template_hook.forumhome_wgo_stats}
</div>
</div>
<div id="wgo_legend" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
<div>
<dl id="icon_legends" class="icon_legends">
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
<vb:if condition="$vboptions['pt_hasprojectforums']">
<dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
</vb:if>
</dl>
</div>
</div>
{vb:raw template_hook.forumhome_wgo_pos5}
</div>
</div>
<!-- end what's going on box -->
{vb:raw ad_location.board_below_whats_going_on}
<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>
{vb:raw footer}
</body>
</html>
betts02
01-28-2010, 07:29 PM
Had to un-install due to not having any of those code you ask to change or the code to post above,
Nice Work as always Dr ,Installed.
Switch3130
02-05-2010, 06:20 AM
I made the correct template edits, and this still didn't work for me.
Cableguy69
02-08-2010, 10:26 PM
I must have been having an off day lol, I've got it working thank you, looks much better now.
Jassem
02-10-2010, 01:20 AM
Thank'ss
بآركـ الله بكـ آخي الكريم على الهاك
دُمتَ برعايه الله
www.Arlive.net
Mastergumble
02-25-2010, 03:29 AM
Awesome :)
Installed it and love it ^^
Trumpetrhapsody
03-01-2010, 09:00 PM
Any chance this could be made into a mod with autotemplate scripts?
VB Should have this as an option by default :D
Switch3130
03-02-2010, 03:43 AM
I figured this only worked if you used vB's sidebar, but I'm using another users on 4.0. How can I do this?
axix20xx
03-07-2010, 07:03 PM
thanx very nice looking now :D
Dr.osamA
03-10-2010, 01:20 AM
thanx very nice looking now :D
Welcome man :D
________
Honda XL125V (http://www.honda-wiki.org/wiki/Honda_XL125V)
Barakat
03-10-2010, 01:26 AM
thanks ya <<< >>>
fayax
03-25-2010, 07:56 AM
** Edited Nevermind found it. :) thanks.
For the noobs, can you put in exact instructions.
As in where exactly would I go to find the code.
Syria BoY
03-25-2010, 09:50 AM
Thanks Bro شكرا ألك
Dr.osamA
03-25-2010, 01:10 PM
thanks ya <<< >>>
احبك يا ستموووني
you are welcome
** Edited Nevermind found it. :) thanks.
For the noobs, can you put in exact instructions.
As in where exactly would I go to find the code.
i hop that helped you
Thanks Bro شكرا ألك
welcome Boy حياك الله
VNVIP
03-29-2010, 10:35 AM
Thanks
and works on 4.0.2.pl4 too
Dr.osamA
03-29-2010, 12:52 PM
Thanks
and works on 4.0.2.pl4 too
yes it is mate
Welcome :D
Trumpetrhapsody
04-15-2010, 01:58 PM
Still working on 4.0.3?
EDIT: Tried it, looks like it does.
Dr.osamA
04-25-2010, 11:50 AM
Still working on 4.0.3?
EDIT: Tried it, looks like it does.
be sure man
yes working very well
welcome Trumpetrhapsody
Xencored
05-21-2010, 03:10 AM
Awesome Thanks lot been looking for this one for 3 days now :D
Dr.osamA
05-21-2010, 11:19 PM
Awesome Thanks lot been looking for this one for 3 days now :D
you are welcome bro
i am glad for that
Bigj85
05-25-2010, 11:26 PM
was looking for this info,thanks a lot it really looks better :)
Dr.osamA
05-31-2010, 10:16 PM
Welcome Bigj85
my pleasure man
fluidswork
06-01-2010, 01:48 AM
That will really help me out ...............
Boofo
06-03-2010, 11:06 PM
It would be nice to see an English text file with the instructions also so they would have it in case they ever needed to re-do it.
Dr.osamA
06-04-2010, 03:20 AM
It would be nice to see an English text file with the instructions also so they would have it in case they ever needed to re-do it.
you can copy and pest 1st post bro
but it is ok i add for you English description.txt file
you are welcome bro :D
Dr.osamA
06-04-2010, 03:22 AM
That will really help me out ...............
i am glad for that
my pleasure man
synseal
07-07-2010, 10:14 PM
Thanks for this, working fine on vBulletin 4.0.4
Dr.osamA
07-10-2010, 11:57 PM
Thanks for this, working fine on vBulletin 4.0.4
i am glad for that
my pleasure synseal you are welcome
midnz
07-28-2010, 04:01 AM
Excellent! Your code edits work very well thanks :).
I did worry when I couldn't find the 'sem' template but soon realised you meant the 'same' template :D :I'm_blonde:
The code that I had to shift was different than what is in your first post because I'm running 4.0.5. I've posted it here for others who might get stuck:
<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>
RedDevil
08-01-2010, 09:01 PM
Nice addition. Ive also made forum leaders mark forums read to same simply move the following code from within the template and tag to the end. If you do have problems searching in template shorten search to a keyword eg "navlinks".
<div class="navlinks">
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a>
<vb:if condition="$vboptions['forumleaders']">|
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></vb:if>
</div>
Dr.osamA
08-23-2010, 12:17 AM
Nice addition. Ive also made forum leaders mark forums read to same simply move the following code from within the template and tag to the end. If you do have problems searching in template shorten search to a keyword eg "navlinks".
<div class="navlinks">
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a>
<vb:if condition="$vboptions['forumleaders']">|
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></vb:if>
</div>
good work
you are welcome and thanxx for your for your post
PreciseDemise
10-20-2010, 12:53 PM
Thanks mate, it's annoying as hell it does that when side bar is in use :D
EDIT: I lied, it doesn't work great, end up with 2 Side bars, one above and one below ... looked good while I hadn't noticed though
iettafune
11-23-2010, 12:09 PM
in vb 4.0.8 PL2 is:
<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>
Dr.osamA
11-24-2010, 03:32 AM
thank you iettafune
i update it
betts02
12-04-2010, 07:27 AM
{vb:raw forumhome_markread_script}
Can not find in my template on vb4.0.5
Dr.osamA
12-05-2010, 08:35 PM
{vb:raw forumhome_markread_script}
Can not find in my template on vb4.0.5
Do you have the default style of vb 4.0.5 ??
Try there .. Existing style certainly lacks this code
Goonie
12-08-2010, 04:11 PM
How do I change it back to how it was originally?
I followed your instructions... but in reverse... kind of...
Anyway I changed it back to how it was before but the Who's Online box is still spread across the page... ?
Confused.
Goonie
12-08-2010, 04:14 PM
Nevermind. I just reverted the template. Hopefully I hadn't made any other changes... otherwise I'm screwed. :)
Nice mod anyway. It just doesn't make the sidebar look too great... on my forum anyway.
VBUsers
12-19-2010, 03:57 PM
does this work for the latest vb4 ?
Dr.osamA
12-19-2010, 09:58 PM
does this work for the latest vb4 ?
yes working for lastest vb 4.1.0
you can check the demo
alra7ba.info (http://www.alra7ba.info/vb)
CRDeveloper
01-17-2011, 10:03 AM
When i try to edit I'll get this:
error: adding child to non-existent node!
Dr.osamA
01-17-2011, 07:26 PM
When i try to edit I'll get this:
error: adding child to non-existent node!
plzz can you send me your FORUMHOME via txt file
i try to look in it
welcome
overona
01-30-2011, 10:33 AM
I'm using 4.1 and the code {vb:raw forumhome_markread_script} is in template FORUMDISPLAY by me ı just add it ther but it doesnt work for me :(
Overbr
02-22-2011, 04:53 PM
don?t work in Version 4.1.2 ????
Is modification is not funcionaly:confused:
bulldog51981
02-22-2011, 05:10 PM
Working in 4.1.1
Dr.osamA
02-22-2011, 07:47 PM
don?t work in Version 4.1.2 ????
Is modification is not funcionaly:confused:
yes working man
Demo alra7ba.info (http://www.alra7ba.info/vb/forum.php)
try to find code in FORUMHOME
<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>
let me know plzz if is there any problem ;)
Dr.osamA
02-22-2011, 07:50 PM
I'm using 4.1 and the code {vb:raw forumhome_markread_script} is in template FORUMDISPLAY by me ı just add it ther but it doesnt work for me :(
if you dont have code
{vb:raw forumhome_markread_script}
then find the code in FORUMHOME
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></vb:if>
</div>
and pest below last cated code
bulldog51981
02-22-2011, 08:36 PM
confirmed working on my 4.1.1
Dr.osamA
02-22-2011, 09:57 PM
confirmed working on my 4.1.1
working altho for vb 4.1.2 too;)
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
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:
<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:
{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
{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
Hippy
03-31-2012, 07:50 PM
Done as above post but no change on 4.1.11
might be a cache thing did you clear cache in the admincp..
betts02
03-31-2012, 09:31 PM
might be a cache thing did you clear cache in the admincp..
Yes i did mate but still no change
http://www.nextgenerationgamers.co.uk/forums/forum.php
Hippy
03-31-2012, 11:14 PM
send me over your forumhome template
betts02
04-01-2012, 10:15 AM
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<title>{vb:raw vboptions.bbtitle}</title>
<script type="text/javascript" src="clientscript/vbulletin_read_marker.js?v={vb:raw vboptions.simpleversion}"></script>
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile forumhome-rollup.css}
<vb:else />
{vb:cssfile forumbits.css,forumhome.css,options.css}
</vb:if>
<!--[if lt IE 8]>{vb:cssfile forumbits-ie.css,options-ie.css}<![endif]-->
<vb:if condition="$show['sidebar']">
{vb:cssfile sidebar.css,widgets.css,tagcloud.css}
<!--[if lt IE 8]>{vb:cssfile sidebar-ie.css}<![endif]-->
<script type="text/javascript">
<!--
document.write('<script type="text/javascript" src="' + yuipath + '/animation/animation-min.js?v={vb:raw vboptions.simpleversion}"></script>');
var sidebar_align = '{vb:raw show.sidebarposition}';
var content_container_margin = parseInt('{vb:math {vb:stylevar forum_sidebar_width}+{vb:math {vb:stylevar padding}*2}}');
var sidebar_width = parseInt('{vb:stylevar forum_sidebar_width}');
//-->
</script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-sidebar.js?v={vb:raw vboptions.simpleversion}"></script>
</vb:if>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>{vb:raw vboptions.bbtitle}</h1>
<p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
</div>
<vb:if condition="$show['sidebar']">
<div id="content_container" class="{vb:raw $sidebar_class} <vb:if condition="$show['sidebarposition'] == 'left'">contentright</vb:if>">
<div id="content" <vb:if condition="$sidebar_class">class="{vb:raw $sidebar_class}"</vb:if>>
</vb:if>
<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
<ol id="forums" class="floatcontainer">
{vb:raw forumbits}
</ol>
{vb:raw template_hook.forumhome_below_forums}
<!-- /main -->
<div class="navlinks">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a>
<vb:if condition="$vboptions['forumleaders']">|
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></vb:if>
</div>
{vb:raw ad_location.board_after_forums}
<!-- what's going on box -->
<div id="wgo" class="collapse wgo_block block">
<h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
<div class="blockbody formcontrols floatcontainer">
{vb:raw template_hook.forumhome_wgo_pos1}
<vb:if condition="$show['loggedinusers']">
<!-- logged-in users -->
<div id="wgo_onlineusers" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
<div>
<p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
<p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
<vb:if condition="$activeusers">
<ol class="commalist" id="wgo_onlineusers_list">
<vb:each from="activeusers" value="loggedin">
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
</vb:each>
</ol>
</vb:if>
</div>
</div>
<!-- end logged-in users -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos2}
<vb:if condition="$show['upcomingevents']">
<div id="wgo_events" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
<ol>
{vb:raw upcomingevents}
</ol>
</div>
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos3}
<vb:if condition="$show['birthdays']">
<!-- today's birthdays -->
<div id="wgo_birthdays" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
<ol class="commalist">
<vb:each from="birthdays" value="row">
<li><a href="{vb:link member, {vb:raw row}}">{vb:raw row.username}</a><vb:if condition="$row['age']"> ({vb:raw row.age})</vb:if>{vb:raw row.comma}</li>
</vb:each>
</ol>
</div>
<!-- end today's birthdays -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos4}
<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
<div>
<dl>
<dt>{vb:rawphrase threads}</dt>
<dd>{vb:raw totalthreads}</dd>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw totalposts}</dd>
<dt>{vb:rawphrase members}</dt>
<dd>{vb:raw numbermembers}</dd>
<vb:if condition="$show['activemembers']">
<dt>{vb:rawphrase active_members}</dt>
<dd>{vb:raw activemembers}</dd>
</vb:if>
</dl>
<p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
{vb:raw template_hook.forumhome_wgo_stats}
</div>
</div>
<div id="wgo_legend" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
<div>
<dl id="icon_legends" class="icon_legends">
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
<vb:if condition="$vboptions['showlocks']"><dt><img src="{vb:stylevar imgdir_statusicon}/forum_lock-16.png" alt="{vb:rawphrase forum_is_closed_for_posting}" /></dt><dd>{vb:rawphrase forum_is_closed_for_posting}</dd></vb:if>
<dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
{vb:raw template_hook.forumhome_icon_legend}
</dl>
</div>
</div>
{vb:raw template_hook.forumhome_wgo_pos5}
</div>
</div>
<!-- end what's going on box -->
{vb:raw ad_location.board_below_whats_going_on}
<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>
<script type="text/javascript">
<!--
vbphrase['doubleclick_forum_markread'] = "{vb:rawphrase doubleclick_forum_markread}";
init_forum_readmarker_system();
//-->
</script>
{vb:raw footer}
</body>
</html>
Hippy
04-01-2012, 10:40 AM
replace your with this
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<title>{vb:raw vboptions.bbtitle}</title>
<script type="text/javascript" src="clientscript/vbulletin_read_marker.js?v={vb:raw vboptions.simpleversion}"></script>
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile forumhome-rollup.css}
<vb:else />
{vb:cssfile forumbits.css,forumhome.css,options.css}
</vb:if>
<!--[if lt IE 8]>{vb:cssfile forumbits-ie.css,options-ie.css}<![endif]-->
<vb:if condition="$show['sidebar']">
{vb:cssfile sidebar.css,widgets.css,tagcloud.css}
<!--[if lt IE 8]>{vb:cssfile sidebar-ie.css}<![endif]-->
<script type="text/javascript">
<!--
document.write('<script type="text/javascript" src="' + yuipath + '/animation/animation-min.js?v={vb:raw vboptions.simpleversion}"></script>');
var sidebar_align = '{vb:raw show.sidebarposition}';
var content_container_margin = parseInt('{vb:math {vb:stylevar forum_sidebar_width}+{vb:math {vb:stylevar padding}*2}}');
var sidebar_width = parseInt('{vb:stylevar forum_sidebar_width}');
//-->
</script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-sidebar.js?v={vb:raw vboptions.simpleversion}"></script>
</vb:if>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>{vb:raw vboptions.bbtitle}</h1>
<p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
</div>
<vb:if condition="$show['sidebar']">
<div id="content_container" class="{vb:raw $sidebar_class} <vb:if condition="$show['sidebarposition'] == 'left'">contentright</vb:if>">
<div id="content" <vb:if condition="$sidebar_class">class="{vb:raw $sidebar_class}"</vb:if>>
</vb:if>
<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
<ol id="forums" class="floatcontainer">
{vb:raw forumbits}
</ol>
{vb:raw template_hook.forumhome_below_forums}
<!-- /main -->
<div class="navlinks">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:ra w bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a>
<vb:if condition="$vboptions['forumleaders']">|
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></vb:if>
</div>
{vb:raw ad_location.board_after_forums}
<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>
<!-- what's going on box -->
<div id="wgo" class="collapse wgo_block block">
<h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
<div class="blockbody formcontrols floatcontainer">
{vb:raw template_hook.forumhome_wgo_pos1}
<vb:if condition="$show['loggedinusers']">
<!-- logged-in users -->
<div id="wgo_onlineusers" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
<div>
<p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
<p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
<vb:if condition="$activeusers">
<ol class="commalist" id="wgo_onlineusers_list">
<vb:each from="activeusers" value="loggedin">
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
</vb:each>
</ol>
</vb:if>
</div>
</div>
<!-- end logged-in users -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos2}
<vb:if condition="$show['upcomingevents']">
<div id="wgo_events" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
<ol>
{vb:raw upcomingevents}
</ol>
</div>
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos3}
<vb:if condition="$show['birthdays']">
<!-- today's birthdays -->
<div id="wgo_birthdays" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
<ol class="commalist">
<vb:each from="birthdays" value="row">
<li><a href="{vb:link member, {vb:raw row}}">{vb:raw row.username}</a><vb:if condition="$row['age']"> ({vb:raw row.age})</vb:if>{vb:raw row.comma}</li>
</vb:each>
</ol>
</div>
<!-- end today's birthdays -->
</vb:if>
{vb:raw template_hook.forumhome_wgo_pos4}
<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
<div>
<dl>
<dt>{vb:rawphrase threads}</dt>
<dd>{vb:raw totalthreads}</dd>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw totalposts}</dd>
<dt>{vb:rawphrase members}</dt>
<dd>{vb:raw numbermembers}</dd>
<vb:if condition="$show['activemembers']">
<dt>{vb:rawphrase active_members}</dt>
<dd>{vb:raw activemembers}</dd>
</vb:if>
</dl>
<p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
{vb:raw template_hook.forumhome_wgo_stats}
</div>
</div>
<div id="wgo_legend" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
<div>
<dl id="icon_legends" class="icon_legends">
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
<vb:if condition="$vboptions['showlocks']"><dt><img src="{vb:stylevar imgdir_statusicon}/forum_lock-16.png" alt="{vb:rawphrase forum_is_closed_for_posting}" /></dt><dd>{vb:rawphrase forum_is_closed_for_posting}</dd></vb:if>
<dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
{vb:raw template_hook.forumhome_icon_legend}
</dl>
</div>
</div>
{vb:raw template_hook.forumhome_wgo_pos5}
</div>
</div>
<!-- end what's going on box -->
{vb:raw ad_location.board_below_whats_going_on}
<script type="text/javascript">
<!--
vbphrase['doubleclick_forum_markread'] = "{vb:rawphrase doubleclick_forum_markread}";
init_forum_readmarker_system();
//-->
</script>
{vb:raw footer}
</body>
</html>
betts02
04-01-2012, 11:08 AM
Cheers mate that did it, I know its nothing to do with you but on my site i have the xbox live leaderboard
Do you know how i can make that the same width ?
Cheers
Hippy
04-01-2012, 11:11 AM
welcome will look into it and post back..
Hippy
04-01-2012, 02:08 PM
Cheers mate that did it, I know its nothing to do with you but on my site i have the xbox live leaderboard
Do you know how i can make that the same width ?
Cheers
open up your FORUMHOME template
look for
<!-- what's going on box -->
add this above it
{vb:raw template_hook.xBoxlive}
Save
admincp still
now go into your "Plugins & Products"
then > Plugin Manager
find > gXBL: Forum Home Stats
click edit
find
$template_hook['forumhome_below_forums'] .= $gxblstats;
and change it to
$template_hook['xBoxlive'] .= $gxblstats;
save...
betts02
04-01-2012, 02:32 PM
Many many thanks mate, worked a treat
Hippy
04-01-2012, 02:40 PM
welocme anytime
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:
<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:
{vb:raw ad_location.board_after_forums}
Hippy
01-24-2013, 12:03 AM
snipped
betts02
01-24-2013, 12:11 AM
snipped
I went wrong in a code edit but i followed your earlier edits and fixed it mate cheers
welocme anytime
thank you so much, for user on 4.2.0
find:
<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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.