The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Extra forumbit controls Details »» | |||||||||||||||||||||||||
This adds 4 mini icons (famfam) corresponding to each forum on forumhome and forumdisplay (subforums)
DEMO1 DEMO2 The 4 controls added are:- Read new Posts Create a new thread Subscribe to Forum RSS Feed 1. First upload the 4 attached icons in images/misc/ folder. 2. Then in Forum Home Templates/forumhome_forumbit_level2_post Find this: Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" > Add below:- Code:
<div style="float:right"> <a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a> <a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a> <a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a> <a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a> </div> 3. Then in Forum Home Templates/forumhome_forumbit_level1_post Find this: Code:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td> <td width="100%"> Make the change in the above code (in red) and add below:- Code:
<div style="float:right"> <a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a> <a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a> <a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a> <a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a> </div> Thats it! a) Obviously, works in all vb versions! b) Yes, it is XHTML valid. c) If this has been released before, then sorry. If you like it, please click Install and join my site too Thanks Source: http://tech6.com/f51/extra-forumbit-controls-t549/ Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
||||
|
||||
Installed Sucesfully Sir
www.chennaigsm.org But rss Feed icon Not work .. when i Click it show Blank page please help me My idol veenu Br., ram |
#53
|
|||
|
|||
Thanks!.. Works Great... INSTALLED!!
Only thing is that I have sub-forums and the icons/options doesn't seem to work for sub-forums. I have tried it on IE and FF and both show no options/icons in them... only shows on the parent forum listing. |
#54
|
||||
|
||||
Quote:
The second template edit forumhome_forumbit_level1_post is for sub-forums only. It has to show, you can see it at my site. |
#55
|
|||
|
|||
very nice mod
thank you installed |
#56
|
|||
|
|||
Thank you! very nice idea
I added a mark forum read icon. If you want to add a icon to mark the forum as readed, you can add this in the first edit: Code:
<a href="?do=markread" rel="nofollow" onclick="return mark_forum_read($forum[forumid]);"><img src="images/misc/markread.png" border="0" width="11" height="11" hspace="2" alt="Mark the forum as readed" /></a> |
#57
|
|||
|
|||
Marked as installed! Thanks bud!
|
#58
|
|||
|
|||
Quote:
|
#59
|
|||
|
|||
Is it possible, to make buttons visible only on mouse over event ?
|
#60
|
|||
|
|||
|
#61
|
||||
|
||||
Cool *** installs ***
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|