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 v1.0 Details »»
Welcome Panel v1.0
Version: 1.00, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 03-30-2004 Last Update: Never Installs: 97
 
No support by the author.

This will add a welcome box, but this time as a seperate "panel"
2 previews below gives examples of this, and if that isnt good enough, just view my profile and click on my site for an online demo

Features:
- Logged In
---- Shows Avatar (If not it shows "noavatar.gif" [Included Inside Download])
---- Avatar Links To Edit Avatar In User CP
---- Welcome Back Message (Includes: New Posts/Threads Since Your Last Vists + Get New Posts Link)
---- Shows: Number Of User's/Guests Online And Total Online
---- Shows: Max Number Of People Online Ever In 1 Day
---- Link To Your Profile
---- Shows: Total Posts/Threads
---- Shows: Total Members/Newest Member
- Logged Out
---- No Avatar Displayed
---- Shows: Total Posts/Threads
---- Shows: Total Members/Newest Member
---- Register Link
---- Guest Message

Also supports Expand/Collapse

Its good if like me you dont like the "layout" of the other welcome box here on vb.org
Enjoy

Show Your Support

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

Comments
  #62  
Old 04-13-2005, 10:51 AM
Benj's Avatar
Benj Benj is offline
 
Join Date: May 2006
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how would i resize the avatar so its say 50 x 50 ???
Reply With Quote
  #63  
Old 04-19-2005, 11:29 PM
biggkay biggkay is offline
 
Join Date: Sep 2003
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by biggkay
Two quick questions.
1. How I make the font smaller to everything matches?
2. How do I change Welcome to our newest member, to Newest Member?
Anyone??
Reply With Quote
  #64  
Old 05-04-2005, 12:04 AM
biggkay biggkay is offline
 
Join Date: Sep 2003
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess there's not support for this hack anymore.
Reply With Quote
  #65  
Old 05-11-2005, 11:21 PM
biggkay biggkay is offline
 
Join Date: Sep 2003
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have managed to dabble in the code a bit and changed it to the way it is now. How can I move left "newusername" so it's aligned with total members' #. Also how can I change so that the "Newest Member" stays bold but not the actual member name?

This is the template code that I have.

Code:
<!-- Welcome Panel v1.0 :: Created By Zero Tolerance -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="3"><a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_welcome_panel')"><img id="collapseimg_forumhome_welcome_panel" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a><div align='center'><b>{$welcome_message}</b></div></td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_welcome_panel" style="">
<tr>
<!-- Main Welcome Panel Block :: Begin -->
	<td class='alt1' width='1%'>
	<!-- Avatar Cell :: Begin -->
	{$welcome_avatar}
	<!-- Avatar Cell :: End -->
	</td>

	<td class="smallfont" class='alt2' width='55%' valign='top'>
	<!-- Forum Quick Stats :: Begin -->
	{$welcome_intro}
	<table width='100%' cellspacing='0' cellpadding='0' valign='bottom'><tr><td width='50%' valign='bottom'>
		<table width='100%' cellspacing='1' cellpadding='1' valign='bottom'><tr>
		<td width='85%'>
	{$welcome_topics}
		</td></tr>
		<tr><td width='85%'>
	{$welcome_posts}
		</td></tr>
		</table>
	</td>
	<td valign='top'>
		<table width='100%' cellspacing='1' cellpadding='1'  valign='bottom'><tr>
		<td width='85%' colspan=''>
	<b><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[newest_member_x]</phrase></b>
		</td></tr>
		<tr><td width='85%'>
	{$welcome_members}
		</td></tr>
		</table>
	</td></tr></table>
	<!-- Forum Quick Stats :: End -->
	</td>
		<if condition="$bbuserinfo[userid]!=0">
	<td class="smallfont" class='alt2'width='40%' valign='top'>
	<!-- User Stats :: Begin -->
       		<b>Users Online:</b> $totalonline<br /> 
      	   	<phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase><br /> 
     	   	<phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase><br /> 
      		<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> 
	<!-- User Stats :: End -->
	</td>
		</if>
<!-- Main Welcome Panel Block :: End -->
</tr>
</tbody>
</table>
<!-- Welcome Panel v1.0 :: Created By Zero Tolerance -->
Reply With Quote
  #66  
Old 08-13-2005, 07:58 AM
csidlernet csidlernet is offline
 
Join Date: Apr 2003
Location: sydney
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me whacks install
Reply With Quote
  #67  
Old 08-14-2005, 02:06 PM
Zidane007nl's Avatar
Zidane007nl Zidane007nl is offline
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've successfully installed the hack, it was easy.
But the total posts seem to be off. The Welcome Panel says 6,915 posts, but the statistics say 6,880.
Reply With Quote
  #68  
Old 08-14-2005, 09:39 PM
mkdevo mkdevo is offline
 
Join Date: May 2004
Location: CT, USA
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zidane007nl
I've successfully installed the hack, it was easy.
But the total posts seem to be off. The Welcome Panel says 6,915 posts, but the statistics say 6,880.
same here... any insight on this?
Reply With Quote
  #69  
Old 08-15-2005, 02:57 PM
Zidane007nl's Avatar
Zidane007nl Zidane007nl is offline
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I figured it out. The difference in the total posts is because the Welcome Panel doesn't subtract the posts that were deleted by users. My forum has 6,999 posts now and 36 posts were deleted (deletionlog table). So my forum has 6,963 posts.
Reply With Quote
  #70  
Old 10-19-2005, 10:13 PM
MRGTB MRGTB is offline
 
Join Date: Dec 2004
Posts: 548
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great hack but I have noticed that when you collapse the module it doesn't stay collapsed when you re-fresh the page.

Here is the template fix for this:

Code:
<!-- Welcome Panel v1.0 :: Created By Zero Tolerance -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="3"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_welcome_panel')">
        <img id="collapseimg_forumhome_welcome_panel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_welcome_panel].gif" alt="" border="0" /></a><div align='center'><b>{$welcome_message}</b></div></td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_welcome_panel" style="$vbcollapse[collapseobj_forumhome_welcome_panel]">
<tr>
<!-- Main Welcome Panel Block :: Begin -->
	<td class='alt1' width='1%'>
	<!-- Avatar Cell :: Begin -->
	{$welcome_avatar}
	<!-- Avatar Cell :: End -->
	</td>

	<td class='alt2' width='55%' valign='top'>
	<!-- Forum Quick Stats :: Begin -->
	{$welcome_intro}
	<table width='100%' cellspacing='0' cellpadding='0' valign='bottom'><tr><td width='50%' valign='bottom'>
		<table width='100%' cellspacing='1' cellpadding='1' valign='bottom'><tr>
		<td width='85%'>
	{$welcome_topics}
		</td></tr>
		<tr><td width='85%'>
	{$welcome_posts}
		</td></tr>
		</table>
	</td>
	<td valign='top'>
		<table width='100%' cellspacing='1' cellpadding='1'  valign='bottom'><tr>
		<td width='85%' colspan='2'>
	<phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase>
		</td></tr>
		<tr><td width='85%'>
	{$welcome_members}
		</td></tr>
		</table>
	</td></tr></table>
	<!-- Forum Quick Stats :: End -->
	</td>
		<if condition="$bbuserinfo[userid]!=0">
	<td class='alt2' width='40%' valign='top'>
	<!-- User Stats :: Begin -->
       		<b>Users Online:</b> $totalonline<br /> 
      	   	<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase><br /> 
     	   	<phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase><br /> 
      		<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> 
	<!-- User Stats :: End -->
	</td>
		</if>
<!-- Main Welcome Panel Block :: End -->
</tr>
</tbody>
</table>
<br/>
<!-- Welcome Panel v1.0 :: Created By Zero Tolerance -->
Reply With Quote
  #71  
Old 12-27-2005, 09:27 PM
tuga-gsm tuga-gsm is offline
 
Join Date: Oct 2004
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi there

is this hack avaiable for version 3.5.0?

tks



edit: sorry.

got it here https://vborg.vbsupport.ru/showthread.php?t=83124

for version 3.5.0 rc2

should it work on 3.5.1?
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 11:24 PM.


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.07589 seconds
  • Memory Usage 2,315KB
  • 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
  • (2)bbcode_code
  • (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
  • (3)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