Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Welcome Panel Hack V1.1 [vB3.0.x] Details »»
Welcome Panel Hack V1.1 [vB3.0.x]
Version: 1.10, by SmasherMaster SmasherMaster is offline
Developer Last Online: Sep 2011 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 07-07-2004 Last Update: 07-08-2004 Installs: 191
 
No support by the author.

Version 1.1

Hack Author:
Name: SmasherMaster
E-Mail: webmaster@megareviews.com
Forums: http://www.megareviews.com/forums


Description:
This hack replaces the box on top of the postbit in the index page with a snazzy panel with stats, new posts and PMs. When you go to view a different page, the box on top of the navbar changes into the default navigation/breadcrumb box.

Changelog:
V1.1
|-Changed file edit to global.php for tidier code.
|
|-Added file and new template edits for VbAdvanced CMPS so the welcome panel will work on CMPS.

V1.0
|-Welcome Panel Hack RELEASED!

Installation Time:
5 min.

Zip Contents:
Welcome_Panel_Hack.zip
|-instructions.txt -- Instructions on how to install this hack.
|-noavatar.gif -- Image for members who don't have an avatar yet.
|-guestavatar.gif -- Image for guests.
|-Welcome_Panel_Guest.jpg -- What the panel will look like to a guest
|-Welcome_Panel_loggedin.jpg -- What the panel will look like to a member with an avatar
|-Welcome_Panel_loggedin_noav.jpg -- What the panel will look like to a member without an avatar


Testing:
Tested on vBulletin 3.0.3

Files to Modify:
forumroot/global.php

Templates to Modify:
forumhome (Optional)
navbar

Images to Upload:
noavatar.gif
guestavatar.gif


Notes:
If you use this hack, please click on the INSTALL button.
You will be notifited via email about any updates or changes.

My first hack made, and thanks to Zero Tolerance for the Welcome Panel hack inspiration.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 10-28-2004, 07:31 PM
Ugur CETIN Ugur CETIN is offline
 
Join Date: Jul 2004
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol thats great hack!
Reply With Quote
  #33  
Old 10-29-2004, 02:48 AM
rex_b rex_b is offline
 
Join Date: Jul 2004
Location: LA
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would there be any way to shrink the info in this area so it's not so big?
Reply With Quote
  #34  
Old 11-03-2004, 02:17 AM
Lethal Lethal is offline
 
Join Date: Feb 2002
Location: PA/USA
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Symbian.info
Works great, only you forgot the Languages Phrases. But ok I can do that by my self (done that).... (there are more people in the world then English speaking people :squareeyed: )

And it goes wrong if you use the extra pages with vBadvanced CMPS like: adv_index.php?page=extra
Then the welcome panel must NOT be showing... Can you fix that??

Other problem is when I switch of the Welcome module of CMPS the avatar is gone, switch I the stats module off de newest member is also gone in the welcome panel :surprised: But I want thoose modules switch off because everything is now standing in the welcome panel!
Can you fix this??

And why this? I try both (with and without the <if> and no difference
PHP Code:
<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> 

But thanks for the great hack!

Same here, and also, when the welcome is switched off my avatar gets all messed up. I am going to mess around and see if I can come up with something.
Reply With Quote
  #35  
Old 11-03-2004, 11:27 PM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.punktek.com" target="_blank">www.punktek.com</a>

See the avatar thing doesn't show up on CMPS. I am running the newest version. Plus it shows up on every page (I think this has already been brought up?) any ideas?
Reply With Quote
  #36  
Old 11-12-2004, 05:50 AM
ambumann ambumann is offline
 
Join Date: Jun 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone tell me why the counter in the navbar says

Threads: 5141
Posts: 50747

while the "what's up" stats says:

Threads: 4937
Posts: 50734

Another that's giving me some trouble is to get "New threads" in the navbar appearing as a link.
Reply With Quote
  #37  
Old 11-13-2004, 11:34 PM
Sweet Evil Sweet Evil is offline
 
Join Date: Nov 2001
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The noavatar image was not showing up for users..

had to change:

PHP Code:
$bbuserinfo['user_avatar']="<img src='/images/avatars/noavatar.gif' alt='Edit Your Avatar' border='0'>"
to:

PHP Code:
$bbuserinfo['user_avatar']="<img src='/forums/images/avatars/noavatar.gif' alt='Edit Your Avatar' border='0'>"
Because your code was pointing to blah.com/images/ instead of blah.com/forums/images - FYI

Nice mod though thanks!
Reply With Quote
  #38  
Old 11-14-2004, 12:16 AM
ChrisBaktis ChrisBaktis is offline
 
Join Date: Mar 2004
Location: CT
Posts: 409
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ambumann
Can anyone tell me why the counter in the navbar says

Threads: 5141
Posts: 50747

while the "what's up" stats says:

Threads: 4937
Posts: 50734

Another that's giving me some trouble is to get "New threads" in the navbar appearing as a link.
Same here - my count is different - is there maybe a forum that one count picks up and not another?
Reply With Quote
  #39  
Old 11-14-2004, 12:47 AM
SmasherMaster's Avatar
SmasherMaster SmasherMaster is offline
 
Join Date: Feb 2004
Location: Florida
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh i'm so sorry people, I had taken a break from vbulletin and had not know my hack thread got posts! Thanks for your feedback, and although it's my first hack i'll make sure to try to fix these things.

Loki12: Can you specify, like alot of unused space in between the avatar and the borders?

Ber|Art: I'm not sure on those, i'll try to whip them up for a V2 if I can.

Ambumann: I'm supposing it picks up the forums that have "Count posts" As off. Or it could be that it doesn't really update after you update the posts/treads in the management. I'll look into it.

Punktek: Did you download the new update? I'm very positive I fixed that in 1.1.

Symbian.info: This is strange, i'll have a look at the coding.

Again, sorry about the delay people, been having internet and computer AND forum problems but i'll do my best to help you guys out.
Reply With Quote
  #40  
Old 11-15-2004, 07:48 PM
NSeXcellent NSeXcellent is offline
 
Join Date: Jan 2002
Location: Tampa Bay
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed.. nice addition.. however, I seem to have lost this... can anyone help?
Reply With Quote
  #41  
Old 11-15-2004, 11:39 PM
ChrisBaktis ChrisBaktis is offline
 
Join Date: Mar 2004
Location: CT
Posts: 409
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That will no longer show up on the Forum Home page...the welcome panel will - once you go into a forum or thread that part of the navigational bar will come back.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:03 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04920 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete