vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Welcome Panel Hack V1.1 [vB3.0.x] (https://vborg.vbsupport.ru/showthread.php?t=66969)

Viks 04-13-2005 10:46 PM

ne1?

teedizz 04-14-2005 03:00 AM

I have installed this hack but how do I edit the welcome pm to new users when the register for my forums?

Viks 04-17-2005 02:50 PM

Quote:

Originally Posted by Viks
I installed the mod.. works fine. Had some issues with CMPS with avatars and i was able to resolve most myself by editing the gif location except 1.

1. Members with avatars cannot see any avatar in CMPS homepage but they show up on forumshome

2. I would like to moify the navbar template for NON-REGISTERED members
I want to have 3 <TD> tags... 1 for image, 1 for login boxes and 1 for my custom message. (no "forum stats")


How can I achieve that? I was playing with <IF> <else> statement and the template kept screwing on me...

can someone else me with that?

much appreciated and thanks for the mod :up:

I will like to suggest to please update the install instructions with all the fixes - it will help new installers a great deal!


help

weaver 04-18-2005 02:34 PM

Quote:

Originally Posted by Polo
I got the same issua as nathanaus, once I leave the cmps front page my avatars is replaced by "image.php?u=5&dateline=5764864890"

Having the same issue here. I'm also wondering if anyone has modified the hack to auto-resize avatars.

Viks 04-22-2005 08:34 PM

Hi, I am posting my questions again.. hope I get some help this time around..SmasherMaster.

1. Members with avatars cannot see their avatar in CMPS homepage.

2. I would like to moify the navbar template for NON-REGISTERED members
I want to have 3 <TD> tags... 1 for image, 1 for login boxes and 1 for my custom message. (no "forum stats")
How can I achieve that? I was playing with <IF> <else> statement and the template kept messing up..

can someone else me with that?

Brainwrek 04-27-2005 04:27 AM

Quote:

Originally Posted by Viks
Hi, I am posting my questions again.. hope I get some help this time around..SmasherMaster.


1. Members with avatars cannot see their avatar in CMPS homepage.

2. I would like to moify the navbar template for NON-REGISTERED members
I want to have 3 <TD> tags... 1 for image, 1 for login boxes and 1 for my custom message. (no "forum stats")
How can I achieve that? I was playing with <IF> <else> statement and the template kept messing up..

can someone else me with that?

VIKS, I would like to know the answer to this as well. I have the *exact* same problem. :ermm:

Actually...one workaround I thought about for #1 is to put the CPMS index page in the forums directory (perhaps portal.php) and then make a permanent redirect from your root index to the CPMS page. It's a little messy and could cause other issues, but it's a thought anyway.....

smacklan 04-28-2005 12:30 PM

Does anyone have an answer to the avatar issue. I resolved the guest avatar problem on the cmps main page, but my registered users avatar's do not appear and this sucks!! I like the hack but will uninstall if a I can't resolve this!!

kall 04-28-2005 09:40 PM

Maybe if you were a little more descriptive in your problem, people aren't mind readers.

When you say 'avatars do not appear', do you mean the code is not there in the HTML, the avatar shows up as a little red x, or what?

If it is the latter, what is the path that the page is trying to find an avatar at?

smacklan 04-29-2005 01:31 PM

Quote:

Originally Posted by kall
Maybe if you were a little more descriptive in your problem, people aren't mind readers.

When you say 'avatars do not appear', do you mean the code is not there in the HTML, the avatar shows up as a little red x, or what?

If it is the latter, what is the path that the page is trying to find an avatar at?

Sorry, thought it was described thoroughly in previous posts. The link appears broken on the cmps page only for the registered user. There is a red x but the path is correct as far as I can tell. Here is the code in the navbar template:

PHP Code:

<!-- Welcome Panel Hack V1.1 [] Created By SmasherMaster -->
<if 
condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'adv_index'">
<
table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"
<
tr>
<!-- 
Main Welcome Panel Block [] Begin -->
    <
td class="alt1" valign="middle" align="center">
    <if 
condition="$bbuserinfo[userid]!=0">
    <!-- 
Avatar Cell [] Begin -->
    <if 
condition="THIS_SCRIPT == 'adv_index'">
    <
a href="$vboptions[bburl]/profile.php?do=editavatar"><img src="$avatarurlborder="0"></a>
    <else />
    {
$welcome_avatar}
    </if>
    <!-- 
Avatar Cell [] End -->
    </
td>

    <
td class="alt2" nowrap="nowrap" style="padding:3px">
    <!-- 
Your Stats [] Begin -->
    <
div class="smallfont"><b>Your Info:</b><br />User: <a href="member.php?{$session['sessionurl']}u={$bbuserinfo['userid']}title="Go To Your Profile">{$bbuserinfo['username']}</a><br />
    <
a href="search.php?{$session['sessionurl']}do=getnew">New Posts</a>: {$welcome_new_posts['new_posts']}<br />New Threads: {$welcome_new_topics['new_topics']}<br />
    <if 
condition="$show[pmstats]"><phrase 1="$vbphrase[unread_x_nav_compiled]2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if></div>
    <!-- 
Your Stats [] End -->
    <else />
    <!-- 
Guest [] Begin -->
            <!-- 
Avatar --> 
        <
td class="alt1" valign="middle" align="center"
        <
a href="register.php?ID=&amp;"><img src="http://strengthinthelord.com/forum/images/avatars/guestavatar.gif" border="0"></a
        </
td
        <!-- / 
Avatar --> 

        <
td class="alt2" nowrap="nowrap" style="padding:0px"
        <!-- 
login form --> 
        <
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 cellpadding="0" cellspacing="3" border="0"
        <
tr
        <
td class="smallfont">User Name</td
        <
td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>

        </
tr
        <
tr
        <
td class="smallfont">Password</td
        <
td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td
        </
tr
        <
tr
        <
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" />Remember Me?</label
        <
input type="submit" class="button" value="Log in" 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." accesskey="s" /> 
        </
td>
        </
tr
        </
table
        <
input type="hidden" name="ID" value="" /> 
        <
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
        <!-- / 
login form --> 
        </
td>
    <!-- 
Guest [] End --></if>
    </
td>
    <
td class="alt1" valign="top" nowrap="nowrap">
    <!-- 
Forum Stats [] Begin -->
<
div class='smallfont'><b>Forum Stats:</b><br />Threads$welcome_topics<br />Posts$welcome_posts<br />Members$welcome_members<br />
<if 
condition="THIS_SCRIPT == 'adv_index'">
Welcome to our newest member
<
a href="member.php?$session[sessionurl]u=$newuserid">$newusername</a>
<else />
<
phrase 1="member.php?$session[sessionurl]u=$newuserid2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase>
</if></
div>
    <!-- 
Forum Stats [] End -->
    </
td>
<!-- 
Main Welcome Panel Block [] End -->
</
tr>
</
table>
<else />
<!-- / 
Welcome Panel Hack V1.1 [] Created By SmasherMaster --> 

As you can see, I pointed straight to the guest image to correct that issue.

Brainwrek 04-30-2005 03:01 AM

Quote:

Originally Posted by smacklan
Does anyone have an answer to the avatar issue. I resolved the guest avatar problem on the cmps main page, but my registered users avatar's do not appear and this sucks!! I like the hack but will uninstall if a I can't resolve this!!

For whatever reason, the $avatarurl tag is not populating the avatar URL. I'm investigating.......

It seems to me this hack is full of holes. :ermm:

Brainwrek 04-30-2005 05:38 AM

None of the avatar fixes in this thread are working for me. I think it may have something to with the fact that I'm using 3.0.7 ????? Does anyone have it working with 3.0.7?

carolmyt 04-30-2005 10:49 PM

I just installed to version 3.0.6, and its working fine except . . . Their are no numbers next to new threads and new posts. Any ideas why not?

Ducky_05 05-21-2005 09:13 AM

What what the navbar code look like if I wanted the avatar in the middle table?

Clayton 05-21-2005 10:52 AM

have you guys added the image of the default avatar to the correct folder??

;)

Praet0rian 06-01-2005 02:59 PM

I got it to work, But the display is messed up. I get this:

http://img204.echo.cx/img204/7540/igetthis9vp.jpg

jancarlo 06-09-2005 07:50 AM

Code:

<!-- Welcome Panel Hack V1.1 [] Created By SmasherMaster -->
<if condition="THIS_SCRIPT == 'index'">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<!-- Main Welcome Panel Block [] Begin -->
        <td class="alt2" valign="middle" align="center">
        <if condition="$bbuserinfo[userid]!=0">
        <!-- Avatar Cell [] Begin -->
        {$welcome_avatar}
        </td>
        <!-- Avatar Cell [] End -->

        <td class="alt2" nowrap="nowrap" style="padding:3px">
        <!-- Your Stats [] Begin -->
        <div class="smallfont"><strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
        <a href="search.php?{$session['sessionurl']}do=getnew"><br />$vbphrase[new_posts]</a>: {$welcome_new_posts['new_posts']} $vbphrase[new_threads]: {$welcome_new_topics['new_topics']}
        <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 />
        <!-- Your Stats [] End -->
        <else />
        <!-- Guest [] Begin -->

                <!-- Avatar -->
                <td class="alt2" valign="middle" align="center">
                <a href="register.php?ID=&amp;"><img src="images/avatars/guestavatar.gif" border="0"></a>
                </td>
                <!-- / Avatar -->

                <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="16" 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="16" 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>
                <tr> 
                </table>
                <input type="hidden" name="ID" value="" />
                <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>
                <!-- / login form -->

        <!-- Guest [] End --></if>
        </td>
        <td class="alt2" nowrap="nowrap" style="padding:3px">
        <!-- Forum Stats [] Begin -->
        <div class='smallfont'><phrase 1="$vboptions[bbtitle]"><b>$vbphrase[x_statistics]</b></phrase></div>
        <div class='smallfont'>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
        <div class='smallfont'><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
        <div class='smallfont'><a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)</div>
        </td>
        <!-- Forum Stats [] End -->

<!-- Main Welcome Panel Block [] End -->

</tr>
</table>
<else />
<!-- / Welcome Panel Hack V1.1 [] Created By SmasherMaster -->

For who it uses more languages has put the vbprhase and something more ;)

I ask like is made to remove the line to six of the guest avatar? Thanks

hello
jancarlo

ps: pardon... you must add this new phrase: "$vbphrase[new_threads]"

midnightz 06-17-2005 03:35 AM

Overlooked but important!

The bottom vb stats have a " , " included to break large numbers example

1,258 or 78,524 etc...

Please see attached images. Is there a fix for this with the welcome panel?

Thanks

SmasherMaster 06-19-2005 11:22 PM

I HAVE RISEN FROM THE DEAD! Jeez, alot of new replies, for sure. A recent complaint brought to my attention over MSN, showed me that in this part:

Code:

Open Template 'NAVBAR'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Find:
+++++++++++++++++++++++++++++++++++++++++++++
<!-- breadcrumb, login, pm info -->
+++++++++++++++++++++++++++++++++++++++++++++
Add BELOW:
+++++++++++++++++++++++++++++++++++++++++++++
<!-- Welcome Panel Hack V1.1 [] Created By SmasherMaster -->
<if condition="THIS_SCRIPT == 'index'">

KILL that <if> line, unless you have VBadvanced.

Midnightz: Yes, do this change.

Replace
Code:

<div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
With
Code:

<div>$vbphrase[threads]: $totalthreads $vbphrase[posts]: $totalposts $vbphrase[members]: $numbermembers</div>
As for everyone else, looks like you've found a ton of problems, if everyone could post after this one with what their problem is along with a more descriptive or even link to their forum i'd try to give it a spin.

EDIT: I'm not sure about this, with me not using vB anymore and having a very outdated version, maybe 3.0.7 somehow screws up the hack, i'm not sure.

midnightz 06-20-2005 04:51 PM

Quote:

Originally Posted by SmasherMaster
Midnightz: Yes, do this change.

Replace
Code:

<div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
With
Code:

<div>$vbphrase[threads]: $totalthreads $vbphrase[posts]: $totalposts $vbphrase[members]: $numbermembers</div>

Hi, Welcome back!

That did not work for me as the commas are still not present and showing.

another idea?

Thnaks

SmasherMaster 06-22-2005 12:12 PM

Check the phrases $totalthreads and such and see if there are any commas present at the end of the phrases.

midnightz 06-23-2005 04:11 PM

Quote:

Originally Posted by SmasherMaster
Check the phrases $totalthreads and such and see if there are any commas present at the end of the phrases.

Double and triple checked, even with and without the commas, no luck.

SmasherMaster 06-24-2005 11:40 PM

Then I have absolutely NO idea on what'a causing it. You sure you made the change I stated above?

midnightz 06-24-2005 11:52 PM

Sorry, forgot to update, I have a very very tricked out board and hunted down what is was :)

Thanks

SmasherMaster 06-25-2005 12:14 PM

Ah lmao, great to see that it worked. :D

yoyoyoyo 06-26-2005 02:07 PM

Quote:

Originally Posted by fatefellshort
I am having some problems. I followed the instructions and when I hit Save for the Navbar edit, it says:
Quote:

The following error occurred when attempting to evaluate this template:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/mikeydef/public_html/forums/includes/adminfunctions_template.php(3055) : eval()'d code on line 118

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

Quote:

Originally Posted by bspiller82
I had same error and clicked continue anyway and it seems to work just fine.

I did the same thing and got the same error and clicked continue as suggested and got the following error displayed at the top of the index page:

Quote:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/site/public_html/forum/index.php(486) : eval()'d code on line 109
Quote:

Originally Posted by SmasherMaster
I HAVE RISEN FROM THE DEAD! Jeez, alot of new replies, for sure. A recent complaint brought to my attention over MSN, showed me that in this part:

Code:

Open Template 'NAVBAR'
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Find:
 +++++++++++++++++++++++++++++++++++++++++++++
 <!-- breadcrumb, login, pm info -->
 +++++++++++++++++++++++++++++++++++++++++++++
 Add BELOW:
 +++++++++++++++++++++++++++++++++++++++++++++
 <!-- Welcome Panel Hack V1.1 [] Created By SmasherMaster -->
 <if condition="THIS_SCRIPT == 'index'">

KILL that <if> line, unless you have VBadvanced.

The only way I can get this hack to work is to remove the line:
Code:

<if condition="THIS_SCRIPT == 'index'">
as you suggested but then the welcome panel appears at the top of each page, not just the forum home.

Also the statistics seem to be incorrect, as well (ie: they do not match the numbers at the bottom of the page or in the vbstatistics hack area)

JTMON 07-08-2005 11:58 PM

well I have tried this out as well. I did have it so the cpms page DIDn't have an avatar but the stats were there, then in trying the fixse in this thread, I somehow got them to dissapear only on the cpms page. Now I have it so almost everything works except the logged in user's avatar on cpms for just the reason Smasher said, the avatarurl variable isn't being populated...

I had the welcome block on when I installed and it still didn't show, tried turning it off, no luck, back on, no luck....UGGGHHH I want this badly

one other thing, even when I turn on the welcome block where there is an avatar...THAT avatar that also uses avataurl works, but the value isn't getting to the welcome block.

JTMON 07-09-2005 04:18 PM

Quote:

Originally Posted by Brainwrek
For whatever reason, the $avatarurl tag is not populating the avatar URL. I'm investigating.......

It seems to me this hack is full of holes. :ermm:


Yes so now how is it possible that the $avatarurl gets populated for the vbadvanced welcome panel on the same page but not that one. Doesn't global.php do that?

Also, did anyone figure out why stats disappeared on the vbadvanced page only? When I first installed it they worked then while I was tweaking the template they vanished, I tried reverting and readding the template code but they still stay gone.

Corvette 07-11-2005 12:30 PM

Great mod, but when I applied the removal part, the posts and thread info stayed but the amount of users online dissapeared!

I want that to be on the panel instead of the posts info. How would you do that? We are a small board so barely anyone comes except for admins so that could work, the theme I use is not fixed width (it's custom!).

crash resistant 07-13-2005 03:02 AM

wooow

I can't get avatars to work at all. I've read through this whole bloody thread. I can't believe that in all the VB world, there isn't a stable independent welcome panel. wooowww

I'll reply much more POed soon, when I do some more sad attempts at getting this to work.

crash resistant 07-13-2005 12:25 PM

hey fellas.

yes. after much anger, I got mine to work.

I used another hack. Because I'm smart and desperate.

use this to get avatars working:
https://vborg.vbsupport.ru/showthrea...ghlight=avatar
(show avatar anywhere hack)

be sure to get rid of any of these cheesy welcome panel $welcome_avatar variables that might be lying around in your template or global.php.

and the rest of the fixes can be resolved with full url paths, and listing the variables in the cmps settings. ;)

any questions just pm or email me. ill be glad to help.

edit: ps: This entire post only applies to users of the CMPS.

JTMON 07-15-2005 04:43 AM

Quote:

Originally Posted by crash resistant
hey fellas.

yes. after much anger, I got mine to work.

I used another hack. Because I'm smart and desperate.

use this to get avatars working:
https://vborg.vbsupport.ru/showthrea...ghlight=avatar
(show avatar anywhere hack)

be sure to get rid of any of these cheesy welcome panel $welcome_avatar variables that might be lying around in your template or global.php.

and the rest of the fixes can be resolved with full url paths, and listing the variables in the cmps settings. ;)

any questions just pm or email me. ill be glad to help.

edit: ps: This entire post only applies to users of the CMPS.

Thanks for the scoop, finally fixed the issue with your info!!

Sleepyk 07-31-2005 10:15 PM

anyone know if this works with 3.0.8?

sketch42 08-04-2005 05:48 AM

/me clicks instal

wonderful hack works on 3.0.7 :classic:

khaleel 08-16-2005 04:29 PM

I tried getting it to work for 3.5 and go this error

Quote:

Database error in vBulletin 3.5.0 Release Candidate 2:

Invalid SQL:

SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(filedata) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height
FROM khilafahboard_vbuser AS user
LEFT JOIN khilafahboard_vbavatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN khilafahboard_vbcustomavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6
Error Number : 1064
Date : Tuesday, August 16th 2005 @ 10:25:42 AM
Script : http://www.lodhiz.com/index.khilafah?
Referrer : http://www.lodhiz.com/admincp/index.khilafah?do=head
IP Address : 81.152.207.224
Username : kaz
Classname : vb_database

Ig@r 08-17-2005 02:04 PM

Quote:

Originally Posted by khaleel
I tried getting it to work for 3.5 and go this error

2 khaleel, this hack is not compatible with 3.5
Try another one [vB 3.5.0 RC2] Welcome Panel v1.0

Christie 08-21-2005 07:17 PM

We are using the Welcome Panel Hack on vb 3.03 and have been getting questions from a few members that when they come onto the forum the "new posts" are showing for example 500 new posts, yet when they click on "view new post" it's telling them there are none, when there are actually new posts to be read.

Has anyone else experienced this? and is it a fault with the users own settings or the Welcome Panel. Most people aren't having any problems at all viewing new posts. It's too good a feature to lose, so I intend to keep the hack, but am interested to hear if anyone else has problems.

NxTek 08-23-2005 03:57 PM

In the install doc it mentions -
Quote:

Open 'Includes/vba_cmps_include_bottom.php'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Find global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox,;
+++++++++++++++++++++++++++++++++++++++++++++
REPLACE WITH: global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox, $welcome_avatar, $welcome_newposts, $welcome_time, $welcome_pms, $welcome_posts, $welcome_topics, $welcome_members, $total_topics, $total_posts, $total_members, $welcome_new_topics, $welcome_new_posts, $avatarurl, $newusername, $newuserid;
That is not found in vBa 2.0. The closest thing is
Quote:

global $pages, $stylevar, $headinclude, $header, $footer, $vboptions, $vbphrase, $bbuserinfo, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $permissions, $DB_site;

Dactyld 08-29-2005 01:40 AM

Anyone know what to change in block_navbar template to work with vbPortal? I got the hack working in 3.0.8 but not with vbPortal. Thanks

ed2k_2 09-02-2005 08:47 PM

Quote:

Originally Posted by NxTek
In the install doc it mentions -

That is not found in vBa 2.0. The closest thing is

Having the same problem as NxTek.

I couldn't find the global $vboptions, $vba_options, $vbphrase, $stylevar, $bbuserinfo, $show, $pmbox,; in the vbs_cmps_include_bottom.php

Please advice a remedy... thank you in advance.

bspiller82 10-29-2005 10:34 AM

There going to be an update for 3.5 anytime soon?


All times are GMT. The time now is 12:47 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.01579 seconds
  • Memory Usage 1,959KB
  • 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
  • (8)bbcode_code_printable
  • (1)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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