The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[RELEASE] Forumhome mouse overs and Mini Icons Details »» | |||||||||||||||||||||||||||
[RELEASE] Forumhome mouse overs and Mini Icons
Developer Last Online: Jan 2008
Authors: SaintDog, Xiphoid (Original hacks) and Shaolyen
Description: Full credit goes to SaintDog (for his "Front Page Links" hack - URL: http://www.vbulletintemplates.com/mo...s=&threadid=26) and Xiphoid (for his "Mouse Over Effects" hack - URL: http://www.vbulletintemplates.com/mo...s=&threadid=14) First of all, I?m not after any credit for this. I?m not releasing this to notch up my release count, nor any other selfish reason! I know a lot of people out there will know that something like this is really easy to do, but I?m not releasing it because it?s a feat of HTML coding. The main reason is because I know a lot of people wouldn?t have thought of this idea ? not to mention the fact that this will help people without any skill in HTML. This release basically combines the two hacks mentioned above with a few modifications, in a ready made forumhome_forumbit_level2_post template. I find myself installing and modding vBulletin boards for companies all the time, this was designed to make my life easier. I?m releasing this in the hope that it?ll make other people?s lives easier when they develop their boards! Modifications: 1) On mouse over colour change for the ?Last Post By? cell ? colour changes to {firstaltcolor}. On click, the user will be directed to the last post made in that sub forum. 2) On mouse over colour change for the ?Moderators? cell ? colour changes to {secondaltcolor}. On click, the user will be directed to the ?Forum Leaders? page. 3) As far as I could tell from SaintDog?s hack, there wasn?t a ?Search for all new posts in this sub forum? button like there is on vbulletintemplates.com. So, I added one. Everything needed is in the zip. I?ve included the entire template rather than the individual modifications, because there isn?t really a lot more a person could have added to forumhome_forumbit_level2_post! However, if someone wants me to provide a file with step by step instructions for the code to modify, let me know. Screenshot: Next post Show Your Support
|
Comments |
#2
|
|||
|
|||
Screenshot
|
#3
|
|||
|
|||
very nice mod.. Clicks install
|
#4
|
|||
|
|||
very good
|
#5
|
|||
|
|||
Love it! Will install later!
|
#6
|
|||
|
|||
I'm glad people are finding this useful, I thought I was going to get clubbed to death for releasing something so simple
|
#7
|
|||
|
|||
nope its a nice hack i removed the mouse over effect as was`nt to keen on that but thats just my opinon besides that i like the new icons
cheers |
#8
|
|||
|
|||
Code:
<tr align="center"> <td bgcolor="{secondaltcolor}" valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td> <td bgcolor="{firstaltcolor}" align="left" onMouseOver="this.style.backgroundColor='{secondaltcolor}'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='{firstaltcolor}';" onClick="window.location.href='forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]'"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a> <br><smallfont>$forum[description]<br><b>Moderated by: $forum[moderators]</b></smallfont></td> <td bgcolor="{secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td> <td bgcolor="{firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td> <td bgcolor="{secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td> </tr> that's my old one.. I want to keep the mods under forumname.. can anyone fix it? |
#9
|
|||
|
|||
What's the problem?
|
#10
|
|||
|
|||
Great!!! "Install" clicked!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|