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)

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


All times are GMT. The time now is 04:33 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.01132 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete