vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Blink the Welcome Bar when receiving a new PM! (https://vborg.vbsupport.ru/showthread.php?t=88474)

Bryan Ex 07-26-2004 03:36 AM

Worked great and especially once I changed the background classes to alt1 & 2 except that I use the vB nav bar in my photopost gallery and it created all kinds of script errors. I had to uninstall but will be keeping this bookmarked for a stand alone board I'm working on next.

Littlebit 08-01-2004 07:11 PM

Quote:

Originally Posted by Bryan Ex
Worked great and especially once I changed the background classes to alt1 & 2 except that I use the vB nav bar in my photopost gallery and it created all kinds of script errors. I had to uninstall but will be keeping this bookmarked for a stand alone board I'm working on next.

You can also keep an eye out at http://vbadvanced.com . They're coming out with a gallery that is seamless with vB and for less money.

Eagle Creek 08-11-2004 09:48 AM

//Installed

It's not working well with all skins :(

YLP1 08-15-2004 07:30 PM

Hi all,

I am getting this broken code on my PM box...how do I fix it?

I am also getting an error on the page

Line 434
Char 1
Error: 'pmBox' is undefined
Code" 0

Natch 08-15-2004 11:39 PM

It's a broken conditional statement - probably you have an extra > inside your conditional?

Re-check your postbit / postbit_legacy modification.

hdaniel1 08-20-2004 07:40 PM

Here is what I did so this mod works on every browser.

First, as usual open up the navbar template and find this.
PHP Code:

<td class="alt2" valign="top" nowrap="nowrap"

You replace it with this.

PHP Code:

                <td valign="top" nowrap="nowrap" <if condition="$bbuserinfo['pmunread']">id="pmBox"<else /> class="alt2"</if>>
<if 
condition="$bbuserinfo['pmunread']">
    <
script type="text/javascript">
<!-- 
<!-- 
blink navbar on new pms -->
document.getElementById('pmBox').bgColor='$stylevar[thead_bgcolor]';
setInterval("Timer()"500);
x=1;
function 
Timer()
{
    
set=1;
    if (
x==&& set==1)
    {
        
document.getElementById('pmBox').bgColor='$stylevar[tcat_bgcolor]';
        
x=1;
        
set=0;
    }
    if (
x==&& set==1)
    {
        
document.getElementById('pmBox').bgColor='$stylevar[thead_bgcolor]';
        
x=0;
        
set=0;
    }
}
-->
</
script></if> 

That is all!


I replaced pmBox.bgColor with document.getElementById('pmBox').bgColor.

EDIT: Also this works with 3.0.3.

SaN-DeeP 08-31-2004 10:08 PM

Quote:

Originally Posted by hdaniel1
Here is what I did so this mod works on every browser.


That is all!


I replaced pmBox.bgColor with document.getElementById('pmBox').bgColor.

EDIT: Also this works with 3.0.3.

thnx dude.
works perfect on vb 3.0.3

Regards

DarknessDivine 09-08-2004 04:02 PM

Works like a dream

mholtum 09-08-2004 07:08 PM

Works great in IE but not in Mozilla

hdaniel1 09-08-2004 07:40 PM

Quote:

Originally Posted by mholtum
Works great in IE but not in Mozilla

Did you follow my updated instructions on how to make it work on all browsers?

mholtum 09-08-2004 08:14 PM

Quote:

Originally Posted by hdaniel1
Here is what I did so this mod works on every browser.

First, as usual open up the navbar template and find this.
PHP Code:

<td class="alt2" valign="top" nowrap="nowrap"

You replace it with this.

PHP Code:

                <td valign="top" nowrap="nowrap" <if condition="$bbuserinfo['pmunread']">id="pmBox"<else /> class="alt2"</if>>
<if 
condition="$bbuserinfo['pmunread']">
    <
script type="text/javascript">
<!-- 
<!-- 
blink navbar on new pms -->
document.getElementById('pmBox').bgColor='$stylevar[thead_bgcolor]';
setInterval("Timer()"500);
x=1;
function 
Timer()
{
    
set=1;
    if (
x==&& set==1)
    {
        
document.getElementById('pmBox').bgColor='$stylevar[tcat_bgcolor]';
        
x=1;
        
set=0;
    }
    if (
x==&& set==1)
    {
        
document.getElementById('pmBox').bgColor='$stylevar[thead_bgcolor]';
        
x=0;
        
set=0;
    }
}
-->
</
script></if> 

That is all!




EDIT: Also this works with 3.0.3.

Yes, I followed these instructions

imported_Zen 09-08-2004 08:45 PM

Quote:

Originally Posted by mholtum
Yes, I followed these instructions


small errors in the code above.. works great BTW

extra spaces have crept in at $styleva
:
PHP Code:

document.getElementById('pmBox').bgColor='$styleva    r[thead_bgcolor]'

:)

mholtum 09-08-2004 10:44 PM

Fixed that, thanks

djjeffa 10-16-2004 11:42 PM

installed and work great thanks guys

Randyjc 11-23-2004 01:56 PM

HTML Code:

        <if condition="$bbuserinfo['userid']">

                <td valign="top" nowrap="nowrap" <if condition="$bbuserinfo['pmunread']">id="pmBox"<else /> class="alt2"</if>>
<if condition="$bbuserinfo['pmunread']">
    <script type="text/javascript">
<!--
<!-- blink navbar on new pms -->

document.getElementById('pmBox').bgColor='$stylevar[thead_bgcolor]';
setInterval("Timer()", 500);
x=1;
function Timer()
{
    set=1;
    if (x==0 && set==1)
    {
        document.getElementById('pmBox').bgColor='$stylevar[tcat_bgcolor]';
        x=1;
        set=0;
    }
    if (x==1 && set==1)
    {
        document.getElementById('pmBox').bgColor='$stylevar[thead_bgcolor]';
        x=0;
        set=0;
    }
}
-->
</script></if>

so weird i have it like this but it won't work for 3.0.3

TwinsForMe 11-23-2004 05:49 PM

Works for me. Thanks. :)

vb 3.0.3 in Netscape

secret1980 11-24-2004 12:38 AM

it's really a nice hack..Thx! for it :D

just now I noticed that after installing this hack...I am getting log in forum again in the middle even though after logging on..I have captured a screen shot here it is :

http://img99.exs.cx/img99/5316/copy21.jpg

waiting for ur help...

Thanking u,
Pavan Kumar

Rocket_Cowboy 11-29-2004 02:22 AM

Nevermind ... if I'd read the entire thread, I'd see what I was missing ...

LOL

Mechanical Mind 12-17-2004 11:45 PM

Quote:

Originally Posted by Gary W
Okay then you can just change the colour variables to a specified colour by replacing them with colour codes :)

Can anybody point out the color variables? I am not sure where to install the color codes in that section of code?

imported_Gottcha 12-21-2004 10:15 PM

Got it working and looks great...will be a big help. Anyway to have it work with vbportal installed? My start page is vbportal and it doesnt notify through there. Any mod to get it working?

Guy G 01-25-2005 07:44 PM

I have modified it to be like in vbulletin.org, no javascript is needed.

post is here if anyone wants it:
https://vborg.vbsupport.ru/showpost....28&postcount=6

peterska2 01-25-2005 08:07 PM

Thanks muchly appreciated

Motoscene 02-09-2005 05:03 PM

Thanks GaryW I like this feature alot and so do all my forum members. Great work.

mholtum 02-16-2005 05:53 AM

I am trying to remove this as I found one I would rather use and cant find the code in my navbar template.. Weird. Yet it still works

Electronic Punk 02-16-2005 07:38 AM

Nice one :D

GSX-Racing 06-01-2005 10:07 AM

I couldn't get it to flash. It only changed the bg colour, didn't flash it back and forth.

EDIT: Got it working, just had some extra spaces in the code.

Thanks, looks tight.

GSX-Racing 06-04-2005 01:04 AM

I had it installed once, then had to re import stuff so lost my mods. I just did it again (like 3 times) and I'm not sure what I did wrong however, if you look at the attached screenshot you will see the problem.

It flashes just fine, but there is a little area to the right that doesn't flash. I can't seem to get rid of that little blank space. Can anyone please help?

Here is what my template looks like where I made the changes.

Code:

</td>       
       
        <if condition="$bbuserinfo['userid']">
       
                <td valign="top" nowrap="nowrap" <if condition="$bbuserinfo['pmunread']">id="pmBox"<else />class="alt2"</if>>
                <div class="smallfont">
                        <!--<span style="float:$stylevar[right]">[<a href="login.phtml?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a>]</span>-->

Code:

<if condition="$bbuserinfo['pmunread']">
        <script type="text/javascript">
<!--
<!-- blink navbar on new pms -->
document.getElementById('pmBox').bgColor='$stylevar[thead_bgcolor]';
setInterval("Timer()", 500);
x=1;
function Timer()
{
        set=1;
        if (x==0 && set==1)
        {
                document.getElementById('pmBox').bgColor='$stylevar[tcat_bgcolor]';
                x=1;
                set=0;
        }
        if (x==1 && set==1)
        {
                document.getElementById('pmBox').bgColor='$stylevar[thead_bgcolor]';
                x=0;
                set=0;
        }
}
-->
</script></if>       

        <else />
       
            <td class="alt2" nowrap="nowrap" style="padding:0px">

Edit 1:In the second attachment you can see a bit better how the table extends too far.

Edit 2: In the third attachment you can see a couple extra frames that I don't think should be there.

tscbh 06-14-2005 12:41 AM

I read through the forum, but it didn't work.. I got this error:

line: 381
car: 1
error: 'pmBox' is undefined
Code: 0
URL: ...forumdisplay.php?f=3

even if I undo all changes. I still got that error.

What I did was, open dreamweaver, open file, "vbulletin-style.xml, I do a search replace & replace:

search:
<td class="alt2" valign="top" nowrap="nowrap">
replace with:
<td valign="top" nowrap="nowrap" <if condition="$bbuserinfo['pmunread']">id="pmBox"<else /> class="alt2"</if>>
<if condition="$bbuserinfo['pmunread']">
<script type="text/javascript">
<!--
<!-- blink navbar on new pms -->
document.getElementById('pmBox').bgColor='$styleva r[thead_bgcolor]';
setInterval("Timer()", 500);
x=1;
function Timer()
{
set=1;
if (x==0 && set==1)
{
document.getElementById('pmBox').bgColor='$styleva r[tcat_bgcolor]';
x=1;
set=0;
}
if (x==1 && set==1)
{
document.getElementById('pmBox').bgColor='$styleva r[thead_bgcolor]';
x=0;
set=0;
}
}
-->
</script></if>

nothing else is done. Now, I hate the error java script message. By the way, does this work for vb3.0.7?

SlipNslide281 07-13-2005 03:30 PM

I got it to flash, but if I want it to flash Red, and background color what do I change in the code? I did this:

<!--
<!-- blink navbar on new pms -->
pmBox.bgColor='thead_bgcolor';
setInterval("Timer()", 500);
x=1;
function Timer()
{
set=1;
if (x==0 && set==1)
{
pmBox.bgColor='$stylevar[red]';
x=1;
set=0;
}
if (x==1 && set==1)
{
pmBox.bgColor='$stylevar[thead_bgcolor]';
x=0;
set=0;
}
}

but it still flashes dark grey and light grey.

Quote:

nothing else is done. Now, I hate the error java script message. By the way, does this work for vb3.0.7?
Yes I have it working on 3.0.7 Just not the color I want.

ciocsy 07-20-2005 11:10 PM

i've just installed the mod and it works perfectly.
thanks a lot.

Shaun M 07-22-2005 08:37 PM

Quote:

Originally Posted by ciocsy
i've just installed the mod and it works perfectly.
thanks a lot.

Well I know it works as it's on one of the forums I visit but for the life of me I cant get it to work on mine.

Have I done something really dumb?

PHP Code:

<script type="text/javascript">
<!--
function 
log_out()
{
    
ht document.getElementsByTagName("html");
    
ht[0].style.filter "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    if (
confirm('$vbphrase[sure_you_want_to_log_out]'))
    {
        return 
true;
    }
    else
    {
        
ht[0].style.filter "";
        return 
false;
    }
}
//-->
</script>

<
br />

<!-- 
breadcrumbloginpm info -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="alt1" width="100%">
        <if 
condition="is_array($navbits)">
            <
table cellpadding="0" cellspacing="0" border="0">
            <
tr valign="bottom">
                <
td><a href="#" onclick="history.back(1)"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]border="0" /></a></td>
                <
td>&nbsp;</td>
                <
td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]accesskey="1">$vboptions[bbtitle]</a></span$navbits[breadcrumb]</td>
            </
tr>
            <
tr>
                <
td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]border="0" /></a> <strong>$navbits[lastelement]</strong></td>
            </
tr>
            </
table>            
        <else />
            <
div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
        </if>
    </
td>    
    
    <if 
condition="$bbuserinfo['userid']">
    
        <
td valign="top" nowrap="nowrap" <if condition="$bbuserinfo['pmunread']">id="pmBox"<else />class="alt2"</if>>
        <
div class="smallfont">
            <!--<
span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]onclick="return log_out()">$vbphrase[log_out]</a>]</span>-->
            <
strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
            
$pcount<br />
            <
phrase 1="$pmbox[lastvisitdate]2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
            <if 
condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if>
        <
br />$rcount
        
</div>
        </
td>

            <if 
condition="$bbuserinfo['pmunread']">
    <
script type="text/javascript">
<!-- 
<!-- 
blink navbar on new pms -->
pmBox.bgColor='$stylevar[thead_bgcolor]';
setInterval("Timer()"500);
x=1;
function 
Timer()
{
    
set=1;
    if (
x==&& set==1)
    {
        
pmBox.bgColor='$stylevar[tcat_bgcolor]';
        
x=1;
        
set=0;
    }
    if (
x==&& set==1)
    {
        
pmBox.bgColor='$stylevar[thead_bgcolor]';
        
x=0;
        
set=0;
    }
}
-->
</
script></if>

    <else />
        
        <
td class="alt2" nowrap="nowrap" style="padding:0px">
            
        <!-- 
login form -->
        <
form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)">
        <
script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
        <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
        <
tr>
            <
td class="smallfont">$vbphrase[username]</td>
            <
td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
            <
td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
        </
tr>
        <
tr>
            <
td class="smallfont">$vbphrase[password]</td>
            <
td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
            <
td><input type="submit" class="button" value="$vbphrase[log_in]tabindex="4" title="$vbphrase[enter_username_to_login_or_register]accesskey="s" /></td>
        </
tr>
        </
table>
        <
input type="hidden" name="s" value="$session[sessionhash]/>
        <
input type="hidden" name="do" value="login" />
        <
input type="hidden" name="forceredirect" value="1" />            
        <
input type="hidden" name="vb_login_md5password" />
        <
input type="hidden" name="vb_login_md5password_utf" />
        </
form>
        <!-- / 
login form -->
            
        </
td>
        
    </if>    
    
</
tr>
</
table>
<!-- / 
breadcrumbloginpm info -->

<!-- 
nav buttons bar -->
<
div align="center">
    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
    <
tr align="center">    
        <!--<
td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
        
        <if 
condition="$show['member']">
            <
td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
        </if>
        <if 
condition="$show['registerbutton']">
            <
td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
        </if>
        <
td class="vbmenu_control"><a href="faq.php?$session[sessionurl]accesskey="5">$vbphrase[faq]</a></td>
        <
td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
        <
td class="vbmenu_control"><a href="article.php?$session[sessionurl]">Articles</a></td>
        <
td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
        <if 
condition="$show['popups']">        
            <if 
condition="$show['searchbuttons']">
                <if 
condition="$show['member']">
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
                <
td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]accesskey="4">$vbphrase[search]</a> <script type="text/javascript"vbmenu_register("navbar_search"); </script></td>
            </if>
            <if 
condition="$bbuserinfo['userid']">
                <
td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"vbmenu_register("usercptools"); </script></td>        
            </if>
        <else />        
            <if 
condition="$show['searchbuttons']">
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]accesskey="4">$vbphrase[search]</a></td>
                <if 
condition="$show['member']">
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <
td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
            </if>
            <
td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
            <if 
condition="$bbuserinfo['userid']">            
                <
td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>            
            </if>            
        </if>
        <if 
condition="$bbuserinfo['userid']">
            <
td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]onclick="return log_out()">$vbphrase[log_out]</a></td>
        </if>
    </
tr>
    </
table>
</
div>
<!-- / 
nav buttons bar -->

<
br />
<
br />

<if 
condition="$show['popups']">
<!-- 
NAVBAR POPUP MENUS -->
    
    <if 
condition="$show['searchbuttons']">
    <!-- 
header quick search form -->
    <
div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        <
tr>
            <
td class="thead">$vbphrase[search_forums]</td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option" title="nohilite">
            <
form action="search.php" method="post">
                <
input type="hidden" name="do" value="process" />
                <
input type="hidden" name="showposts" value="0" />
                <
input type="text" class="bginput" name="query" size="20" />$gobutton<br />
            </
form>
            </
td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option"><a href="search.php?$session[sessionurl]accesskey="4">$vbphrase[advanced_search]</a></td>
        </
tr>
        </
table>
    </
div>
    <!-- / 
header quick search form -->
    </if>

    <if 
condition="$show['member']">
    <!-- 
user cp tools menu -->
    <
div class="vbmenu_popup" id="usercptools_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        
        <
tr><td class="thead">$vbphrase[quick_links]</td></tr>        
        <if 
condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if>
        <
tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                
        <
tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
        <if 
condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
        <if 
condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
        <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
        
        <
tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
        <if 
condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
            <
tr><td class="vbmenu_option"><a href="topposters.php?$session[sessionurl]">Display Top Posters</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
        <if 
condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
        
        </
table>
    </
div>
    <!-- / 
user cp tools menu -->
    </if>
<!-- / 
NAVBAR POPUP MENUS -->
</if> 


Tony G 07-23-2005 12:58 AM

What's the problem you're getting? It just doesn't appear?

Shaun M 07-24-2005 09:41 AM

Quote:

Originally Posted by Tony G
What's the problem you're getting? It just doesn't appear?


Thats rignt. There's no flashing? I wonder if I've put the code in incorectly? :confused:

Loki12 07-24-2005 10:32 AM

Tested and working on version 3.5.0 Beta 4. :)

Tony G 07-24-2005 10:57 AM

Quote:

Originally Posted by Shaun M
Thats rignt. There's no flashing? I wonder if I've put the code in incorectly? :confused:

What version are you using? I'd say that's the case as many have reported it working on later 3.0x versions. Just double check over the added code.

Shaun M 07-24-2005 11:18 AM

Quote:

Originally Posted by Tony G
What version are you using? I'd say that's the case as many have reported it working on later 3.0x versions. Just double check over the added code.


I'm on 3.0.7 I'll revert back to the old code (before I modified it) and try it again. Glad I made backups :)

Tony G 07-24-2005 11:35 AM

I wouldn't advise ever installing a modification and not making backups. ;)

Shaun M 07-24-2005 11:35 AM

Quote:

Originally Posted by Shaun M
I'm on 3.0.7 I'll revert back to the old code (before I modified it) and try it again. Glad I made backups :)

Well I've redone the additions and it still doesn't work :ermm:

Tony G 07-24-2005 11:36 AM

Are you making sure that you have unread messages and that when testing this? Tried sending new, fresh PM's and testing it like that?

Shaun M 07-24-2005 11:43 AM

That's the way I tested it. I sent myself a new message. :/ I just cant see where the code is different to that give here. :(


All times are GMT. The time now is 03:06 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.01705 seconds
  • Memory Usage 2,063KB
  • 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_html_printable
  • (6)bbcode_php_printable
  • (12)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
  • (40)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