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)

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.


All times are GMT. The time now is 08:23 AM.

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.01383 seconds
  • Memory Usage 1,764KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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