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 |
#82
|
||||
|
||||
Quote:
so whats the error? |
#83
|
|||
|
|||
Space between " > it should be "> not " >
|
#84
|
|||
|
|||
Great mod, thank you!
|
#85
|
|||
|
|||
Anyway to replace forum feed URLs for each forum in this mod with feedburner?
|
#86
|
||||
|
||||
Quote:
You may as well figure this out and release it as well. I used different icons for the Social Groups. Link |
#87
|
||||
|
||||
There are many other skins/sites that I have seen using this before I released. Maybe yours was one of them, or maybe not. Its such a easy template edit that anybody can do this, so not sure to whom the credit for the idea goes to.
Thanks for noticing after 3 months though. :erm: But because you said so, I really don't mind adding your name to the co-auths. Anybody else wants it? |
#88
|
||||
|
||||
Quote:
|
#89
|
|||
|
|||
Quote:
No really guys, anybody know how to do this? |
#90
|
|||
|
|||
hum, strangely, i fall on this release months after it's firstpost, and see that there is a "war" about who released something similar before?
Quote:
... and i don't care if someone release something to mimic one of my addons, my version was created 4 years ago and never released on vb.org, so why bother following the mood of "i made it first"... tsss adding someone else to co-authors.. come on, nobody helped you create this release. |
#91
|
|||
|
|||
Everything works great, except with sub-forums and Safari. I'm seeing some wierd display issues - both MAC and Windows.
On the MAC there is some doubling-up of the icons and alignment issues and on Windows just the alignment issue. Again, this is just with Safari and sub-forums. The regular forums with the controls are rendered fine, even with Safari! The various flavours of IE, plus Firefox and Chrome don't have this issue, just Safari. I'm on 3.8.2. Any ideas on how to correct it? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|