The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Home Activity Details »» | ||||||||||||||||||||||||||
This hacks add a flashing bar at the forum displayed name.
The bar is dynamic and will grow and shrink based on your forum activity Take a look a the picture This hack originally is created by Miko. I convert it to vb3.5 and release it with Miko's permission Read the text file for instructions Thanks Andreas for pointing me to right hook location Quote:
Show Your Support
|
Comments |
#52
|
||||
|
||||
installed @ www.djjeffa.com and it seems cool but the most active section dont have a big bar so i dont know how acurate it is.
is there a way to add it to the sub forums? |
#53
|
|||
|
|||
same here i uninstalled it, to weird shows smallest bars for most active forums
|
#54
|
|||
|
|||
i installed this hack about 3 weeks ago. and have had no problems with it. 3.5.0 gold
|
#55
|
||||
|
||||
Bump
is there a way to add it to the sub forums? |
#56
|
|||
|
|||
seems not workin on 3.5.2
|
#57
|
||||
|
||||
Quote:
|
#58
|
|||
|
|||
I thought this worked in each forum, but it only seems to work on forums with SUB-forums :ermm:
Uninstalled |
#59
|
||||
|
||||
Quote:
|
#60
|
|||
|
|||
problem aria skin.
Edit forumhome_forumbit_level2_post Template: find: ================================================== ============================================= <if condition="$forum[subforums]"><hr size="1" /><span class="smallfont"><b>Sub-forums:</b> $forum[subforums]</span></if> not found Code:
<tr align="center"> <td class="alt2" width="35"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> <div> <!-- Aria Last Post Collapse --> <if condition="$forum[link] != ''"><a style="float:$stylevar[right]; padding-top: 9px;" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img src="$stylevar[imgdir_statusicon]/link_home.gif" alt="$vbphrase[aria_forum_link]" border="0" /></a> <else /> <a style="float:$stylevar[right]; padding-top: 9px;" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_lastpost.gif" alt="$vbphrase[aria_lastpost]" border="0" /></a><a style="float:$stylevar[right]; padding-top: 9px;" href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img src="$stylevar[imgdir_statusicon]/lastpost_home.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></if> <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> <if condition="$forum[link] != ''"> <else /> <div>$forum[lastpostinfo]</div> </if> <!-- /Aria Last Post Collapse --> </td> <td class="alt1" width="80"><if condition="$forum[link] != ''"> <else /><div class="aria_count"><strong>$forum[threadcount]</strong></div></if></td> <td class="alt2" width="80"><if condition="$forum[link] != ''"> <else /><div class="aria_count"><strong>$forum[replycount]</strong></div></if></td> </tr> $childforumbits |
#61
|
||||
|
||||
For usage in 3.5.3 search for:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> Code:
? Activity: <img src="images/b.gif" width="$forumactivity%" height="6" alt="" /><img src="images/br.gif" width="6" height="6" alt="" />
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|