The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]() Quote:
Code:
// ++ ========================================================================++ // || Open Template: "forumhome_forumbit_level2_post" // ++ ========================================================================++ // ++ ========++ // || Find: || // ++ ========++ //================================================================================= <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> //================================================================================= // ++ ==============++ // || Replace With: || // ++ ==============++ //================================================================================= <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';"> //================================================================================= // ++ ========================================================================++ // || Open Template: "forumhome_forumbit_level1_post" // ++ ========================================================================++ // ++ ========++ // || Find: || // ++ ========++ //================================================================================= <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]"> //================================================================================= // ++ ==============++ // || Replace With: || // ++ ==============++ //================================================================================= <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';"> thats to create a mouseover on the forum so just look for the mmouseover and change it back to the orginal in that hack |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|