vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Add flashing envelope PM notification (https://vborg.vbsupport.ru/showthread.php?t=103202)

ericgtr 12-17-2005 10:00 PM

Add flashing envelope PM notification
 
A very simple template mod that's guaranteed to catch the users eye, see screenshot.

Please see the attached text file for instructions, here's the image https://vborg.vbsupport.ru/

Enjoy! :)

astra-sri 12-18-2005 05:43 PM

Works perfect!

Cheers :D

folkish 12-18-2005 09:02 PM

Hack installed. Works fine. Thanks.

concepts 12-18-2005 10:35 PM

working great... thanks

installs.

Boofo 12-18-2005 10:38 PM

Text file with the instructions, please? ;)

Allan 12-18-2005 10:39 PM

Nice idea :)

Click Install

Barakat 12-19-2005 12:06 AM

nice nice nice

CSS59 12-19-2005 01:04 AM

thank you, can you make more images? something like this with a white background https://vborg.vbsupport.ru/external/2005/12/7.gif

ericgtr 12-19-2005 01:16 AM

Quote:

Originally Posted by Boofo
Text file with the instructions, please? ;)

Okay, I changed it. Are we no longer allowed to post code?

Watson 12-19-2005 12:48 PM

Its alot easier with text files I feel, cause it means I can keep all the hacks I install in the 1 folder saved in my docs, incase I need to do a complete backup of my boards, if anything mucks up

dreamer81 12-20-2005 07:31 AM

haha great!!
*installs*

Toky0 12-22-2005 12:20 AM

Thanks! I was looking for this. :D

noj75 12-29-2005 02:07 AM

Very nice. Installs

RockForums 12-29-2005 04:23 AM

Simple, yet great. Cheers! *installs*

firstrebel 12-29-2005 09:23 AM

Nice hack. I placed the code in a different place:

Find:
Quote:

<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
which is just below the code in the install instructions.
Add after it:
Quote:

<br /><if condition="$bbuserinfo['pmunread']">
<a href="http://www.domain.com/forum/private.php?"><img border="0" src="http://www.domain.com/forum/images/misc/newpm.gif" width="22" height="10"></a>
</if>
Note the extra <br /> before the new code.

*clicks install*

Bob

kartik786 01-06-2006 07:25 PM

Hmm, Soo sorry to be a n00b .... but where is the Navbar template which is to be modified ?

nufc fan 01-06-2006 07:34 PM

im thinking the same thing where do i find the navbar tempate ???????

ericgtr 01-06-2006 08:21 PM

Quote:

Originally Posted by nufc fan
im thinking the same thing where do i find the navbar tempate ???????

In your AdminCP go to Styles & Templates > Search in Templates > choose your template from the dropdown and in the search box type in navbar :)

knertified 01-09-2006 12:37 AM

Cool simple hack, Clicked Install.

Daniel 01-15-2006 04:40 AM

I've installed :) Thanks!

simsimt 01-24-2006 01:12 AM

I know this is off topic, but how can I make my own blinking image? I've a simple envelope image & I just want to make it blink.

bada_bing 01-24-2006 02:14 AM

Can someone tell me where to put the code so that the image is after Private Messages: in the navbar?

bada_bing 01-25-2006 06:35 PM

Can someone answer the above post

Tony G 01-25-2006 11:42 PM

Moving to other modifications, can't believe I didn't see this earlier.

ericgtr 01-26-2006 12:07 AM

Quote:

Originally Posted by Tony G
Moving to other modifications, can't believe I didn't see this earlier.

I initially wrote a mod and asked for it to be moved, thanks :)

Juvefan 01-26-2006 07:28 PM

Works on 3.5.3?

KOKS@LN 01-27-2006 04:23 AM

Quote:

Originally Posted by Juvefan
Works on 3.5.3?

Works fine on 3.5.3 ;)

stangger5 01-27-2006 05:13 AM

Here`s anther thread about vB Blinking Evelope on PM ..Its what I use..

https://vborg.vbsupport.ru/showthread.php?t=96221

majoreyeswater 01-27-2006 01:15 PM

This is excellent, it's a really nice touch and adds a lot value to the messageboard. Thanks. Clicked install.

The_Rayman 01-27-2006 04:44 PM

Cewl Firstrebel, neat with the extra break :)

bada_bing 01-27-2006 05:00 PM

Quote:

Originally Posted by stangger5
Here`s anther thread about vB Blinking Evelope on PM ..Its what I use..

https://vborg.vbsupport.ru/showthread.php?t=96221

Cool I used the code for the other pm blink and the image from this hack and with both combines it looks and works great... Thank you

theFAILURE 01-27-2006 05:50 PM

Awsome. Works great!

DivisionByZero 01-28-2006 02:59 PM

can someone do an automatic 5 or so minute check in AJAX to check for new pm's? im not quite skilled in ajax yet :)

corn dog 01-28-2006 03:03 PM

Quote:

Originally Posted by firstrebel
Nice hack. I placed the code in a different place:

Find:
which is just below the code in the install instructions.
Add after it:

Note the extra <br /> before the new code.

*clicks install*

Bob

kool! this is so simple to ;)
*clicks install*

ericgtr 01-28-2006 03:22 PM

Quote:

Originally Posted by MisterPopularity
can someone do an automatic 5 or so minute check in AJAX to check for new pm's? im not quite skilled in ajax yet :)

I would think that could be a killer on server overhead, especially with a bunch of members.

corn dog 01-28-2006 03:26 PM

Quote:

Originally Posted by ericgtr
I would think that could be a killer on server overhead, especially with a bunch of members.

I know this is a silly question,I am very new to vBulliten...where on earth is the navbar template.xD I know,Im a noob to this...

DivisionByZero 01-28-2006 04:28 PM

Quote:

Originally Posted by ericgtr
I would think that could be a killer on server overhead, especially with a bunch of members.

if it's set to refresh every 5 minutes, then it won't run on busy forums... only on pages where the user has stopped to read a long thread or something... that's what I was meaning.

Gripemaster 02-01-2006 02:59 AM

*Clicks install* Very nice, thank you! :)

Claire1924 02-03-2006 12:51 PM

Installed on 3.5.3. Nice touch. Thank you.

mbader71 02-04-2006 08:42 AM

nice,

Thanks


All times are GMT. The time now is 05:14 AM.

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.01379 seconds
  • Memory Usage 1,789KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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