Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications

Reply
 
Thread Tools
Add flashing envelope PM notification Details »»
Add flashing envelope PM notification
Version: 1.00, by ericgtr ericgtr is offline
Developer Last Online: Feb 2022 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 12-17-2005 Last Update: 12-18-2005 Installs: 322
Template Edits
 
No support by the author.

A very simple template mod that's guaranteed to catch the users eye, see screenshot.

Please see the attached text file for instructions, here's the image

Enjoy!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 05-07-2007, 10:05 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As a matter of fact after so long even the image on here quit showing to me
Reply With Quote
  #133  
Old 05-08-2007, 09:14 PM
TotalTorque.net TotalTorque.net is offline
 
Join Date: Dec 2006
Location: UK
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

See below, for a Blue scheme, Green scheme and simple White scheme.
Reply With Quote
  #134  
Old 05-09-2007, 04:31 AM
richTV richTV is offline
 
Join Date: Aug 2006
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice.

works fine with Kartel Style vB 3.6.5

Reply With Quote
  #135  
Old 05-09-2007, 05:33 PM
richTV richTV is offline
 
Join Date: Aug 2006
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DiesellMinded View Post
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.
Reply With Quote
  #136  
Old 05-10-2007, 01:23 AM
Fireproof Fireproof is offline
 
Join Date: Apr 2007
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by modtang View Post
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*
Reply With Quote
  #137  
Old 09-05-2007, 04:47 PM
Cigarcritic Cigarcritic is offline
 
Join Date: Aug 2007
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fusion.nl View Post
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:
Reply With Quote
  #138  
Old 10-04-2007, 03:20 PM
jene jene is offline
 
Join Date: Oct 2007
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tnx !!!
Reply With Quote
  #139  
Old 11-15-2007, 03:31 PM
mystic10 mystic10 is offline
 
Join Date: Sep 2007
Posts: 298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #140  
Old 11-15-2007, 04:16 PM
Eq4bits Eq4bits is offline
 
Join Date: May 2006
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes, it only shows if the person has an unread PM. I think you can test it by pm'ing yourself...
Reply With Quote
  #141  
Old 01-16-2008, 08:18 AM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by modtang View Post
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.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:44 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04649 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete