Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

Reply
 
Thread Tools
Simple PM Notification Details »»
Simple PM Notification
Version: 1.01, by theFM theFM is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.8.x Rating:
Released: 08-31-2009 Last Update: Never Installs: 67
Template Edits
Translations  
No support by the author.

IF YOU ARE INSTALLING THIS , PLEASE CLICK INSTALL , FOR FUTURE UPDATES AND SUPPORT

https://vborg.vbsupport.ru/vborg_mis...hreadid=222208

What does it do : -

It's very simple, this is a image that will show up when you have a unread pm.

Steps for doing it : -

On The Navbar Template Add It At The End of the Template

just put in style="background: #FFFFFF" with the suitable colors you want to add
so now the new code will be like


Code:
<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>
            <td class="thead"><a href="private.php"><div style="background: #FFFFFF; text-decoration:bold;">You got $bbuserinfo[pmunread] Private Message<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Click To Read Them!</div></a></td>
        </tr>
</table>
<br />
</if>
<!-- / PM Notification -->
ScreenShot : -



Other versions of Product : -

The Version of vb 3.7.0 Beta is : -
https://vborg.vbsupport.ru/showthread.php?t=165543

Show Your Support

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

Comments
  #2  
Old 09-01-2009, 07:59 PM
Ice-Maiden Ice-Maiden is offline
 
Join Date: Jul 2009
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to change the colour of the notfication under the navbar please?

I have a dark grey skin on my site and this doesnt show up very well even though it works like a charm just wondered if there was anyway of me adding a different colour to it so its more noticeable for members!

Thanks!
Reply With Quote
  #3  
Old 09-12-2009, 04:31 PM
theFM's Avatar
theFM theFM is offline
 
Join Date: Jan 2008
Location: In the Heaven
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just put in style="background: #FFFFFF" with the suitable colors you want to add
so now the new code will be like

Code:
<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>
            <td class="thead"><a href="private.php"><div style="background: #FFFFFF; text-decoration:bold;">You got $bbuserinfo[pmunread] Private Messages<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Click To Read Them!</div></a></td>
        </tr>
</table>
<br />
</if>
<!-- / PM Notification -->
Reply With Quote
  #4  
Old 09-15-2009, 08:26 PM
Ohiocustoms Ohiocustoms is offline
 
Join Date: Sep 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works nicely. Need to remove the s from Private Messages though.
Reply With Quote
  #5  
Old 09-22-2009, 02:25 PM
theFM's Avatar
theFM theFM is offline
 
Join Date: Jan 2008
Location: In the Heaven
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edited Thanks for telling me
Reply With Quote
  #6  
Old 11-04-2009, 06:08 AM
theFM's Avatar
theFM theFM is offline
 
Join Date: Jan 2008
Location: In the Heaven
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All Problem Solved In this Updated : -

1. Added Background Option
2. Removed Private Messages "s" for the Code

Should Be Working Now Nicely !!
Reply With Quote
  #7  
Old 11-04-2009, 04:52 PM
yamahapaul's Avatar
yamahapaul yamahapaul is offline
 
Join Date: Aug 2008
Location: UK
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone got a screen shot so I can see what this looks like please?
Reply With Quote
  #8  
Old 03-08-2010, 02:38 PM
venom2124 venom2124 is offline
 
Join Date: Feb 2009
Location: North Carolina
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea if this will work with vB4.0
Reply With Quote
  #9  
Old 08-10-2010, 10:53 PM
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Posts: 893
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice little edit, loved it. Thank you!
Reply With Quote
  #10  
Old 06-12-2012, 07:41 PM
ricardoNJ ricardoNJ is offline
 
Join Date: Sep 2008
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made this modification....if you let me...
PHP Code:
<!-- PM Notification -->
<if 
condition="$bbuserinfo[pmunread]">

<
td class="thead"><a href="private.php"><div style="background: #be0101; text-decoration:bold;"><span style="color:orange"><center><blink>Usted tiene $bbuserinfo[pmunreadMensaje Privado<if condition="$bbuserinfo[pmunread] >= 2">s</if>! </blink></div></center></a></td>
        </
tr>
</
table>
<
br />
</if>
<!-- / 
PM Notification --> 
I don't like this 'classic /table' of vb
It will be better......or not?

pta: <blink> only works with Mozilla!!
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 02:31 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.04629 seconds
  • Memory Usage 2,311KB
  • Queries Executed 24 (?)
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
  • (2)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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