vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - Welcome headers - Improve community registration rates (https://vborg.vbsupport.ru/showthread.php?t=119572)

pokerie 10-27-2006 04:49 AM

Any way to integrate with this?:)

OoogleeMooglee 10-31-2006 05:31 PM

For some reason the "never posted" message isn't showing up at all. My guest message shows up fine. I've confirmed that under my vbulletin options that the "never posted" option is on so I'm not sure why it's not working. Any help is really appreciated.

Thanks!

OoogleeMooglee 11-01-2006 04:27 AM

bump...

also I found out that when I turn the option on so that viewers see the welcome message more than once, the "never post" message works. However, when I set it so that viewers only see the welcome message once per visit, the "never post" message doesn't show up.

john_robot 11-01-2006 04:28 AM

I have used welcome header old system and now I have upgraded with the new one , but since the upgrade its not displaying the welcome message. I have followed each and every step mentioned , but its not working.

I have vBulletin Version 3.6.2 can you pls help me

Note : I have put $welcomeheaders on my FORUMHOME template.

pls can some one help me :confused:

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">

<
head>
$headinclude
<!-- no cache headers -->
<
meta http-equiv="Pragma" content="no-cache" />
<
meta http-equiv="Expires" content="-1" />
<
meta http-equiv="Cache-Control" content="no-cache" />
<!-- 
end no cache headers -->
<
title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase>
</
title>
</
head>
<
body>
$header
<table border="0" width="100%" cellspacing="4" cellpadding="0">
<
tr>
<
td valign="top">

$welcomeheaders

<!-- main -->$forumbits
<!-- /main --><br />
<!-- 
what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
            <thead>
                <tr>
                    <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
                </tr>
            </thead>
<if condition="$show['
loggedinusers']">
            <!-- logged-in users -->
            <tr>
                <td class="thead" colspan="2">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_activeusers')">
                <img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
                <a href="online.php?$session[sessionurl]" rel="nofollow">$vbphrase[currently_active_users]</a>: 
                $totalonline (<phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>
            </tr>
            <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
                <tr>
                    <td class="alt2">
                    <a href="online.php?$session[sessionurl]" rel="nofollow">
                    <img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
                    <td class="alt1" width="100%">
                    <div class="smallfont">
                        <div style="white-space: nowrap">
                            <phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">
                            $vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                        <div>
                            $activeusers</div>
                    </div>
                    </td>
                </tr>
</if>
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
            <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <tr>
        <td class="alt2" align="center"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
        <td class="alt1" width="100%">
        <div class="smallfont">
            <div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
            <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
        </div>
        </td>
    </tr>
</tbody>
<if condition="$show['
birthdays']">
                <tr>
                    <td class="thead" colspan="2">
                    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_birthdays')">
                    <img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a> 
                    $vbphrase[todays_birthdays] </td>
                </tr>
            <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
                <tr>
                    <td class="alt2">
                    <a href="calendar.php?$session[sessionurl]do=getday&day=$today&sb=1">
                    <img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
                    <td class="alt1" width="100%">
                    <div class="smallfont">
                        $birthdays</div>
                    </td>
                </tr>
                <!-- end today'
s birthdays -->
</if>
<if 
condition="$show['upcomingevents']">
                <
tr>
                    <
td class="thead" colspan="2">
                    <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumhome_events')">
                    <
img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
            <if 
condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
                    </
td>
                </
tr>
            <
tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
                <
tr>
                    <
td class="alt2">
                    <
a href="calendar.php?$session[sessionurl]">
                    <
img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]border="0" /></a></td>
                    <
td class="alt1" width="100%">
                    <
div class="smallfont">
                        
$upcomingevents</div>
                    </
td>
                </
tr>
</if>
        </
table>
        <
table border="0" width="100%" cellspacing="0" cellpadding="0" background="$stylevar[imgdir_misc]/header/cat/bottombg.gif">
            <
tr>
                <
td width="4" align="left">
                <
img border="0" src="$stylevar[imgdir_misc]/header/cat/bottomleft.gif"></td>
                <
td>
                <
img border="0" src="$stylevar[imgdir_misc]/header/cat/bottombg.gif"></td>
                <
td width="4" align="right">
                <
img border="0" src="$stylevar[imgdir_misc]/header/cat/bottomright.gif"></td>
            </
tr>
        </
table>
        <
br />
        <!-- 
end what's going on box -->
<if condition="$show['
topXstats']">
        $topXstats
    </if>
        <!-- icons and login code --><br>
        <table cellpadding="5" cellspacing="1" border="0" width="100%" class="tborder">
            <tr valign="bottom">
                <td class="alt2">
                <table cellpadding="0" cellspacing="0" border="0">
                    <tr>
                        <td class="alt2">
                        <img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
                        <td class="smallfont" class="alt2">&nbsp; $vbphrase[forum_contains_new_posts]</td>
                        <td class="alt2">
                        <img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
                        <td class="smallfont" class="alt2">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
                        <td class="alt2">
                        <img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
                        <td class="smallfont" class="alt2">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
                    </tr>
                </table>
                </td>
            </tr>
        </table>
        </td>
        <!-- START OF RIGHT PANEL -->
        <td width="200" valign="top" align="right">
        <!--menu begin-->
<if condition="$show['
guest']">
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#CCCCCC">
<tr>
<table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
<tr>
<td class="tcat" valign="top" colspan="2">
<div align="left">
<font face="verdana, arial, helvetica" color="#ffffff" size="2">
<b>Register for Free</b></font></div></td>
</tr>
</table>        
<table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#CCCCCC">
            <tr>
                <td bgcolor="#fafafa">
                <div align="left">
                <font face="verdana,arial,helvetica" size="1">Registration at HotWebHostingTalk 
                is completely free and takes only a few seconds. By registering 
                you'
ll gain:<br>
                <
br>
                <
b>- Full Posting Privileges.<br>
                - 
Access to Private Messaging.<br>
                - 
Optional Email Notification.<br>
                - 
Ability to Fully Participate.</b> <br>
                <
br>
                
To Register now <a href="$vboptions[forumhome]/register.php?">click 
                here
</a>. </font></div></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat" colspan="2">
                <
div align="left">
                <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                <
b>Control Panel</b></font></div></td>
            </
tr>
            <
tr>
                <
td class="smallfont" bgcolor="#fafafa">$vbphrase[username]</td>
                            <
td bgcolor="#fafafa">
<
input type="text" class="button" name="vb_login_username" id="navbar_username" size="13" accesskey="u" tabindex="1" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>
        
            </
tr>
            <
tr>
                <
td class="smallfont" bgcolor="#fafafa">$vbphrase[password]</td>
                <
td bgcolor="#fafafa">
<
input type="password" class="button" name="vb_login_password" size="13" accesskey="p" tabindex="2" /></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa" colspan="2">
<
input name="submit" type="submit" class="button" accesskey="s" tabindex="4" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." value="Log in" />
<
label for="label">
<
input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />Remember Me</label>
<
input type="hidden" name="s" value="" />
<
input type="hidden" name="do" value="login" />
<
input type="hidden" name="forceredirect" value="1" />
<
input type="hidden" name="vb_login_md5password" /></form></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        </if>
<if 
condition="$bbuserinfo['userid']">
<
div style="padding:5px 0px 5px 0px;">
</
div>
<
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
<
tr>
<
td class="tcat">
<
div align="left">
<
font face="verdana, arial, helvetica" color="#ffffff" size="2">
<
b>Control Panel</b></font></div></td>
</
tr>
<
tr>
<
td bgcolor="#fafafa"><div class="smallfont" align="left">
<
phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<
phrase 1="$pmbox[lastvisitdate]2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<
phrase 1="$vbphrase[unread_x_nav_compiled]2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl]condition="$show['pmstats']"><br>$vbphrase[private_messages_nav]</phrase>
</
div>
<!-- 
member logout -->
<
tr>
        <
td align="$stylevar[right]class="alt2">
        <
a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]onclick="return log_out()">
        <
phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a>
        </
td>
        </
tr>
<!-- 
end member logout -->
</
td>
</
tr>
</
table>
<
div style="padding:5px 0px 5px 0px;">
</
div>
</if><!-- / 
login form -->
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat">
                <
div align="left">
                <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                <
b>Web Feeds</b></font></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://e.my.yahoo.com/config/cstore?.opt=content&.url=$vboptions[bburl]/external.php?type=rss2" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/addyahoo.gif" alt="Add $vboptions[bbtitle] To My Yahoo" height="33" width="89" border="0"></a></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://www.google.com/ig/add?feedurl=$vboptions[bburl]/external.php?type=rss2" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/addgoogle.gif" alt="Add $vboptions[bbtitle] To My Google" height="15" width="80" border="0"></a></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=$vboptions[bburl]/external.php?type=rss2" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/addmsn.gif" alt="Add $vboptions[bbtitle] To My MSN" height="15" width="80" border="0"></a></div>
                </
td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://feeds.my.aol.com/add.jsp?ncid=AOLXPR00270000000001&url=$vboptions[bburl]/external.php?" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/myaol_cta1.gif" alt="Add $vboptions[bbtitle] To My AOL" height="14" width="63" border="0"></a></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://www.bloglines.com/sub/$vboptions[bburl]/external.php?type=rss2" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/addblog.gif" alt="Add $vboptions[bbtitle] To My Blog" height="15" width="80" border="0"></a></div></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat">
                <
div align="left">
                <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                <
b>News</b></font></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="left">$tbl_news</div></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat">
                <
div align="left">
                <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                <
b>Site Statistics</b></font></div></td>
            </
tr>
            <
tr>
                <
td class="smallfont" bgcolor="#fafafa" align="left">Registered 
                Members
$numbermembers<br>
                
Total Threads$totalthreads<br>
                
Total Posts$totalposts </td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat">
                <
div align="left"><b>
                <
font face="verdana, arial, helvetica" size="2" color="#FFFFFF">
                
Pickup a Provider</font></b></div></td>
            </
tr>
            <
tr>
                <
td class="smallfont" bgcolor="#fafafa" align="left">
                <!-- 
Begin bannerad code -->
                <
div align="center">
<
script type="text/javascript"><!--
google_ad_client "pub-2917036076904468";
google_ad_width 120;
google_ad_height 240;
google_ad_format "120x240_as";
google_ad_type "text_image";
google_ad_channel "";
google_color_border "000000";
google_color_bg "000000";
google_color_link "66FF99";
google_color_text "FFFFFF";
google_color_url "008000";
//--></script>
<script type="text/javascript"
  
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script>    
<!-- 
End bannerad code --></div></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
            <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
                <
tr>
                    <
td class="tcat">
                    <
div align="left">
                    <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                    <
b>HWHT is Sponsored By</b></font></div></td>
</
tr>
<
tr>
<
td class="smallfont" bgcolor="#fafafa" align="left">
<
div align="center">

</
div>
</
td>
</
tr>
<
tr>
                    <
td class="smallfont" bgcolor="#fafafa" align="left">
                    <
div align="center"><a href="http://www.hostpinpin.com">
                    <
img src="http://www.hostpinpin.com/banners/anim88x31_2b.gif" alt="Cheap Web Hosting" border="0"></a></div>
                    </
td>
                </
tr>
            </
table>
            <
div style="padding:5px 0px 5px 0px;">
                <
br>
                <!--
menu end--></div>
        </
div>
        </if></
td>
        </
div>
        </
div>
        <!-- 
END OF RIGHT PANEL -->
    </
tr>
</
table>
<!-- / 
icons and login code -->$footer

</body>

</
html


robinl143 11-01-2006 03:26 PM

Quote:

Originally Posted by john_robot
I have used welcome header old system and now I have upgraded with the new one , but since the upgrade its not displaying the welcome message. I have followed each and every step mentioned , but its not working.

I have vBulletin Version 3.6.2 can you pls help me

Note : I have put $welcomeheaders on my FORUMHOME template.

pls can some one help me :confused:

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">

<
head>
$headinclude
<!-- no cache headers -->
<
meta http-equiv="Pragma" content="no-cache" />
<
meta http-equiv="Expires" content="-1" />
<
meta http-equiv="Cache-Control" content="no-cache" />
<!-- 
end no cache headers -->
<
title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase>
</
title>
</
head>
<
body>
$header
<table border="0" width="100%" cellspacing="4" cellpadding="0">
<
tr>
<
td valign="top">

$welcomeheaders

<!-- main -->$forumbits
<!-- /main --><br />
<!-- 
what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
            <thead>
                <tr>
                    <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
                </tr>
            </thead>
<if condition="$show['
loggedinusers']">
            <!-- logged-in users -->
            <tr>
                <td class="thead" colspan="2">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_activeusers')">
                <img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
                <a href="online.php?$session[sessionurl]" rel="nofollow">$vbphrase[currently_active_users]</a>: 
                $totalonline (<phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>
            </tr>
            <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
                <tr>
                    <td class="alt2">
                    <a href="online.php?$session[sessionurl]" rel="nofollow">
                    <img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
                    <td class="alt1" width="100%">
                    <div class="smallfont">
                        <div style="white-space: nowrap">
                            <phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">
                            $vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                        <div>
                            $activeusers</div>
                    </div>
                    </td>
                </tr>
</if>
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
            <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <tr>
        <td class="alt2" align="center"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
        <td class="alt1" width="100%">
        <div class="smallfont">
            <div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
            <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
        </div>
        </td>
    </tr>
</tbody>
<if condition="$show['
birthdays']">
                <tr>
                    <td class="thead" colspan="2">
                    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_birthdays')">
                    <img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a> 
                    $vbphrase[todays_birthdays] </td>
                </tr>
            <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
                <tr>
                    <td class="alt2">
                    <a href="calendar.php?$session[sessionurl]do=getday&day=$today&sb=1">
                    <img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
                    <td class="alt1" width="100%">
                    <div class="smallfont">
                        $birthdays</div>
                    </td>
                </tr>
                <!-- end today'
s birthdays -->
</if>
<if 
condition="$show['upcomingevents']">
                <
tr>
                    <
td class="thead" colspan="2">
                    <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumhome_events')">
                    <
img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
            <if 
condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
                    </
td>
                </
tr>
            <
tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
                <
tr>
                    <
td class="alt2">
                    <
a href="calendar.php?$session[sessionurl]">
                    <
img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]border="0" /></a></td>
                    <
td class="alt1" width="100%">
                    <
div class="smallfont">
                        
$upcomingevents</div>
                    </
td>
                </
tr>
</if>
        </
table>
        <
table border="0" width="100%" cellspacing="0" cellpadding="0" background="$stylevar[imgdir_misc]/header/cat/bottombg.gif">
            <
tr>
                <
td width="4" align="left">
                <
img border="0" src="$stylevar[imgdir_misc]/header/cat/bottomleft.gif"></td>
                <
td>
                <
img border="0" src="$stylevar[imgdir_misc]/header/cat/bottombg.gif"></td>
                <
td width="4" align="right">
                <
img border="0" src="$stylevar[imgdir_misc]/header/cat/bottomright.gif"></td>
            </
tr>
        </
table>
        <
br />
        <!-- 
end what's going on box -->
<if condition="$show['
topXstats']">
        $topXstats
    </if>
        <!-- icons and login code --><br>
        <table cellpadding="5" cellspacing="1" border="0" width="100%" class="tborder">
            <tr valign="bottom">
                <td class="alt2">
                <table cellpadding="0" cellspacing="0" border="0">
                    <tr>
                        <td class="alt2">
                        <img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
                        <td class="smallfont" class="alt2">&nbsp; $vbphrase[forum_contains_new_posts]</td>
                        <td class="alt2">
                        <img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
                        <td class="smallfont" class="alt2">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
                        <td class="alt2">
                        <img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
                        <td class="smallfont" class="alt2">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
                    </tr>
                </table>
                </td>
            </tr>
        </table>
        </td>
        <!-- START OF RIGHT PANEL -->
        <td width="200" valign="top" align="right">
        <!--menu begin-->
<if condition="$show['
guest']">
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#CCCCCC">
<tr>
<table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
<tr>
<td class="tcat" valign="top" colspan="2">
<div align="left">
<font face="verdana, arial, helvetica" color="#ffffff" size="2">
<b>Register for Free</b></font></div></td>
</tr>
</table>        
<table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#CCCCCC">
            <tr>
                <td bgcolor="#fafafa">
                <div align="left">
                <font face="verdana,arial,helvetica" size="1">Registration at HotWebHostingTalk 
                is completely free and takes only a few seconds. By registering 
                you'
ll gain:<br>
                <
br>
                <
b>- Full Posting Privileges.<br>
                - 
Access to Private Messaging.<br>
                - 
Optional Email Notification.<br>
                - 
Ability to Fully Participate.</b> <br>
                <
br>
                
To Register now <a href="$vboptions[forumhome]/register.php?">click 
                here
</a>. </font></div></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat" colspan="2">
                <
div align="left">
                <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                <
b>Control Panel</b></font></div></td>
            </
tr>
            <
tr>
                <
td class="smallfont" bgcolor="#fafafa">$vbphrase[username]</td>
                            <
td bgcolor="#fafafa">
<
input type="text" class="button" name="vb_login_username" id="navbar_username" size="13" accesskey="u" tabindex="1" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>
        
            </
tr>
            <
tr>
                <
td class="smallfont" bgcolor="#fafafa">$vbphrase[password]</td>
                <
td bgcolor="#fafafa">
<
input type="password" class="button" name="vb_login_password" size="13" accesskey="p" tabindex="2" /></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa" colspan="2">
<
input name="submit" type="submit" class="button" accesskey="s" tabindex="4" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." value="Log in" />
<
label for="label">
<
input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />Remember Me</label>
<
input type="hidden" name="s" value="" />
<
input type="hidden" name="do" value="login" />
<
input type="hidden" name="forceredirect" value="1" />
<
input type="hidden" name="vb_login_md5password" /></form></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        </if>
<if 
condition="$bbuserinfo['userid']">
<
div style="padding:5px 0px 5px 0px;">
</
div>
<
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
<
tr>
<
td class="tcat">
<
div align="left">
<
font face="verdana, arial, helvetica" color="#ffffff" size="2">
<
b>Control Panel</b></font></div></td>
</
tr>
<
tr>
<
td bgcolor="#fafafa"><div class="smallfont" align="left">
<
phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<
phrase 1="$pmbox[lastvisitdate]2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<
phrase 1="$vbphrase[unread_x_nav_compiled]2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl]condition="$show['pmstats']"><br>$vbphrase[private_messages_nav]</phrase>
</
div>
<!-- 
member logout -->
<
tr>
        <
td align="$stylevar[right]class="alt2">
        <
a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]onclick="return log_out()">
        <
phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a>
        </
td>
        </
tr>
<!-- 
end member logout -->
</
td>
</
tr>
</
table>
<
div style="padding:5px 0px 5px 0px;">
</
div>
</if><!-- / 
login form -->
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat">
                <
div align="left">
                <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                <
b>Web Feeds</b></font></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://e.my.yahoo.com/config/cstore?.opt=content&.url=$vboptions[bburl]/external.php?type=rss2" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/addyahoo.gif" alt="Add $vboptions[bbtitle] To My Yahoo" height="33" width="89" border="0"></a></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://www.google.com/ig/add?feedurl=$vboptions[bburl]/external.php?type=rss2" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/addgoogle.gif" alt="Add $vboptions[bbtitle] To My Google" height="15" width="80" border="0"></a></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=$vboptions[bburl]/external.php?type=rss2" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/addmsn.gif" alt="Add $vboptions[bbtitle] To My MSN" height="15" width="80" border="0"></a></div>
                </
td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://feeds.my.aol.com/add.jsp?ncid=AOLXPR00270000000001&url=$vboptions[bburl]/external.php?" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/myaol_cta1.gif" alt="Add $vboptions[bbtitle] To My AOL" height="14" width="63" border="0"></a></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="center">
                <
a href="http://www.bloglines.com/sub/$vboptions[bburl]/external.php?type=rss2" target="_blank">
                <
img class="inlineimg" src="$stylevar[imgdir_misc]/addblog.gif" alt="Add $vboptions[bbtitle] To My Blog" height="15" width="80" border="0"></a></div></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat">
                <
div align="left">
                <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                <
b>News</b></font></div></td>
            </
tr>
            <
tr>
                <
td bgcolor="#fafafa">
                <
div align="left">$tbl_news</div></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat">
                <
div align="left">
                <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                <
b>Site Statistics</b></font></div></td>
            </
tr>
            <
tr>
                <
td class="smallfont" bgcolor="#fafafa" align="left">Registered 
                Members
$numbermembers<br>
                
Total Threads$totalthreads<br>
                
Total Posts$totalposts </td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
        </
div>
        <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
            <
tr>
                <
td class="tcat">
                <
div align="left"><b>
                <
font face="verdana, arial, helvetica" size="2" color="#FFFFFF">
                
Pickup a Provider</font></b></div></td>
            </
tr>
            <
tr>
                <
td class="smallfont" bgcolor="#fafafa" align="left">
                <!-- 
Begin bannerad code -->
                <
div align="center">
<
script type="text/javascript"><!--
google_ad_client "pub-2917036076904468";
google_ad_width 120;
google_ad_height 240;
google_ad_format "120x240_as";
google_ad_type "text_image";
google_ad_channel "";
google_color_border "000000";
google_color_bg "000000";
google_color_link "66FF99";
google_color_text "FFFFFF";
google_color_url "008000";
//--></script>
<script type="text/javascript"
  
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script>    
<!-- 
End bannerad code --></div></td>
            </
tr>
        </
table>
        <
div style="padding:5px 0px 5px 0px;">
            <
table border="0" width="95%" cellspacing="1" cellpadding="4" bgcolor="#cccccc">
                <
tr>
                    <
td class="tcat">
                    <
div align="left">
                    <
font face="verdana, arial, helvetica" color="#ffffff" size="2">
                    <
b>HWHT is Sponsored By</b></font></div></td>
</
tr>
<
tr>
<
td class="smallfont" bgcolor="#fafafa" align="left">
<
div align="center">

</
div>
</
td>
</
tr>
<
tr>
                    <
td class="smallfont" bgcolor="#fafafa" align="left">
                    <
div align="center"><a href="http://www.hostpinpin.com">
                    <
img src="http://www.hostpinpin.com/banners/anim88x31_2b.gif" alt="Cheap Web Hosting" border="0"></a></div>
                    </
td>
                </
tr>
            </
table>
            <
div style="padding:5px 0px 5px 0px;">
                <
br>
                <!--
menu end--></div>
        </
div>
        </if></
td>
        </
div>
        </
div>
        <!-- 
END OF RIGHT PANEL -->
    </
tr>
</
table>
<!-- / 
icons and login code -->$footer

</body>

</
html


I am having the same issue. I have just installed this hack and it is not showing up at all? Not sure what I have done wrong, this is the first install of this particular hack. I am wondering if it is a conflict with my shout box? I don't know enough about it to fix it now?

Robin

lsatblu 11-03-2006 04:09 AM

There are a couple of spots on my site where the welcome box is directly on top of something else. How can I fix this?

Example: http://talesotaku.com/forums/showthr...s-otaku-6.html

It is directly on top of the Locked image.

neverknow1 11-03-2006 07:05 AM

Great tool....I like it very much.

2 issues want to ask all the expert here:
1) How to reduce the space on top of the welcome header box? You can see my forum page to get the idea. The gap on top is very obvious, I just want to reduce it to one line space.

2) If I want to turn on the global annoucement, how do I put the setting to auto display the latest annoucement? Has anyone done this hack so that we dont need to post 2 times. :)

I will vote this for mod of the month.. definitely.

Thanks

bo0oost 11-03-2006 06:37 PM

Installed... thank you!

pokerie 11-04-2006 12:40 PM

Quote:

Originally Posted by pokerie
Any way to integrate with this?:)

I solved this pretty easily by disabling the welcome header for guests and basically putting more text in the quick register box that said what the guest header was saying. So now I have both integrated basically by disabling the Guest welcome header. I have all other welcome headers enabled for people who haven't posted yet and for people who haven't posted recently.

Example here: http://www.poker.ie/community/forums/

rareclownfish 11-04-2006 04:12 PM

Quick question for all those who are using this hack with phpportals, how the heck do you get this to show up on the portal page?
Thanks


All times are GMT. The time now is 08:05 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.03389 seconds
  • Memory Usage 2,260KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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