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
      #32  
    Old 12-15-2005, 03:00 PM
    majorxp majorxp is offline
     
    Join Date: Aug 2005
    Posts: 120
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    installed
    Reply With Quote
      #33  
    Old 12-18-2005, 03:39 AM
    Smiry Kin's's Avatar
    Smiry Kin's Smiry Kin's is offline
     
    Join Date: Dec 2005
    Location: United Kingdom!
    Posts: 954
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    work with 3.5.2?
    Reply With Quote
      #34  
    Old 12-19-2005, 09:01 PM
    99SIVTEC 99SIVTEC is offline
     
    Join Date: Nov 2001
    Posts: 281
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    it's a template edit and a file upload, so yes
    Reply With Quote
      #35  
    Old 12-19-2005, 09:11 PM
    Smiry Kin's's Avatar
    Smiry Kin's Smiry Kin's is offline
     
    Join Date: Dec 2005
    Location: United Kingdom!
    Posts: 954
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    ok thanks, just most RC* things don't work in the the 3.5.2 ( from what i've tried, )

    thanks
    Reply With Quote
      #36  
    Old 01-09-2006, 03:05 AM
    The Chief's Avatar
    The Chief The Chief is offline
     
    Join Date: Aug 2005
    Location: Montreal
    Posts: 1,037
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    installed, works great!!

    /me clicks install
    Reply With Quote
      #37  
    Old 01-10-2006, 01:24 AM
    YLP1 YLP1 is offline
     
    Join Date: Aug 2004
    Posts: 417
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I'm lost

    Is the zip file on the first post accurate? If not, which post with code do I use?

    Thanks in advance.
    Reply With Quote
      #38  
    Old 01-18-2006, 01:48 AM
    bogene2020 bogene2020 is offline
     
    Join Date: Apr 2002
    Posts: 31
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    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
      #39  
    Old 01-19-2006, 09:20 PM
    silurius silurius is offline
     
    Join Date: Oct 2004
    Posts: 404
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by bogene2020
    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
    What does this fix? The original steps seem to work OK for me, although the envelope GIF is a little funny-looking (not a show-stopper).
    Reply With Quote
      #40  
    Old 01-24-2006, 08:03 AM
    sensimilla sensimilla is offline
     
    Join Date: Dec 2004
    Location: Poland
    Posts: 555
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Quote:
    Originally Posted by silurius
    What does this fix? The original steps seem to work OK for me, although the envelope GIF is a little funny-looking (not a show-stopper).

    you have to fix those in the code above according to your image size..

    Quote:
    width="18" height="16"
    btw worked fine for me, thanks
    Reply With Quote
      #41  
    Old 01-27-2006, 05:01 PM
    bada_bing's Avatar
    bada_bing bada_bing is offline
     
    Join Date: Feb 2004
    Location: Michigan
    Posts: 1,698
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Installed Great Hack
    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 03:27 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.32682 seconds
    • Memory Usage 2,308KB
    • 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_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