PDA

View Full Version : Flashing Private Message Alert


mholtum
09-07-2004, 09:26 PM
I would like to get a code like they have here that flashes "New Private Message"

Tekton
09-07-2004, 11:50 PM
I would like to get a code like they have here that flashes "New Private Message"

Have you tried....

http://www.tektek.org/search.jpg

? ;)

mholtum
09-08-2004, 12:25 AM
Sorry, I broke my elbow yesterday and I am having a hard time thinking of the obvious... Just checked and I dont see the one they are using. Do you know if it was released?

Natch
09-08-2004, 12:47 AM
It's a tempalte mod, and you can find it on vbtemplates.com

mholtum
09-08-2004, 01:18 AM
thank you

Edit Oh well I cant find it

mholtum
09-08-2004, 02:30 AM
Doesn't seem to be out there. There are others but not the one I wanted.. Oh well.. Different option I guess.

djjeffa
10-09-2004, 10:01 PM
i like the hack on this site that flashes private message but i cant seem to find it and yes i searched.

Kihon Kata
02-23-2005, 05:11 PM
LOL @ the screen shot of the search

Anyhow can someone point us to the HACK on this site (vb.org) that flashes the PM notifs?



i like the hack on this site that flashes private message but i cant seem to find it and yes i searched.

amykhar
02-23-2005, 05:31 PM
<a href="http://www.vbulletintemplates.com/mods/showthread.php?t=4004&highlight=blink" target="_blank">http://www.vbulletintemplates.com/mo...ighlight=blink</a>

It's not a hack. It's a template mod. All you need is a conditional.

Dennis Olson
03-15-2005, 06:22 PM
Here it is for vB 3x:

https://vborg.vbsupport.ru/showpost.php?p=602028&postcount=6

Once installed, you need to edit the "global.php" file. Comment out the line that reads:

eval('$footer .= "' . fetch_template('pm_popup_script') . '";');

All done.....

Oh, and you'll need this gif file:

vakvak
05-24-2005, 01:38 AM
Me 2 :)

EDIT: ahh this should be easy... no need for javascript as well...

Here it is by me :) :
Open up the navbar template and find:

<td class="alt2" valign="top" nowrap="nowrap">


Replace with:

<td valign="top" class="alt2" <if condition="$bbuserinfo['pmunread']">style="background-image: url(images/pmbg.gif); background-repeat: no-repeat;"</if> nowrap="nowrap" >


Replace the pmbg.gif with your image of use this one if its allowed..


Once installed, you need to edit the "global.php" file. Comment out the line that reads:

eval('$footer .= "' . fetch_template('pm_popup_script') . '";');


how
eval('$footer .= "' . fetch_template('pm_popup_script') . '";'); gif file exsample pls

Dennis Olson
06-09-2005, 06:04 PM
The GIF file example is posted in my pot #10. Click on it, then save it to your PC, and upload it to your server.

Also, here is a complete set of instructions for making it user-selectable (flashing or popup like before):

https://vborg.vbsupport.ru/showthread.php?t=78197