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
[vB3 RC3] Welcome Hack v1.2 Details »»
[vB3 RC3] Welcome Hack v1.2
Version: 1.00, by Hwulex Hwulex is offline
Developer Last Online: Jul 2006 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-18-2004 Last Update: Never Installs: 159
 
No support by the author.

Hack Author:
Name: Hwulex
E-Mail: vbhacks[at]hwulex[dot]com
Forums: http://forums.xaprief.com


History:
I'm sure most of us are aware of trilOByte's popular Welcome Hack that was available for vBulletin 2.
I myself had it installed on my vB2 forums, and after upgrading to vBulletin 3 missed it, so, seeing as nobody else had, I decided to make my own version.


Description:
This hack does two things:
1. It alters the look of your forum's index page by reducing the size of the "What's Going On" box to just one line (more if birthdays / calendar events present). This box is also shifted up to the top of the page, beneath the navbar.
2. The information that it strips out of that box is not lost though as it is moved up in to the navbar box at the top of the page. The general statistics are only displayed on the forum homepage, as well as your avatar, and the number of new-posts and active-threads since your last visit. On all other pages, the navbar remains as it was.


Zip Contents:
welcome_hack_vb3_v1_2.zip
|- instructions.html :: Instruction on how to install this hack.
|- forumhome_loggedin.gif :: Shows what your ForumHome will look like after installation with a logged in user.
|- others_in_and_out.gif :: Shows screenshots of the hack in various states, plus a screenie of the vB2 version.
|- noavatar.gif :: Placeholder for those users who don't have an avatar set.
`- guestavatar.gif :: Placeholder avatar for guest viewers.

Testing:
Tested on vBulletin 3 RC 2


Files to Modify:
forumroot/index.php


Templates to Modify:
forumhome
navbar



Phrases to Add:
active_threads
info_forum
info_user
info_visitor
online_now



Phrases to Edit:
$vbphrase[welcome_to_our_newest_member_x]
$vbphrase[last_visited_x_at_y]
$vbphrase[forum_contains_new_posts]
$vbphrase[forum_contains_no_new_posts]
$vbphrase[forum_is_closed_for_posting]
$vbphrase[most_users_ever_online_was_x_y_at_z]
$vbphrase[private_messages]



Images to Upload:
noavatar.gif
guestavatar.gif



Notes:
If you do install this hack, please click on the INSTALL button.
You will receive updates in your e-mail whenever I add new features to it.
Please also post a reply with your comments, they are appreciated.


Updates:
1.1
- Fixed 'X' problem for NewPosts and ActiveThreads.
- Added noavatar.gif, and accompanying instructions, to the package.
1.2
- Made NewPosts and ActiveThreads display on forumhome only.
- Moved queries to index.php reducing per-page queries by two.
- Added guestavatar feature for indexpage.

Show Your Support

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

Comments
  #92  
Old 05-27-2004, 03:46 AM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ryan McBain
You get an error when loggin out if you upgraded to vb3.0.1. This hack has you replace the navbar template, which causes the error. Can we get an updated version of this hack for people who upgraded to 3.0.1?

I'm not getting any sort of error and I upgraded to 3.0.1... Works perfectly...
Reply With Quote
  #93  
Old 05-27-2004, 08:40 PM
tHe Rk tHe Rk is offline
 
Join Date: Jan 2004
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SVTOA
I'm not getting any sort of error and I upgraded to 3.0.1... Works perfectly...
Actually when I click "logout" it says "An error occurred while attempting to log you out. Click here to log out."

When you "Click here" It says: "All cookies cleared!

Return to the page you were previously viewing
Go to forums index"

I think this is what he is talking about. This happens to me on 3.0.1
Reply With Quote
  #94  
Old 05-29-2004, 09:50 AM
DiscussAnything DiscussAnything is offline
 
Join Date: Jan 2002
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got a fix for you guys on 3.0.1

The hack has you insert all of the code, which is the following, for the logout portion
Quote:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout" onclick="return log_out()">$vbphrase[log_out]</a></td>
To fix the error, simply add &u=$bbuserinfo[userid] at the end of the a href so it should read
Quote:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
Let me know if that works for you, did the charm for me.
Reply With Quote
  #95  
Old 06-14-2004, 12:09 PM
konstance's Avatar
konstance konstance is offline
 
Join Date: Dec 2002
Location: oklahoma
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so, is this pretty stable with latest version of vBulletin 3.0.1?
Reply With Quote
  #96  
Old 06-15-2004, 01:47 PM
OCH-Stan OCH-Stan is offline
 
Join Date: Jun 2004
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, works fine for 3.0.1. But what happened to the Users Online?
Reply With Quote
  #97  
Old 06-21-2004, 08:20 AM
DiscussAnything DiscussAnything is offline
 
Join Date: Jan 2002
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not sure, I modified the template a good amount. There is language code for users online.

If you'd like I can copy/paste my navbar code for you.
Reply With Quote
  #98  
Old 06-25-2004, 03:04 AM
Baptizer Baptizer is offline
 
Join Date: Nov 2001
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I noticed that this welcome bar's TOTAL POSTS does not count posts that are in non-active (closed) forums. Any idea how I can get this to include the posts that are in these forums as well?
Reply With Quote
  #99  
Old 06-26-2004, 06:57 AM
Vman Vman is offline
 
Join Date: Apr 2004
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this even work with 3.0.1! I ask because I installed it and nothing is showing except for "Who's Online".....

And if it does, what changes do I need to do to make it work!!!

Thanks
Reply With Quote
  #100  
Old 06-27-2004, 05:45 AM
amseven amseven is offline
 
Join Date: Jan 2004
Location: ATL
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ive got everything done up to where Im suppost to 'edit phrase 1, etc' I dont know how to edit phrases, could someone give me a quick tip?
Reply With Quote
  #101  
Old 06-27-2004, 06:05 AM
amseven amseven is offline
 
Join Date: Jan 2004
Location: ATL
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nevermind... got it.
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 04:49 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.04781 seconds
  • Memory Usage 2,306KB
  • 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
  • (4)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
  • (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