Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cute PostMan Notification Mod Details »»
Cute PostMan Notification Mod
Version: 1.00, by YankForum YankForum is offline
Developer Last Online: Sep 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 07-22-2012 Last Update: 08-08-2014 Installs: 19
Uses Plugins Template Edits Auto-Templates
 
No support by the author.

Hello
This is my secind mod in here , hope you like it. I was doing it for myself but i thought maybe it's a use to all of you guys too.
[hr]1[/hr]
What this hack do ?
when a private message is received or a visitor message or a friend request or a social group invitation a cute and kind post man comes to the screen and informs the user , with a link to the section he must visit.

[hr]1[/hr]
Installation Guide :

1- upload "new-mail-notification.gif" to your forum/images/misc/ folder
2- Import the product

DONE

additionally you can turn this hack ON/OFF and disable copyright (not recommended) in vbulletin options page.
[hr]1[/hr]
Version History & Updates
Release 1.0: first release while tested on 3.8.4 perfectly

[hr]1[/hr]



Download Now

File Type: zip new-mail-notification.zip (16.6 KB, 157 views)
File Type: xml PostMan Notification V 1.0.xml (6.0 KB, 42 views)

Screenshots

File Type: jpg 1.jpg (47.9 KB, 0 views)
File Type: jpg 2.jpg (104.0 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 08-23-2012, 03:00 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Better off using a royalty free pic like this one http://www.edupics.com/image-postman...es-i20198.html
Reply With Quote
  #23  
Old 08-23-2012, 03:25 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good mod however you have your elements mixed up in your product, you have
HTML Code:
<a href="private.php">
<div style="display:scroll;position:fixed;bottom:-14px;right:-7px;" title="$vbphrase[unread_private_messages]" alt="$vbphrase[unread_private_messages]">
<img src="images/misc/new-mail-notification.png" />
</div></a>
But it should be
HTML Code:
<div style="display:scroll;position:fixed;bottom:-14px;right:-7px;" title="$vbphrase[unread_private_messages]" alt="$vbphrase[unread_private_messages]"><a href="private.php">
<img src="images/misc/new-mail-notification.png" border="0"/></a>
</div>
Reply With Quote
  #24  
Old 08-23-2012, 02:56 PM
Midohash's Avatar
Midohash Midohash is offline
 
Join Date: Aug 2010
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
Good mod however you have your elements mixed up, you have
HTML Code:
<a href="private.php">
<div style="display:scroll;position:fixed;bottom:-14px;right:-7px;" title="$vbphrase[unread_private_messages]" alt="$vbphrase[unread_private_messages]">
<img src="images/misc/new-mail-notification.png" />
</div></a>
But it should be
HTML Code:
<div style="display:scroll;position:fixed;bottom:-14px;right:-7px;" title="$vbphrase[unread_private_messages]" alt="$vbphrase[unread_private_messages]"><a href="private.php">
<img src="images/misc/new-mail-notification.png" border="0"/></a>
</div>
Hi Simon,

I have implemented your code instead of the original one but the postman image is no longer displaying when I have a new pm :erm:
Reply With Quote
  #25  
Old 08-23-2012, 03:56 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe you've left something out like an end > or something similar, it works fine on my forum vb3.8
Reply With Quote
  #26  
Old 08-23-2012, 03:57 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EDIT: one sec. thats because i have changed the image for me, see, it ends in .png, just change that to .gif and it will work fine
Reply With Quote
  #27  
Old 08-23-2012, 06:01 PM
Midohash's Avatar
Midohash Midohash is offline
 
Join Date: Aug 2010
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
EDIT: one sec. thats because i have changed the image for me, see, it ends in .png, just change that to .gif and it will work fine
That made the trick ... Thank you Simon ... However still one more issue I hope you could fix it ... When I click the postman image in Google Chrome it takes me to the unopened pm :up: ... However the image is non-clickable in IE :erm: ... Is there any solution?
Reply With Quote
  #28  
Old 08-23-2012, 06:34 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you swap the elements round as i have show in post #22 they should be clickable, that change is howed for just one of them within the product works fine for me in IE8.
Reply With Quote
  #29  
Old 08-23-2012, 07:20 PM
Midohash's Avatar
Midohash Midohash is offline
 
Join Date: Aug 2010
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
if you swap the elements round as i have show in post #22 they should be clickable, that change is howed for just one of them within the product works fine for me in IE8.
Postman image is clickable now in IE with your modified code ... Many thanks Simon :up:
Reply With Quote
  #30  
Old 08-23-2012, 08:37 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just make sure you change the other elements in the product to do the same, import product with overwrite and you'll be golden
Reply With Quote
  #31  
Old 09-01-2012, 04:50 PM
B@legar B@legar is offline
 
Join Date: May 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. One request. Can you add DBtech usertag, quote postman notification
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 01:05 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.04838 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_html
  • (3)bbcode_quote
  • (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
  • (3)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
  • (4)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete