vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Add flashing envelope PM notification (https://vborg.vbsupport.ru/showthread.php?t=103202)

DieselMinded 05-07-2007 10:05 PM

As a matter of fact after so long even the image on here quit showing to me

TotalTorque.net 05-08-2007 09:14 PM

A few more newpm.gif options if anyone wants them...

See below, for a Blue scheme, Green scheme and simple White scheme.

richTV 05-09-2007 04:31 AM

very nice.

works fine with Kartel Style vB 3.6.5

:)

richTV 05-09-2007 05:33 PM

Quote:

Originally Posted by DiesellMinded (Post 1243285)
As a matter of fact after so long even the image on here quit showing to me

yeah, i noticed it too the one he shared i guess has a limited continuous loop in place thus it only flashes for about 5-10mins [never really checked on the actual time]

here is one that will flash continuously until the # unread PM's ≠ 0

tnx again to ericgtr. :)

btw, the red in it fits in quite nicely on a Kartel style backround.

Fireproof 05-10-2007 01:23 AM

Quote:

Originally Posted by modtang (Post 1171961)
I just did something similar for a board I help admin.

Find:
Code:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
Replace with:
Code:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong>&nbsp;&nbsp;<if condition="$bbuserinfo['pmunread']">
        <a href="private.php"><img border="0" src="images/pn_inboxnew.gif" width="16" height="11"></a>
        <else />
        <a href="private.php"><img border="0" src="images/pn_inbox.gif" width="16" height="11"></a>
</if><br />

I've attached the images I'm using too, as well as a screenshot. :)


VERY cool!! *Installed*

Cigarcritic 09-05-2007 04:47 PM

Quote:

Originally Posted by Fusion.nl (Post 890522)
Nice one, like it more then my blinking message pm mod. I did change a few things though, since i like my codes clean.

Code:

        <if condition="$bbuserinfo['pmunread']">
        <a href="private.php"><img border="0" src="$stylevar[imgdir_misc]/newpm.gif"></a>
        </if>


Thanks for this. I could not get it to work in Firefox but your code fixed the problem. :up:

jene 10-04-2007 03:20 PM

tnx !!!

mystic10 11-15-2007 03:31 PM

for some reason its not showing will it only show if there is a message i am slightly confused..please excuse my silly question but do answer them

Eq4bits 11-15-2007 04:16 PM

yes, it only shows if the person has an unread PM. I think you can test it by pm'ing yourself...

sensimilla 01-16-2008 08:18 AM

Quote:

Originally Posted by modtang (Post 1171961)
I just did something similar for a board I help admin.

Find:
Code:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
Replace with:
Code:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong>&nbsp;&nbsp;<if condition="$bbuserinfo['pmunread']">
        <a href="private.php"><img border="0" src="images/pn_inboxnew.gif" width="16" height="11"></a>
        <else />
        <a href="private.php"><img border="0" src="images/pn_inbox.gif" width="16" height="11"></a>
</if><br />

I've attached the images I'm using too, as well as a screenshot. :)

It should be 16 x 13 ;) Thanks alot.


All times are GMT. The time now is 03:34 PM.

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.01219 seconds
  • Memory Usage 1,741KB
  • 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
  • (5)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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