vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Blink PM bar on new PM! (https://vborg.vbsupport.ru/showthread.php?t=32299)

Ryan McBain 05-28-2002 02:26 AM

Heres my entire forumhome mp logged template. i cant get the hack to work for me...

<tr id="cat">
<td id="pmBox" bgcolor="{categorybackcolor}" colspan="6"><a href="private.php?s=$session[sessionhash]" title="Click Here to Open Your Private Messages $inboxname"><normalfont color="{categoryfontcolor}"><b>Private Messages</normalfont></b></a></td>
</tr>
<tr>
<td bgcolor="{secondaltcolor}" align="center" valign="top"><img src="{imagesfolder}/$lightbulb.gif" alt=""></td>
<td bgcolor="{firstaltcolor}" colspan="5"><smallfont>
<b>$bbuserinfo[username]</b> - You have $newpm[messages] new message(s) since your last visit.<br>
(You have $unreadpm[messages] unread messages and $allpm[messages] total messages in all your folders.)</smallfont></td>
</tr>
<script language="JavaScript">
<!-- Begin
$pmblink pmBox.bgColor='{tableheadbgcolor}';
$pmblink setInterval("Timer()", 500);
$pmblink x=1;
function Timer() {
set=1;
if(x==0 && set==1) {
pmBox.bgColor='#778899';
x=1;
set=0;
}
if(x==1 && set==1) {
pmBox.bgColor='#2D3851';
x=0;
set=0;
}
}
// End -->
</script>

FWC 05-28-2002 05:01 AM

Quote:

Originally posted by Ryan McBain
Code:

$pmblink pmBox.bgColor='#006633';
$pmblink setInterval("Timer()", 500);
$pmblink x=1;
 function Timer() {
        set=1;
        if(x==0 && set==1) {
                pmBox.bgColor='#778899';
                x=1;
                set=0;
        }
        if(x==1 && set==1) {
                pmBox.bgColor='#2D3851';
                x=0;
                set=0;


I'm not certain because all your replacement variables got parsed, but you have three colors there. The first color should be your alternating flashing color. The second one should be your category background color and the third color should be the alternating flashing color again. You may have it right already. It just looks wrong here.

Ryan McBain 05-28-2002 06:24 AM

well im sure its wrong cause its not working.... what code should i have??

FWC 05-28-2002 07:01 AM

Quote:

Originally posted by Ryan McBain
well im sure its wrong cause its not working.... what code should i have??
This is what you should add to the end of template. Substitute the colors you want:
Code:

<script language="JavaScript">
<!-- Begin
$pmblink pmBox.bgColor='Alternate Flashing Color';
$pmblink setInterval("Timer()", 500);
$pmblink x=1;
 function Timer() {
        set=1;
        if(x==0 && set==1) {
                pmBox.bgColor='Normal Category Background Color';
                x=1;
                set=0;
        }
        if(x==1 && set==1) {
                pmBox.bgColor='Alternate Flashing Color';
                x=0;
                set=0;
        }
}
// End -->
</script>


Ryan McBain 05-28-2002 12:31 PM

still doesnt work, and i have this code....

<script language="JavaScript">
<!-- Begin
$pmblink pmBox.bgColor='#880000';
$pmblink setInterval("Timer()", 500);
$pmblink x=1;
function Timer() {
set=1;
if(x==0 && set==1) {
pmBox.bgColor='#778899';
x=1;
set=0;
}
if(x==1 && set==1) {
pmBox.bgColor='#880000';
x=0;
set=0;
}
}
// End -->
</script>

deano1 05-28-2002 07:17 PM

i still want to know
how you move the PM bar to the top of the page

TLfuRy 06-28-2002 06:40 PM

Quote:

Originally posted by deano1
i still want to know
how you move the PM bar to the top of the page

Edit your forumhome template, and find the "$pminfo" variable towards the bottom:
</tr>
$forumbits
$pminfo
$loggedinusers
$birthdaybits

And move it just above the </tr> tag two lines above it. That will move it to just above your first Forum in the index, like this:

deano1 07-01-2002 09:13 PM

i thank you very much sir

Jared Press 07-04-2002 05:28 AM

I tried to install this hack and have my bar flashing but I haven't been able to edit the index.php files success fully.

Every time I try adding the code for blink I get a serever parse error and the site wont load up.

Any ideas what is wrong?

I inserted the code after the light bulp on code by entering a new line and pasting it after the light bulb code.

Jared Press 07-04-2002 05:39 AM

Never mind. I screwed up the code. I noticed what appeared to be a bracket out of place and rechecked the original code.

Great Hack!!!!!!

Thanks. Oh and I even picked up on the quick tip about moving the position of the PM bar...cool!


All times are GMT. The time now is 06:33 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.01224 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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