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

Reply
 
Thread Tools
[Release] Welcome Panel ver. 2 Details »»
[Release] Welcome Panel ver. 2
Version: , by imported_ogden2k imported_ogden2k is offline
Developer Last Online: May 2005 Show Printable Version Email this Page

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

Here's a revamped Welcome panel for vB3. The only thing I could not add in is the "x amount of new threads and posts since your last visit".

Download Now

File Type: (21.4 KB, 15 views)
File Type: (21.4 KB, 49 views)

Show Your Support

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

Comments
  #2  
Old 06-29-2003, 07:49 PM
imported_Tungsten's Avatar
imported_Tungsten imported_Tungsten is offline
 
Join Date: Jul 2002
Location: Tennesspeed.net
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Screenshot?
Reply With Quote
  #3  
Old 06-29-2003, 07:51 PM
imported_ogden2k's Avatar
imported_ogden2k imported_ogden2k is offline
 
Join Date: Apr 2003
Location: Maine, USA
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just posted it.
Reply With Quote
  #4  
Old 06-29-2003, 08:35 PM
imported_Tungsten's Avatar
imported_Tungsten imported_Tungsten is offline
 
Join Date: Jul 2002
Location: Tennesspeed.net
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks nice! Way to go.
Reply With Quote
  #5  
Old 06-29-2003, 10:10 PM
Dan's Avatar
Dan Dan is offline
 
Join Date: Dec 2002
Location: Titusville, Florida
Posts: 1,787
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll use it! Thanks
Reply With Quote
  #6  
Old 06-29-2003, 11:22 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One problem - the avatar only shows if the user is using a custom avatar and not if they are using a stock one.
Reply With Quote
  #7  
Old 06-29-2003, 11:41 PM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work.
Reply With Quote
  #8  
Old 06-29-2003, 11:46 PM
imported_ogden2k's Avatar
imported_ogden2k imported_ogden2k is offline
 
Join Date: Apr 2003
Location: Maine, USA
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by amykhar
One problem - the avatar only shows if the user is using a custom avatar and not if they are using a stock one.
Really? It should show whatever the user has for an avatar.
Code:
<img src="image.php?userid=$bbuserinfo[userid]" alt="" border="0" />
Reply With Quote
  #9  
Old 06-30-2003, 02:07 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ogden2k
Really? It should show whatever the user has for an avatar.
Code:
<img src="image.php?userid=$bbuserinfo[userid]" alt="" border="0" />
There is indeed a problem with hard coding a link to image.php, let me explain.

Hard coding a link to image.php can cuase two errors.

1: It will not work with predefined avatars (non-custom ones that live on the server).

2: It will not work if custom avatars are begin stored outside the database. This is new to vbulletin 3.

When avatars are store as files the link would need to point to: (this is for custom avatars only!)

Code:
<img src="$vboptions[avatarurl]/avatar$bbuserinfo[userid]_$bbuserinfo[avatarrevision].gif" alt="" border="0" />
Both problems can be solved with some added code to the phpinclude_start template, and calling the correct image path via a variable.

I have a code chunck that dose this working on local host that I am plaing to release in my own re-vamp of the kousetsu welcome panel (see the vB 2 mod forums).
Reply With Quote
  #10  
Old 06-30-2003, 03:33 PM
imported_ogden2k's Avatar
imported_ogden2k imported_ogden2k is offline
 
Join Date: Apr 2003
Location: Maine, USA
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
There is indeed a problem with hard coding a link to image.php, let me explain.

Hard coding a link to image.php can cuase two errors.

1: It will not work with predefined avatars (non-custom ones that live on the server).

2: It will not work if custom avatars are begin stored outside the database. This is new to vbulletin 3.

When avatars are store as files the link would need to point to: (this is for custom avatars only!)

Code:
<img src="$vboptions[avatarurl]/avatar$bbuserinfo[userid]_$bbuserinfo[avatarrevision].gif" alt="" border="0" />
Both problems can be solved with some added code to the phpinclude_start template, and calling the correct image path via a variable.

I have a code chunck that dose this working on local host that I am plaing to release in my own re-vamp of the kousetsu welcome panel (see the vB 2 mod forums).
What's the added code that I would need to add?
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 01: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.04541 seconds
  • Memory Usage 2,322KB
  • Queries Executed 24 (?)
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_code
  • (3)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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