Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Re-Release] Tungsten's Welcome Panel Details »»
[Re-Release] Tungsten's Welcome Panel
Version: , by imported_Tungsten imported_Tungsten is offline
Developer Last Online: Jan 2005 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-10-2003 Last Update: Never Installs: 0
 
No support by the author.

Author:

Tungsten


Credits:

Credits go to Ogden2K for inspiring the layout of the welcome panel and to Brad.loo for his help on coding issues.


Description:

I have changed a few minor problems in the original coding that were prohibiting avatars from being shown on some boards. I also redid the instructions file so that Microsoft Notepad opens it with proper line formatting.

Basically this is just a simple welcome panel that conditionally displays the user's avatar if they are (a.) logged in and (b.) have an avatar selected. If they are not logged in or do not have an avatar selected, they see variations of the welcome panel text that intuitively guide them toward registering or logging in and selecting an avatar.

No PHP files are hacked with this modification. It is completely template driven.

I have successfully tested the modifications on my own vBulletin 3.0.0 Beta 4 installation with both avatars stored within the MySQL database and with avatars stored in a file-system folder outside of the database. It works both ways now.

Anyone who downloaded the previous releases of this modification needs to upgrade to this one. I apologize for the confusion that arose from having so many different ideas being publicly thrown about in the other thread.


Reporting Bugs:

Feel free to report bugs in this thread but please do not post any code modifications here. Send them to me via a private PM so that I can evaluate their effectiveness. All support will be handled via this thread. Please do not PM me for support.


New Screenshots:

Finally... new screenshots are attached to this post as well as included inside the ZIP file. Enjoy!

Download Now

File Type: (21.4 KB, 150 views)
File Type: (21.4 KB, 107 views)
File Type: (21.4 KB, 98 views)
File Type: (21.4 KB, 56 views)

Show Your Support

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

Comments
  #22  
Old 07-11-2003, 01:36 PM
Dan's Avatar
Dan Dan is offline
 
Join Date: Dec 2002
Location: Titusville, Florida
Posts: 1,787
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

make the table the same width as your forum tables
Reply With Quote
  #23  
Old 07-11-2003, 04:52 PM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Oricon
make the table the same width as your forum tables
Yes thanks but which $stylevar must I take for that ? (width="$stylevar[tablewidth]")

I searched a lot but didn't find a clou. And I know .... I'm the CheeseHead
Reply With Quote
  #24  
Old 07-11-2003, 05:28 PM
imported_Tungsten's Avatar
imported_Tungsten imported_Tungsten is offline
 
Join Date: Jul 2002
Location: Tennesspeed.net
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These three appear at the start of the forumhome template's welcome panel code. The third line defines the width of the welcome panel:

Code:
<!-- welcome panel -->
<br />
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
Reply With Quote
  #25  
Old 07-12-2003, 07:10 PM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tungsten
These three appear at the start of the forumhome template's welcome panel code. The third line defines the width of the welcome panel:

Code:
<!-- welcome panel -->
<br />
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
Thanks I found the problem
While I want to have the welcome panel always shows up, I have put in the header template. There those stylevars give other values.
Reply With Quote
  #26  
Old 07-15-2003, 04:29 AM
imported_HexOnxOnx imported_HexOnxOnx is offline
 
Join Date: May 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know how to get a noavatar.gif to show up on the welcome panel if one isn't selected?

I had this working for a few days and them I messed something up.

Thanks!
Reply With Quote
  #27  
Old 07-23-2003, 07:07 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when changing the forumhome after i add your welcome panel, it wont seem to upload
Reply With Quote
  #28  
Old 07-24-2003, 12:47 PM
imported_Tungsten's Avatar
imported_Tungsten imported_Tungsten is offline
 
Join Date: Jul 2002
Location: Tennesspeed.net
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Faranth
when changing the forumhome after i add your welcome panel, it wont seem to upload
You must have done something wrong.
Reply With Quote
  #29  
Old 07-24-2003, 02:33 PM
trilOByte's Avatar
trilOByte trilOByte is offline
 
Join Date: Nov 2001
Location: England
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tungsten, this is excellent well done. Works perfectly.

I stripped out your avatar code and dropped it into a side menu for my site - a sort of side-welcome-panel

http://www.britishblades.com/forums/

From what I can see this is the first functional vB3 welcome panel that totally replicates the different states as in the original vB2 welcomepanel. Nice one.

Martyn
(aka tril0Byte)
Reply With Quote
  #30  
Old 07-24-2003, 09:07 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive been doing template mods for a while now, i changed exctly what you told me and hit save, and i wanted for about 10 min and nothing happened :\
Reply With Quote
  #31  
Old 07-24-2003, 09:23 PM
SmartGnome's Avatar
SmartGnome SmartGnome is offline
 
Join Date: Mar 2003
Location: Amsterdam
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Faranth
ive been doing template mods for a while now, i changed exctly what you told me and hit save, and i wanted for about 10 min and nothing happened :\
Have a look at your code if there is not a missing < , > or ". If so then the template will not be loaded into the database.

I had this problem with my flags mod also, just forgot a " in the script.
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:08 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.04651 seconds
  • Memory Usage 2,340KB
  • Queries Executed 26 (?)
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
  • (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
  • (4)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete