Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #11  
Old 01-26-2005, 03:25 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blackpheonix
do we have permission to use the pm blinking gif off this site ill pay for it if everyone can use it as well

anyone regardes to ^^ post
feel free to use it, it's not that a creative gif to claim special copyrights i'd say
Reply With Quote
  #12  
Old 01-26-2005, 03:30 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here are a couple others to try. I like the blinking PM thingy, but I always thought it was weird how it says "PRIVATE MESSAG" and the E is cut off, so I redid the text sizing and spacing to be a bit easier to read.
Attached Images
File Type: gif pmbg6.gif (2.9 KB, 0 views)
File Type: gif pmbg5.gif (2.7 KB, 0 views)
Reply With Quote
  #13  
Old 03-16-2005, 09:29 AM
Blueice41188's Avatar
Blueice41188 Blueice41188 is offline
 
Join Date: Oct 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Guy G and yoyoyoyo for the info and gif, works great!

::edit:: I didn't notice this thread was from Janurary. Sorry for bringing back an old thread.
Reply With Quote
  #14  
Old 05-24-2005, 01:06 AM
vakvak vakvak is offline
 
Join Date: Mar 2005
Location: T?rkiye
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Guy G
Me 2

EDIT: ahh this should be easy... no need for javascript as well...

Here it is by me :
Open up the navbar template and find:
HTML Code:
<td class="alt2" valign="top" nowrap="nowrap">
Replace with:
HTML Code:
  <td  valign="top" class="alt2" <if condition="$bbuserinfo['pmunread']">style="background-image: url(images/pmbg.gif); background-repeat: no-repeat;"</if> nowrap="nowrap" >
Replace the pmbg.gif with your image of use this one if its allowed..

Quote:
Once installed, you need to edit the "global.php" file. Comment out the line that reads:

eval('$footer .= "' . fetch_template('pm_popup_script') . '";');
how
eval('$footer .= "' . fetch_template('pm_popup_script') . '";'); gif file exsample pls
Reply With Quote
  #15  
Old 12-16-2005, 11:20 PM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can some one help me to get it to work with 3.5?
Reply With Quote
  #16  
Old 12-16-2005, 11:32 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a version updated for 3.5 http://www.forumtools.net/t37-howto-blinking-pm.html
Reply With Quote
  #17  
Old 12-16-2005, 11:41 PM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ericgtr
I tried that

Code:
<if condition="$bbuserinfo['pmunread']"> 
                 but what excatly do I put here?
    </if>
the pic is at http://djjeffa.com/vb/images/pmbg6.gif
Reply With Quote
  #18  
Old 12-17-2005, 12:58 AM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djjeffa
I tried that

Code:
<if condition="$bbuserinfo['pmunread']"> 
                 but what excatly do I put here?
    </if>
the pic is at http://djjeffa.com/vb/images/pmbg6.gif
Try this

Here is the image (animated and blinks) upload it and change the paths below accordingly.

Code:
<if condition="$bbuserinfo['pmunread']">
	<a href="http://www.yoursite.com/board/private.php?"><img border="0" src="http://www.yoursite.com/images/newpm.gif" width="22" height="10"></a>
	</if>
Reply With Quote
  #19  
Old 12-17-2005, 01:08 AM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ericgtr
Try this

Here is the image (animated and blinks) upload it and change the paths below accordingly.

Code:
<if condition="$bbuserinfo['pmunread']">
	<a href="http://www.yoursite.com/board/private.php?"><img border="0" src="http://www.yoursite.com/images/newpm.gif" width="22" height="10"></a>
	</if>
it worked!!
thank you verer much for your time.
Reply With Quote
  #20  
Old 12-17-2005, 02:00 AM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djjeffa
it worked!!
thank you verer much for your time.
Sure, glad it's working for you
Reply With Quote
Reply

Thread Tools
Display Modes

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 08:09 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.04476 seconds
  • Memory Usage 2,276KB
  • Queries Executed 12 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (2)bbcode_html
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete