vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Blink PM bar on new PM! (https://vborg.vbsupport.ru/showthread.php?t=32299)

amykhar 11-10-2001 11:54 PM

I have mine set to blink a shocking red color. If they don't see that, they're blind. :D

Thank you Firefly. I like this one.

Amy

FWC 11-11-2001 12:25 AM

Quote:

Originally posted by amykhar
I have mine set to blink a shocking red color. If they don't see that, they're blind. :D
LOL! I made mine blink red, too. :)

JJR512 11-11-2001 02:44 AM

This won't really work very well if you are using a background image inside your category header cell, as I am. For example, if you use the method discussed here to have a category background image, the image is shown over the background color. Each time the cell flashes, you will see the background color for an instant, as the background image has to be re-downloaded.

So I guess I'm SOL on using this hack!

DarkReaper 11-11-2001 05:16 AM

I sent myself a PM and don't see anything happening:confused:

DarkReaper 11-11-2001 05:17 AM

Or I'm just tired as hell and its not a big color difference and I didn't notice it doh :)

red 11-11-2001 07:37 AM

hi...
(a little add to this hack)

i added an onclick to the TR, so i can click on TR to open PM's:
(del the space between { and categorybackcolor!)

find in forumhome_pmloggedin:
PHP Code:

<td id="pmBox" bgcolor="{ categorybackcolor}" colspan="6"

change it to:
PHP Code:

<td id="pmBox" bgcolor="{ categorybackcolor}" colspan="6" onMouseOver="this.style.cursor='hand';" onclick="window.location.href='private.php?s=$session[sessionhash]'"

br red

FWC 11-11-2001 08:19 AM

Quote:

Originally posted by red
hi...
(a little add to this hack)

i added an onclick to the TR, so i can click on TR to open PM's:

Well, I can't resist a good toy. I added this. I also put it on online users and my statistics bar that leads to Bane's stats hack. I already had them almost everywhere else. :)

mojotim 11-11-2001 10:20 AM

Dude, nice one

Admin 11-11-2001 12:11 PM

Thanks everyone. :)

JJR512, you can do something like this.
After this: (in the Javascript)
Code:

$pmblink pmBox.bgColor='xxxxxxx';
add this:
Code:

$pmblink pmBox.backGround='';
I *think* it will work, although I'm not sure.

Baratator 11-11-2001 12:21 PM

Hi hust i looking for but i only want the link "private message" blink. not the whole section and i want it to blink only when the messages are new and to be in a different coulor when there a new pm hum like this :)

new pM : blink
unread PM : red
no new or unread pm : white

is that possible?


All times are GMT. The time now is 11:03 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.01233 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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