PDA

View Full Version : Blinking PM message like here


peterska2
01-25-2005, 06:35 PM
OK I've probably missed it somehow but I can't find it using search either here or at vBT but I'm sure it has been released.

Can anyone either provide the link to the release or rumble up some code that will work quick for me?

Cheers.

Guy G
01-25-2005, 06:38 PM
It was released, but not in this form.
I wuold also like to see the hack that this board uses.

Colin F
01-25-2005, 06:38 PM
OK I've probably missed it somehow but I can't find it using search either here or at vBT but I'm sure it has been released.

Can anyone either provide the link to the release or rumble up some code that will work quick for me?

Cheers.
There are some threads if you search on vBT for blink.

Here's one: http://www.vbulletintemplates.com/mods/showthread.php?t=5623&highlight=blink

peterska2
01-25-2005, 06:51 PM
I've seen that one but I cwanted one that worked with an image rather than with the colors of the navbar

blackpheonix
01-25-2005, 06:53 PM
bump

i prefer the writing across the pm box

Guy G
01-25-2005, 07:30 PM
bump

i prefer the writing across the pm box
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..

peterska2
01-25-2005, 08:08 PM
Many many thanks. It works a treat.

Guy G
01-25-2005, 08:11 PM
Many many thanks. It works a treat.
no problem just make sure you ask for permission if you use this site's picture...

ericgtr
01-25-2005, 08:25 PM
I thought I would play with this too, when I ran a UBB Treads board it had the cool flashing mail icon (it's animated) and I missed that so I added it back with a simple conditional.

Find this section:

2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if>
</div>
</td>



Add this right under:

<if condition="$bbuserinfo['pmunread']">
Your blinking image or whatever goes here
</if>

blackpheonix
01-25-2005, 08:33 PM
do we have permission to use the pm blinking gif off this site ill pay for it if everyone can use it as well

anyone regardes to ^^ post

Xenon
01-26-2005, 03:25 PM
do we have permission to use the pm blinking gif off this site ill pay for it if everyone can use it as well

anyone regardes to ^^ post

feel free to use it, it's not that a creative gif to claim special copyrights i'd say ;)

yoyoyoyo
01-26-2005, 03:30 PM
here are a couple others to try. I like the blinking PM thingy, but I always thought it was weird how it says "PRIVATE MESSAG" and the E is cut off, so I redid the text sizing and spacing to be a bit easier to read.

Blueice41188
03-16-2005, 09:29 AM
Thanks Guy G and yoyoyoyo for the info and gif, works great! :)

::edit:: I didn't notice this thread was from Janurary. Sorry for bringing back an old thread.

vakvak
05-24-2005, 01:06 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

djjeffa
12-16-2005, 11:20 PM
can some one help me to get it to work with 3.5?

ericgtr
12-16-2005, 11:32 PM
Here's a version updated for 3.5 http://www.forumtools.net/t37-howto-blinking-pm.html

djjeffa
12-16-2005, 11:41 PM
Here's a version updated for 3.5 http://www.forumtools.net/t37-howto-blinking-pm.html

I tried that

<if condition="$bbuserinfo['pmunread']">
but what excatly do I put here?
</if>

the pic is at http://djjeffa.com/vb/images/pmbg6.gif

ericgtr
12-17-2005, 12:58 AM
I tried that

<if condition="$bbuserinfo['pmunread']">
but what excatly do I put here?
</if>

the pic is at http://djjeffa.com/vb/images/pmbg6.gif

Try this

Here is the image (animated and blinks) upload it and change the paths below accordingly. https://vborg.vbsupport.ru/


<if condition="$bbuserinfo['pmunread']">
<a href="http://www.yoursite.com/board/private.php?"><img border="0" src="http://www.yoursite.com/images/newpm.gif" width="22" height="10"></a>
</if>

djjeffa
12-17-2005, 01:08 AM
Try this

Here is the image (animated and blinks) upload it and change the paths below accordingly. http://www.guitars101.com/images/newpm.gif


<if condition="$bbuserinfo['pmunread']">
<a href="http://www.yoursite.com/board/private.php?"><img border="0" src="http://www.yoursite.com/images/newpm.gif" width="22" height="10"></a>
</if>


it worked!!
thank you verer much for your time.

ericgtr
12-17-2005, 02:00 AM
it worked!!
thank you verer much for your time.

Sure, glad it's working for you :)

cloyal
12-18-2005, 08:59 PM
Dumb question where do I add this code at to get the blinking private message?

ericgtr
12-18-2005, 09:27 PM
Dumb question where do I add this code at to get the blinking private message?

I actually added the whole template mod here https://vborg.vbsupport.ru/showthread.php?s=&threadid=103202 :)

KevNJ
01-29-2006, 07:43 PM
Thanks Guy G for the scripting and yoyoyoyo for the gifs. Works perfectly!

UncoderMom
06-18-2006, 12:43 AM
SWEET! Thanks!