The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
hi friends.
ı setup a style but in forumhome over categories there is a mouseover effect and this slows the forum up to down so ı want to disable this effect but ı dont konw how can do this please hepl :surprised: |
#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 |
#3
|
||||
|
||||
![]()
hi friend thanks for your help but in the templates there isnt any code that you said
my codes are below if you can edit them ı will happy forumhome_level2post PHP Code:
PHP Code:
|
#4
|
|||
|
|||
![]() Quote:
--don |
#5
|
||||
|
||||
![]()
thanks for your help
in main css ı delete the additional css definitions and ı solved the problem ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|