Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Change Forum Cell Colour on Mouseover Details »»
Change Forum Cell Colour on Mouseover
Version: 1.01, by ZombieAndy ZombieAndy is offline
Developer Last Online: May 2018 Show Printable Version Email this Page

Version: 3.6.1 Rating:
Released: 09-24-2006 Last Update: 09-24-2006 Installs: 165
Template Edits
 
No support by the author.

Easier than it sounds, ive been looking for this mod for a while and couldn't find it, and when i asked for help here, no-one answered, so apologies if its been done before.

i put this together myself, all it does is change the colour of a forum cell between the alt 1 and alt 2 colours when the user move's their cursor over.

Confused? look at the screenies, that'll answer it

Fully Tested and working on 3.6.1

Shouldn't take more than a minute to install and i dont think you'll have any problems, but i'll support it as best i can (just in case).



===============
Changes

1.01 - Fixed a bug where it would cause problems in subforums.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 03-26-2007, 11:43 AM
Guest210212002
Guest
 
Posts: n/a
Default

This is pretty similar (rather, almost exactly the same) as my mouseover hack for 3.5.
Reply With Quote
  #33  
Old 03-26-2007, 12:10 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chris-777 View Post
This is pretty similar (rather, almost exactly the same) as my mouseover hack for 3.5.
You see duplicates everyday :\
Reply With Quote
  #34  
Old 03-27-2007, 12:15 AM
anywares anywares is offline
 
Join Date: Dec 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ZombieAndy this is one of the best template mod releases made in this year imo

thanks for this AWESOME release!
Reply With Quote
  #35  
Old 05-11-2007, 11:30 AM
l3it3r l3it3r is offline
 
Join Date: May 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to remove the 'onclick' line from the threadbit hack because it killed my collapsable first post mod.
Reply With Quote
  #36  
Old 07-05-2007, 12:29 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I LOVE this hack, works very well on my forum.
Reply With Quote
  #37  
Old 07-19-2007, 12:23 PM
BuRNZau BuRNZau is offline
 
Join Date: Mar 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by professional77 View Post

welcome all
Open Template "threadbit"
FIND

PHP Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]title="$thread[preview]"
REPLACE WITH

PHP Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]title="$thread[preview]style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" Dublclick="window.location.href='<if condition="$show['gotonewpost']">showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]<else />showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>';"
the error in
PHP Code:
td_title_$thread 
the ok
PHP Code:
td_threadtitle_$thread 
working on 3.6.2
go to site
http://www.professional77.com/vb

Enjoy!

Does this work on 3.6.7? I love this mod but I love my inline edit also.
Reply With Quote
  #38  
Old 08-03-2007, 09:34 PM
Realm of Horror Comics's Avatar
Realm of Horror Comics Realm of Horror Comics is offline
 
Join Date: Aug 2005
Location: UK
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I make it so that on the forum homepage, only the actual forum links are clickable, and not the entire cell?

Thanks!
Reply With Quote
  #39  
Old 08-03-2007, 09:59 PM
ZombieAndy's Avatar
ZombieAndy ZombieAndy is offline
 
Join Date: Oct 2004
Location: UK
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks alot for your comments guys, it was nothing really just a small cosmetic mod i wanted for a while. Really sorry i havn't been around to answer questions but ive been snowed under at work and on my own forums.. im sure you guys know how it is, i suppose i shouldn't of marked it as supported or check back more often lol..

Anyway, ive turned on email subscription so if anyone else has any probs, i will do my best to answer them.

Quote:
Originally Posted by MARKETPROFITS View Post
Hey, how can I choose different colors on mouseover?
It uses ALT1 and ALT2 colours defined in your style, you just need to change those to change the colours it uses.

Quote:
Originally Posted by Chris-777 View Post
This is pretty similar (rather, almost exactly the same) as my mouseover hack for 3.5.
Well i did say i searched for this before i made it, i couldn't find a similar hack at the time of release.

Quote:
Originally Posted by Realm of Horror Comics View Post
How can I make it so that on the forum homepage, only the actual forum links are clickable, and not the entire cell?

Thanks!
open template "threadbit" and find

Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='<if condition="$show['gotonewpost']">showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]<else />showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>';">
and replace with

Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';"<else />
Reply With Quote
  #40  
Old 08-03-2007, 10:48 PM
deathbyalfonzo deathbyalfonzo is offline
 
Join Date: Jan 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks dude

installed
Reply With Quote
  #41  
Old 08-11-2007, 06:25 PM
applyimage applyimage is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZombieAndy View Post
It uses ALT1 and ALT2 colours defined in your style, you just need to change those to change the colours it uses.
Excuse me it appears i'm a retard, could you be more specific as to where I edit this? thanks buddy.

EDIT: DONE LOOKS GREAT!!!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:57 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06347 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete