Quote:
Originally Posted by phonexpo
Installed, handy mod - thanks. I have it working on vB 3.5.0 Gold
*EDIT
I actually just spotted a problem - Beside the title where you see how many is viewing, it has that twice;
*Edit
Fixed
Code:
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div style=float:right>
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/sm_search.gif" border="0" width="11" height="11" hspace="2" alt="Read New Posts in $forum[title]"></a>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/sm_newthread.gif" border="0" width="11" height="11" hspace=2" alt="Create a New Thread in $forum[title]"></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/sm_subscribe.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to $forum[title]"></a>
</div><div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
$childforumbits
|
This actually messed up everything for me.
So what I did was use the original hack's code, minus the if condition.
Seeing as how the if condition is already in the original template code I thought it would work.
It seems to have worked.
I have it on one of my templates Power Blue
www.3dfightclub.com/forum
Question:
When this thing "subscribes" it subscribes to all the threads within that board?
Here's the code I placed in the exact spot the author mentions. This is the author's code, minus the if condition:
Code:
<div style=float:right>
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/sm_search.gif" border="0" width="11" height="11" hspace="2" alt="Read New Posts in $forum[title]"></a>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/sm_newthread.gif" border="0" width="11" height="11" hspace=2" alt="Create a New Thread in $forum[title]"></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/sm_subscribe.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to $forum[title]"></a>
</div>