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

Reply
 
Thread Tools
vB Blinking Evelope on PM Details »»
vB Blinking Evelope on PM
Version: 1.00, by adamgessel adamgessel is offline
Developer Last Online: Aug 2007 Show Printable Version Email this Page

Version: 3.5.0 RC3 Rating:
Released: 09-13-2005 Last Update: 09-13-2005 Installs: 83
Template Edits
Additional Files  
No support by the author.

This hack should work for every Release Candidate version.

=============
DEMO BOARD
=============
Demo board is located at: http://www.forumfreedom.net/
Feel free to visit.

=============
DESCRIPTION
=============
This hack is very simple: it adds a blinking envelope to your forum if you have a new private message, making it easier to know if you have a new private message. This actually came from a request from the 3.5 modification request forum.

=============
INSTALLATION
=============
Difficulty: Easy
Time: Less than a minute

PLEASE CLICK INSTALL!!!

UPDATE: NO LONGER REQUIRES FILE EDIT.

Supporters / CoAuthors

    Show Your Support

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

    Comments
      #12  
    Old 09-25-2005, 12:42 PM
    Delphiprogrammi Delphiprogrammi is offline
     
    Join Date: Feb 2004
    Location: Landen(Belgium)
    Posts: 1,335
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by Boofo
    Any pics?
    that envelope jumps up and down nice nice
    Reply With Quote
      #13  
    Old 09-25-2005, 07:25 PM
    lairnoc's Avatar
    lairnoc lairnoc is offline
     
    Join Date: Oct 2003
    Location: The Netherlands
    Posts: 169
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    UPDATE: NO LONGER REQUIRES FILE EDIT.
    sorry but if i dl the file still needs a file edit...
    Reply With Quote
      #14  
    Old 09-26-2005, 09:31 AM
    Andreas's Avatar
    Andreas Andreas is offline
     
    Join Date: Jan 2004
    Location: Germany
    Posts: 6,863
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Here is the Template edit

    In template navbar
    FIND
    Code:
    <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
    <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
    </div>
    REPLACE that WITH:
    Code:
    <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
    <if condition="$show['pmstats']"><br /><if condition="$bbuserinfo['pmunread']">img src="$stylevar[imgdir_misc]/benvelope.gif" width="18" height="16" alt="" /></if><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
    </div>
    Upload benvelope.gif to images/misc
    Reply With Quote
      #15  
    Old 09-26-2005, 10:25 AM
    deathemperor's Avatar
    deathemperor deathemperor is offline
     
    Join Date: Jul 2003
    Location: HOL
    Posts: 1,270
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    you missed a < before img tag, below is the correct version
    HTML Code:
    <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
    <if condition="$show['pmstats']"><br /><if condition="$bbuserinfo['pmunread']"><img src="$stylevar[imgdir_misc]/benvelope.gif" width="18" height="16" alt="" /></if><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
    </div>
    Reply With Quote
      #16  
    Old 10-02-2005, 04:46 AM
    o0Hubba0o's Avatar
    o0Hubba0o o0Hubba0o is offline
     
    Join Date: Mar 2005
    Location: Minnesota
    Posts: 263
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Would it be possible to get ONE person to post everything we need to do for this? All the posts saying you can or cant or should do it this way and they're all different from what's in the zip.
    Reply With Quote
      #17  
    Old 10-02-2005, 08:04 AM
    Delphiprogrammi Delphiprogrammi is offline
     
    Join Date: Feb 2004
    Location: Landen(Belgium)
    Posts: 1,335
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by o0Hubba0o
    Would it be possible to get ONE person to post everything we need to do for this? All the posts saying you can or cant or should do it this way and they're all different from what's in the zip.
    open template navbar find $pmbox variable

    replace with

    HTML Code:
    <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
    <if condition="$show['pmstats']"><br /><if condition="$bbuserinfo['pmunread']"><img src="$stylevar[imgdir_misc]/benvelope.gif" width="18" height="16" alt="" /></if><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
    </div>
    upload the benvelope.gif image to /forum/images/misc

    done
    Reply With Quote
      #18  
    Old 10-03-2005, 06:18 PM
    Vizionz Vizionz is offline
     
    Join Date: Jul 2003
    Location: Chicago
    Posts: 524
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    i liked the old blinking text on pm firget the image just make the text blink and i am straight
    Reply With Quote
      #19  
    Old 10-03-2005, 10:48 PM
    dsotmoon dsotmoon is offline
     
    Join Date: Jun 2003
    Location: VA - USA
    Posts: 194
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    installed, thanks
    Reply With Quote
      #20  
    Old 10-05-2005, 07:54 PM
    thedvs thedvs is offline
     
    Join Date: May 2002
    Posts: 353
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    anyone got a blinking transparent gif for dark boards?
    Reply With Quote
      #21  
    Old 10-06-2005, 12:31 PM
    TygerTyger TygerTyger is offline
     
    Join Date: Aug 2005
    Posts: 182
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Very handy mod indeed. I like Few suggestions though...

    Remove your Thumbs.db file from the zip

    Locate the envelope image in the images directory by default. Or even images/misc. That's what it's there for

    Add a single whitespace after $displetter in the code so it is nicely spaced between the image and the PM message info, and knock IMG and SRC down into lower case (it's good practice!)

    What happened to the envelope icon? It looks corrupted mate, there's artifacts all over bumping the filesize way up. You can use mine if you like, I really posted it for thedvs but anyone who wants it can use it. There's a square and slightly rounded version, both about an 8th the filesize of the original.

    Thanks for the mod again, it's the samll touches that can make the difference!
    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 07:18 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.04780 seconds
    • Memory Usage 2,313KB
    • 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
    • (2)bbcode_code
    • (2)bbcode_html
    • (3)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
    • (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
    • (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