vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Cute PostMan Notification Mod (https://vborg.vbsupport.ru/showthread.php?t=285890)

YankForum 07-22-2012 10:00 PM

Cute PostMan Notification Mod
 
1 Attachment(s)
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]


3raq4all 07-23-2012 09:58 PM

Very Good
Thank you very much

mbc100 07-27-2012 01:09 AM

it look greet

Morrus 07-27-2012 03:20 PM

I'd note that that's Postman Pat, so if you have a big site you might end up with a C&D from the BBC.

YankForum 07-27-2012 03:44 PM

hehe , you can even use this picture : http://clc2.uniservity.com/GroupDown...mentID=1611853

klaush 07-27-2012 05:42 PM

Do you know the typical community member or registered forum guy?

They never read announcements or important pms, never and never! Do you hate their wilful ignorance?

Well, this is the right medicine for them; i love it!:D

d1alaccom 07-27-2012 05:44 PM

thank you very much!!

YankForum 07-27-2012 05:55 PM

thank you , your comment means alot to me , it's a huge motivation for my future mods

d1alaccom 07-27-2012 05:58 PM

Quote:

Originally Posted by YankForum (Post 2351926)
thank you , your comment means alot to me , it's a huge motivation for my future mods

I hope you will make always such great mods :up:

Mahoni999 07-29-2012 06:58 AM

that looks interesting and i might give it a try

nidal kadour 07-29-2012 07:13 PM

Thank you very much, very beautiful

YankForum 07-30-2012 04:51 AM

thanks for all the support , also please clik INSTALL if you liked it to show me your support and get the updates too.

dizzynation 07-31-2012 04:44 AM

Mark as installed and voted MOTM

Rickie43 08-02-2012 04:59 AM

love ya work (INSTALLED)

tehPARADOX 08-13-2012 10:39 PM

Haha, new spin to the notifications. I like it!

Gadget_Guy 08-13-2012 10:44 PM

My users like it.. but are asking if there was a way to modify some of it's functionality:

1) Remove it being clickable... they just want the graphic

2) Select on what it alerts you to. People want it for Private Message only.

Maybe some ideas for the next version?

D.

YankForum 08-14-2012 04:19 AM

why we should remove it's clickable functionality? is it annoying or what ?

Gadget_Guy 08-14-2012 01:46 PM

On my site when you click it .... it errors.

D.

YankForum 08-14-2012 01:52 PM

send me you website's address and provide me a test account to see what could be the problem

Midohash 08-22-2012 05:09 PM

very nice ... thank you

Simon Lloyd 08-23-2012 03:00 AM

Better off using a royalty free pic like this one http://www.edupics.com/image-postman...es-i20198.html

Simon Lloyd 08-23-2012 03:25 AM

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>


Midohash 08-23-2012 02:56 PM

Quote:

Originally Posted by Simon Lloyd (Post 2359215)
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:

Simon Lloyd 08-23-2012 03:56 PM

Maybe you've left something out like an end > or something similar, it works fine on my forum vb3.8

Simon Lloyd 08-23-2012 03:57 PM

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 :)

Midohash 08-23-2012 06:01 PM

Quote:

Originally Posted by Simon Lloyd (Post 2359361)
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 :confused: ... 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?

Simon Lloyd 08-23-2012 06:34 PM

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.

Midohash 08-23-2012 07:20 PM

Quote:

Originally Posted by Simon Lloyd (Post 2359397)
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:

Simon Lloyd 08-23-2012 08:37 PM

Just make sure you change the other elements in the product to do the same, import product with overwrite and you'll be golden :)

B@legar 09-01-2012 04:50 PM

Thanks. One request. Can you add DBtech usertag, quote postman notification

YankForum 09-01-2012 05:02 PM

Quote:

Originally Posted by B@legar (Post 2361769)
Thanks. One request. Can you add DBtech usertag, quote postman notification

do they have their own notification system or they use normal vbulletin notification system ? i might look into their code if i have free time.

mbc100 09-29-2012 10:50 PM

i like it but i need pic

YankForum 09-30-2012 01:32 AM

dont worry the pic is inside the zip fie


All times are GMT. The time now is 06:13 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.01363 seconds
  • Memory Usage 1,784KB
  • 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
  • (4)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete