vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Change Forum Cell Colour on Mouseover (https://vborg.vbsupport.ru/showthread.php?t=127515)

Guest210212002 03-26-2007 11:43 AM

This is pretty similar (rather, almost exactly the same) as my mouseover hack for 3.5.

Shazz 03-26-2007 12:10 PM

Quote:

Originally Posted by Chris-777 (Post 1212662)
This is pretty similar (rather, almost exactly the same) as my mouseover hack for 3.5.

You see duplicates everyday :\

anywares 03-27-2007 12:15 AM

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

thanks for this AWESOME release!

l3it3r 05-11-2007 11:30 AM

I had to remove the 'onclick' line from the threadbit hack because it killed my collapsable first post mod.

Ohiosweetheart 07-05-2007 12:29 AM

I LOVE this hack, works very well on my forum.

BuRNZau 07-19-2007 12:23 PM

Quote:

Originally Posted by professional77 (Post 1093717)

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!

https://vborg.vbsupport.ru/attachmen...1&d=1160460693

Does this work on 3.6.7? I love this mod but I love my inline edit also.

Realm of Horror Comics 08-03-2007 09:34 PM

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

Thanks!

ZombieAndy 08-03-2007 09:59 PM

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 (Post 1196694)
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 (Post 1212662)
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 (Post 1309235)
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 />

deathbyalfonzo 08-03-2007 10:48 PM

thanks dude

installed

applyimage 08-11-2007 06:25 PM

Quote:

Originally Posted by ZombieAndy (Post 1309251)
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!!!!


All times are GMT. The time now is 03:12 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.01122 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete