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 |
#42
|
|||
|
|||
got it working, nice mod!
|
#43
|
||||
|
||||
Quote:
I have checked it in IE 6, looks good to me. Mind telling what was the problem. |
#44
|
|||
|
|||
didn't have an RSS link enabled. Doh!
|
#45
|
||||
|
||||
Quote:
maybe some have fix that and maybe can help .... regards macc |
#46
|
||||
|
||||
@veenuisthebest... ok, but i don't understand where you want change in red.
<td width="100%">This with is for a newest table or a existing table in template, like: <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>this table have specific width 9, it makes change 100%...?!! Explain please... |
#47
|
||||
|
||||
Hello,
NO, you do not have to change that, leave it as 9. The change is in the <td> after the line of code you posted. Find this: <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td><td> And make it <td width="100%"> |
#48
|
||||
|
||||
Hoooo... yes, now i understand... And work fine.
"vBulletin Template and the table of Doom" |
#49
|
||||
|
||||
Very nice; I love it, and so do my members
|
#50
|
|||
|
|||
looks good thanks
|
#51
|
||||
|
||||
veenuisthebest
this modification Can work on Version 3.7.X Br., ram |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|