vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Blinking PM message like here (https://vborg.vbsupport.ru/showthread.php?t=75103)

peterska2 01-25-2005 06:35 PM

Blinking PM message like here
 
OK I've probably missed it somehow but I can't find it using search either here or at vBT but I'm sure it has been released.

Can anyone either provide the link to the release or rumble up some code that will work quick for me?

Cheers.

Guy G 01-25-2005 06:38 PM

It was released, but not in this form.
I wuold also like to see the hack that this board uses.

Colin F 01-25-2005 06:38 PM

Quote:

Originally Posted by peterska2
OK I've probably missed it somehow but I can't find it using search either here or at vBT but I'm sure it has been released.

Can anyone either provide the link to the release or rumble up some code that will work quick for me?

Cheers.

There are some threads if you search on vBT for blink.

Here's one: http://www.vbulletintemplates.com/mo...ighlight=blink

peterska2 01-25-2005 06:51 PM

I've seen that one but I cwanted one that worked with an image rather than with the colors of the navbar

blackpheonix 01-25-2005 06:53 PM

bump

i prefer the writing across the pm box

Guy G 01-25-2005 07:30 PM

Quote:

Originally Posted by blackpheonix
bump

i prefer the writing across the pm box

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..

peterska2 01-25-2005 08:08 PM

Many many thanks. It works a treat.

Guy G 01-25-2005 08:11 PM

Quote:

Originally Posted by peterska2
Many many thanks. It works a treat.

no problem just make sure you ask for permission if you use this site's picture...

ericgtr 01-25-2005 08:25 PM

1 Attachment(s)
I thought I would play with this too, when I ran a UBB Treads board it had the cool flashing mail icon (it's animated) and I missed that so I added it back with a simple conditional.

Find this section:
PHP Code:

2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if>
        </
div>
        </
td

Add this right under:
PHP Code:

    <if condition="$bbuserinfo['pmunread']">
                 
Your blinking image or whatever goes here
    
</if> 


blackpheonix 01-25-2005 08:33 PM

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


All times are GMT. The time now is 07:05 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.02203 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (3)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
  • (10)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