Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 07-26-2003, 07:03 AM
idwf's Avatar
idwf idwf is offline
 
Join Date: Jun 2003
Location: England
Posts: 413
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smartgnome
I did put it in the welcome panel from Tungsten, there I created an extra column and entered the code there.
how you do that? What you mean? got a pic?
Reply With Quote
  #12  
Old 07-26-2003, 10:19 AM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Magik
how you do that? What you mean? got a pic?

here some screenshots, did split it up cause of upload sizes
Attached Images
File Type: jpg no-pm-left.jpg (13.4 KB, 0 views)
File Type: jpg no-pm-rigt.jpg (9.9 KB, 0 views)
File Type: jpg with-pm-left.jpg (15.9 KB, 0 views)
File Type: jpg with-pm-rigt.jpg (12.5 KB, 0 views)
Reply With Quote
  #13  
Old 07-26-2003, 10:22 AM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BarryA
The blinking text didnt work for all my users so I re-wrote it using an animated .gif. This version will also let you click the gif and take you to your PM box. Its a little more simple as well.

Code:
<!-- PM Blink -->
<if condition="$bbuserinfo[pmunread] != 0">
<tr><td class="page" align="center">
<a href="private.php?$session[sessionurl]"><img src="$stylevar[imagesfolder]/newpmblink.gif" border="0" /></a>
</td></tr></if>
<!-- End PM Blink -->
I put it in the navbar template right before the last </table>

I attached a .gif for you to use, but you can make your own if you like. Put the .gif file in your images directory.
You can add extra code in the script to redirect the browser info so it works also for other browsers.
Reply With Quote
  #14  
Old 07-26-2003, 02:05 PM
trilOByte's Avatar
trilOByte trilOByte is offline
 
Join Date: Nov 2001
Location: England
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BarryA
The blinking text didnt work for all my users so I re-wrote it using an animated .gif. This version will also let you click the gif and take you to your PM box. Its a little more simple as well.

Code:
<!-- PM Blink -->
<if condition="$bbuserinfo[pmunread] != 0">
<tr><td class="page" align="center">
<a href="private.php?$session[sessionurl]"><img src="$stylevar[imagesfolder]/newpmblink.gif" border="0" /></a>
</td></tr></if>
<!-- End PM Blink -->
I put it in the navbar template right before the last </table>

I attached a .gif for you to use, but you can make your own if you like. Put the .gif file in your images directory.
Is it possible to add an "else" statement, so a "no pm" gif gets replaced by a "have pm" blinking gif?
Reply With Quote
  #15  
Old 07-26-2003, 02:47 PM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
 
<!-- PM Blink -->
<if condition="$bbuserinfo[pmunread] != 0">
<tr><td class="page" align="center">
<a href="private.php?$session[sessionurl]"><img src="$stylevar  [imagesfolder]/newpmblink.gif" border="0" /></a>
</td></tr>
<else />
<tr><td>&nbsp;</td></tr> 
</if>
<!-- End PM Blink -->
Reply With Quote
  #16  
Old 07-26-2003, 04:22 PM
trilOByte's Avatar
trilOByte trilOByte is offline
 
Join Date: Nov 2001
Location: England
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thankis smartgnome, works perfectly. I used this....

Code:
<if condition="$bbuserinfo[pmunread] != 0">
<a href="private.php?$session[sessionurl]"><img src="images/pmonbar.gif" width="135" height="15" border="0"></a>
<else />
<a href="private.php?$session[sessionurl]"><img src="images/pmoffbar.gif" width="135" height="15" border="0"></a>
</if>
To produce this effect in my sidemenu....
Attached Images
File Type: gif nopm.gif (9.2 KB, 0 views)
File Type: gif newpm.gif (9.4 KB, 0 views)
Reply With Quote
  #17  
Old 07-31-2003, 04:33 PM
Cassidy's Avatar
Cassidy Cassidy is offline
 
Join Date: Mar 2003
Location: Bham. England
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know how to make my table blink instead of the text?
Reply With Quote
  #18  
Old 01-09-2005, 01:46 PM
shadiguy1 shadiguy1 is offline
 
Join Date: Jul 2004
Location: Delco,Pa
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i know this is old but for some reason i can not get this to work in vb 3.0.3 i want it to blink in the same spot that vb.org has it in the Spot Where it says u have X amount of New private Messages Etc. Please Advise on what i need to do to get this working i have uploaded the newpm.gif to the images folder and tried aqdding the code listed in this thread to get it to work but it is not working for me please help
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 01:59 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04227 seconds
  • Memory Usage 2,267KB
  • 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
  • (4)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
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (6)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)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