vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Forumhome Mouseover Effect (https://vborg.vbsupport.ru/showthread.php?t=92600)

Logikos 01-31-2006 11:06 AM

Quote:

Originally Posted by Doc Great
Still not valid CSS! cursor:hand ==> cursor:pointer



What part of the threadbit are you editing? The correct way to do it, which is in the instructions is.

HTML 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>';">
Not....

HTML Code:

<td class="smallfont"><a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a><br /><div class="smallfont"><span style="cursor:pointer" onclick="window.open('$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span>
</div>
</td>


Doc Great 01-31-2006 11:26 AM

Hi LW,

for sure! The code above is from my portal :D a mouseover/hover for it would be great.

Mike-D 01-31-2006 11:36 AM

Quote:

Originally Posted by Doc Great
Still not valid CSS! cursor:hand ==> cursor:pointer

I'm sure Ken will fix it asap. Give him the time he needs to get it fixed, Sven ;) -Mike

Doc Great 01-31-2006 11:45 AM

Quote:

Originally Posted by Mike-D
I'm sure Ken will fix it asap. Give him the time he needs to get it fixed, Sven ;) -Mike

Are you serious? https://vborg.vbsupport.ru/showthrea...525#post818525 :D:D

lefthome 01-31-2006 01:41 PM

Nice improvement to this hack. thanks!:banana:

Mike-D 01-31-2006 02:05 PM

Quote:

Originally Posted by Doc Great

Yes I am. Probably I didn't see the prev thread :) -Mike

Azra_el 02-04-2006 10:52 PM

Hello
Installed your version.. and tried every possible modification including the one made by Chris-777. Works PERFECT in IE .. but it gets screwed up in Opera. Incomplete cells and when mouseout , leaves the mouseout.color untill u get mouseover again.
Any possible solution to this? Or it just DOESNT work with opera? Or what am i doing wrong. cuz when i check http://www.sevenstring.org/forum/index.php? it works perfect even in opera.

PS. i managed to modify the threadbit to work with mouse over perfect even in Opera. Seems that forumhome only has problems.

Cheerio

Omranic 02-07-2006 09:48 AM

great edit
most people like it
thanks

simsimt 02-11-2006 04:24 PM

Interesting that this hack is the nearest one to achieve alternating row colors on forumhome & forumdisplay. What should I edit to make this works without the mouse over effect?

G_Man 02-11-2006 05:23 PM

*scratches head*

Other than installing the skin, this is my first 'hack'...

Works great in the forums, but I see no change on the Forum Home page? Ideas?

And I love the effect, thanks. :D

QueenBee 02-15-2006 02:11 PM

can anyone tell me how to change the color?

QueenBee 02-15-2006 02:47 PM

mine is mouseovering black. anyone?

thanks

QueenBee 02-15-2006 09:03 PM

bumping

Logikos 02-15-2006 09:51 PM

Chill with the triple posting. I don't jump when you ask. The colors are defined in the CSS. class="alt1Active".

QueenBee 02-15-2006 10:01 PM

Quote:

Originally Posted by LiveWire
Chill with the triple posting. I don't jump when you ask. The colors are defined in the CSS. class="alt1Active".


i tried that. it didnt work. its still black

Ragnarok 02-16-2006 07:36 AM

Quote:

Originally Posted by TygerTyger
Just remove the entire onclick statement, and style="cursor:hand;" statement from the replacement code.

This little tidbit was the dealmaker for me. Clicked install. ^^

QueenBee 02-16-2006 12:25 PM

::clicks uninstall::

khaleel 02-17-2006 04:44 PM

Good mod, thankyou

yumyumcat 02-20-2006 09:09 PM

I would like to try and install this, but I don't understand anything ya'll are sayin ~ I have an administrator, but I can't keep asking him to help me; as he's in college and studying for his career.

When I go to the administrator panel, I don't see where I should go to install this ~

I don't see this template forumhome_forumbit_level2_post to even begin installing it lol ~ What am I doing wrong; obviously something lol ~

*totally embarrassed here*

yumyumcat 02-20-2006 09:58 PM

Okay, found the template, but now trying to figure out the color ~ I'lll get this yet;

yumyumcat 02-20-2006 11:00 PM

does this mean I have to pick a color? "this.className= etc..?

Or can I just copy and paste the whole thing that you gave me into the correct part of the template?

yumyumcat 02-21-2006 12:56 PM

Well, I finally installed it, it wasn't as hard as I thought ~ But hey, thanks for all your support.

zama 02-23-2006 02:17 AM

I like it. That would help me customise my board well.

Logikos 02-23-2006 02:23 AM

Thanks for installing. :)

Trana 02-24-2006 05:22 PM

I just confirmed that this works with the CMPS latestthreads module.

I replaced the <TD> with the following:

<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='$vboptions[bburl]/showthread.php?t=$thread[threadid]';">

This points it to the first post which matches the href of the thread title text. Also I added the bburl option as the previous code would not work properly within the module.

This is a great little hack, I'm going to try it in a few other places as well.

nufc fan 02-25-2006 06:24 PM

good hack ive just used it on my thread section looks wicked

Wongod 02-27-2006 08:47 PM

I just tried installing and it works great except on the threadbit area, the cursor doesn't switch to a hand but stays as the arrow. Any ideas?

forumthemes 03-01-2006 06:01 PM

** Clicks Install ** :) thank you

kobescoresagain 03-03-2006 03:27 PM

Thanks for a great product.

socalsoccer 03-05-2006 02:28 PM

Quote:

Originally Posted by Wongod
I just tried installing and it works great except on the threadbit area, the cursor doesn't switch to a hand but stays as the arrow. Any ideas?

Same problem I am having , and hand is listed in threadbit area.

socalsoccer.com

b4stu 03-06-2006 12:42 AM

Installed! Great Mod but On IE it is kinda slow!

anyone knows why and how to solve this?

Logikos 03-06-2006 02:36 AM

Not really sure why it would be, could be DirectX or the server. Also for those who say the hand don't show up cause of FF. I'll look into the fix for that, though it might be a FF thing.

Floris 03-14-2006 04:57 PM

Installed! Nice .. tnx for putting this back into 35 :)

xxshatteredsoul 03-15-2006 04:59 AM

Hey could you post the code I need to change so that in the second column I get the alt2.

Example:

Alt1=Black
Alt2= White

Currently you have it where when you mouseover forum name catagory it changes alt1 black to alt2 white. The second catagory where Last Post is located does nothing and I would like to have the mouseover effect on that to alt2black to alt1 white. Get what I mean :confused: ?

Tralala 03-15-2006 05:14 AM

One thing to note, this forumhome mouseover seems to affect mods' ability to double-click the line to rename a thread (via AJAX.)

xxshatteredsoul 03-18-2006 02:08 AM

bump 2 posts up for the al2^

xOzzie 03-18-2006 02:40 PM

Very nice!

*Clicks Install*

/edit - Oops! Works on my test forum but not the live forum. Templates are identical. Will investigate.....

xOzzie 03-18-2006 03:23 PM

LOL. It does work on my live forum but it seems to be a problem with one of my browsers. It works fine if I access the forum from my laptop but not from my desktop PC, both of which are running the Maxthon browser.

So, the problem is something local on my PC, some difference between the two browser setups.

Anyone know what browser display option might be controlling this?

/edit - nm, it was the contrast setting on the monitor. :embarrassed: ;)

sandalwood 04-01-2006 01:45 AM

Quote:

Originally Posted by Tralala
One thing to note, this forumhome mouseover seems to affect mods' ability to double-click the line to rename a thread (via AJAX.)

is this true? i was about to install until i saw this :(

sandalwood 04-01-2006 06:49 AM

this doesn't seem to affect ajax :)


All times are GMT. The time now is 03:31 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.01390 seconds
  • Memory Usage 1,818KB
  • 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_html_printable
  • (8)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
  • (40)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