Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Simple Notification Details »»
Simple Notification
Version: 1.00, by HybridIllusions HybridIllusions is offline
Developer Last Online: Jun 2018 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.7.0 Beta 2 Rating:
Released: 12-18-2007 Last Update: Never Installs: 132
Template Edits
Re-useable Code Translations  
No support by the author.

Simple Unread PM/etc Notification
Tested with vBulletin 3.0.x, 3.5.x, 3.6.x, 3.7.x

Very easy modification. Although it isn't as fancy as some, this template modification is meant for those that just want a simple and attractive notification that is... well... noticeable. It should be able to easily integrate into your design as well as easy to install.

I have a User CP Modification coming in the next month or so, which is of course more complex than this modification.

Release (final 1.0.0): Marked as New
+ Displays only if the Member has a Unread PM
+ Tell the Member how many pms are unread.
+ Adds "s" if more than one PM is unread.
+ Provides link to private.php for fast access.
+ Is displayed (if active) on virtually every forum page.

Upcoming Features: Marked as New
+ Display New Friend Requests
+ Display New Visitor Messages

Instructions/Installation: Very Easy

In the Style Manager, open the template "navbar" and find the following code:
Code:
<!-- / nav buttons bar -->

<br />
Add this code directly below:
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="text-decoration:none;">You currently have $bbuserinfo[pmunread] Unread Private Message<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Click Here!</div></a></td>
        </tr>
</table>
<br />
</if>
<!-- / PM Notification -->
------------------------------------
And then Save, as you're done! Enjoy the the simple notifier!

"Otikeu" is on an abandoned license and I have taken over this modification. Please click "Install" to be notified when the next versions are available.

Show Your Support

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

Comments
  #22  
Old 01-24-2008, 10:55 PM
ARB4HOSTING.COM ARB4HOSTING.COM is offline
 
Join Date: Jan 2008
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks !!!
Reply With Quote
  #23  
Old 02-25-2008, 04:45 PM
UltraFanatics UltraFanatics is offline
 
Join Date: Dec 2007
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a mod like this for when you get a notification on the profile? like a friend request or a comment etc?
Reply With Quote
  #24  
Old 03-26-2008, 10:27 AM
Gosef Gosef is offline
 
Join Date: Mar 2008
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like it
Reply With Quote
  #25  
Old 03-28-2008, 02:32 PM
F0xy's Avatar
F0xy F0xy is offline
 
Join Date: Mar 2008
Location: Ireland
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent and simple, love it
Reply With Quote
  #26  
Old 03-31-2008, 08:28 PM
HybridIllusions HybridIllusions is offline
 
Join Date: Oct 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fxlr8 View Post
Good, can't wait. Thanks
It'll be here soon, on my list of to-do's
Quote:
Originally Posted by ARB4HOSTING.COM View Post
Thanks !!!
Of course!
Quote:
Originally Posted by UltraFanatics View Post
Is there a mod like this for when you get a notification on the profile? like a friend request or a comment etc?
This will be the upcoming version, where it is just "Notifications" in general, and not just PMs.
Quote:
Originally Posted by Gosef View Post
I like it
Glad you do.
Quote:
Originally Posted by F0xy View Post
excellent and simple, love it
I love that you love it! Thank you.
Reply With Quote
  #27  
Old 04-01-2008, 09:06 AM
DrKNickel DrKNickel is offline
 
Join Date: Oct 2007
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Coolest thing would be to get a notification of group posts you are a member of, too!

Greets
Reply With Quote
  #28  
Old 04-15-2008, 09:26 AM
sdavis2702 sdavis2702 is offline
 
Join Date: Apr 2008
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome thanks a lot! Works great on 3.6.8
Reply With Quote
  #29  
Old 04-29-2008, 10:26 PM
HybridIllusions HybridIllusions is offline
 
Join Date: Oct 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DrKNickel View Post
Coolest thing would be to get a notification of group posts you are a member of, too!

Greets
The next version will support notifications, but might still be able to work with older versions of vBulletin (not just 3.7). If not, there will be two versions.

Quote:
Originally Posted by sdavis2702 View Post
Awesome thanks a lot! Works great on 3.6.8
You're welcome
Reply With Quote
  #30  
Old 04-30-2008, 05:11 AM
Javi_gray Javi_gray is offline
 
Join Date: May 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to get this to work on a non vb page?
Reply With Quote
  #31  
Old 05-01-2008, 09:12 PM
HybridIllusions HybridIllusions is offline
 
Join Date: Oct 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Javi_gray View Post
Is there anyway to get this to work on a non vb page?
There could be a way through more work, but if you can get vBulletin integrated with your site enough ot check global information for the user, then yes, you could.

An easy way to do this would be to upload the global.php from the root and all files in /includes/ to your website. Then, include() the global.php onto any page you want to use this mod with.

You may have to replace the files on every upgrade, however.

--------

To everyone else, be sure to click "Install" or you may miss out on the next version!!
Reply With Quote
Reply


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 09:18 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.07474 seconds
  • Memory Usage 2,309KB
  • 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
  • (2)bbcode_code
  • (8)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
  • (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