vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   making a blinking "Private message" line (https://vborg.vbsupport.ru/showthread.php?t=72940)

JohnBee 12-15-2004 08:20 PM

making a blinking "Private message" line
 
1 Attachment(s)
I know there are many blinking PM hacks out here I scanned through them all
but what I cannot find is a hack that makes the words "Private Messages"
on the navbar blink in the event of a new PM.



A much simpler mod than the blinking bar or blinking background really
but I cannot get it to work.

Does anyone know how to make it work?

I have some java script for it and I can easilly get it to display anywheres on the forum homepage but I cannot get it to replace the original PM stats
line I don't know how do to that.

Heres my header script info.

Code:

<SCRIPT LANGUAGE="JavaScript">

window.onerror = null;
 var bName = navigator.appName;
 var bVer = parseInt(navigator.appVersion);
 var NS4 = (bName == "Netscape" && bVer >= 4);
 var IE4 = (bName == "Microsoft Internet Explorer"
 && bVer >= 4);
 var NS3 = (bName == "Netscape" && bVer < 4);
 var IE3 = (bName == "Microsoft Internet Explorer"
 && bVer < 4);
 var blink_speed=100;
 var i=0;
 
if (NS4 || IE4) {
 if (navigator.appName == "Netscape") {
 layerStyleRef="layer.";
 layerRef="document.layers";
 styleSwitch="";
 }else{
 layerStyleRef="layer.style.";
 layerRef="document.all";
 styleSwitch=".style";
 }
}

//BLINKING
function Blink(layerName){
 if (NS4 || IE4) {
 if(i%2==0)
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="visible"');
 }
 else
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="hidden"');
 }
 }
 if(i<1)
 {
 i++;
 }
 else
 {
 i--
 }
 setTimeout("Blink('"+layerName+"')",blink_speed);
}
//  End -->
</script>

Heres my if statement code, obviously not in the right place in my navbar
template:


Code:

<if condition="$bbuserinfo['pmunread']">
<!-- Blinking text START -->
<div id="prem_hint" style="position:relative; left:0; visibility:hidden" class="prem_hint">
<font color="#FF0000"><b>Private messages</b></font>
</div>
<script language="javascript">Blink('prem_hint');</script>
</script>
</if>

Any help would be greatly apreciated on this mod.
thanks all in advance.

Paul M 12-16-2004 01:11 AM

Quote:

Originally Posted by JohnBee
A much simpler mod than the blinking bar or blinking background really but I cannot get it to work.

Making the whole box blink red is just replacing one line in the navbar template with a bit of extra code, how can this be simpler ?

JohnBee 12-16-2004 01:25 AM

look at the attached image.
what you described has been done many times here and I have this now.

what im after is to get the line that says Private Messages: to blink
not the background or a bar etc. just the text as shown in the attached
image.

https://vborg.vbsupport.ru/attachmen...chmentid=22377

I have been trying in vain to get this to work but I cannot figure out how
to get the multiple if statements to work so I can replace the original line
with a new one when there are new PM's n the inbox.

I can place the blinking text anywheres on the forum but not replace a line
with a blinking line that I don't understand how to do.

if someone could figure that out that would be awesome.


All times are GMT. The time now is 02:43 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.00928 seconds
  • Memory Usage 1,724KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete