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

Reply
 
Thread Tools
Welcome Panel Template Rewrite v2.1 Details »»
Welcome Panel Template Rewrite v2.1
Version: 2.1.1, by King Kovifor King Kovifor is offline
Developer Last Online: Aug 2015 Show Printable Version Email this Page

Version: 3.5.8 Rating:
Released: 11-12-2005 Last Update: 04-27-2006 Installs: 132
Uses Plugins Template Edits
Additional Files  
No support by the author.

Introduction:

I found Zero Tolerence's Welcome Panel's template dull, and it had a lot of mistakes on my computer, and it shows up on a lot of the sites I visit that have it. It annoyed me so I threw together my own Template for his hack. This is it. I've called it Welcome Panel Template Rewrite, as that's exactly what it is. It's about to go into it's next version, so be on the look out.

This hack will not work if...

You must install this hack (Zero Tolerence's Welcome Panel) before my hack will work. It requires the plugins. Just don't follow the installation instructions for the template.

Installing:

All you have to do to install this hack is upload the .xml file that's attached to your Products Manager and it'll install the template and phrases.

Note: Be sure to chose the correct .xml! It is reccomended that you chose either v1.3 (location within zip: back releases/v1.x) or v2.1.1's XML file (main folder)!

v1.3 Features:
  • Displays New Posts
  • Avatar Display
  • Forum Stats
  • Fully Phrased
  • New Posts Link
  • Edit Profile Link
  • Edit Avatar Link
  • Most Active in.
  • Percent of Forum Posts
  • Posts Per Day
  • Number of Posts
  • Forum Stats
  • Collapsable

More Features will be added in v2.0. You can gain IMAGE links by PMing me.

v2.0 Features:
  • Displays the number of new posts.
  • It displays the user's avatar & links to the edit avatar page.
  • Displays your forum stats:
    • Posts
    • Threads
    • Members
  • The welcome panel is fully phrased.
  • Displays a link for new posts.
  • There is a link to edit your profile.
  • It shows the forum your most active in.
  • It displays the percent of your posts compared to the total forum posts.
  • It displays the users posts per day count.
  • It displays the users number of posts.
  • The welcome panel is collapsable if the user doesn't want it there.
  • Completely customizable through a setting group with 13 settings.
  • Displays users current time (in their time zone)!
  • Image or Textual links for New Posts, Daily Posts, and Edit Your Profile.
  • Displays the number of new Private Messages.
  • Displays the number of new Threads.
  • Customizable link for forum rules.
  • Customizable to the latest forum announcement (thread only).
  • Latest Announcment name is customizable through a setting.
  • There is an admin editable section for "useful links", HTML required.
  • Link to forum leaders. (uses vB default phrase so if you change it to something else the welcome panel also changes)
  • Link to Mark Forums Read. (uses vB default phrase so if you change it to something else the welcome panel also changes)
  • Link to the announcement forum.
  • The colors now alternate correctly on your welcome panel.
  • New! Show Version
  • New! Welcome Panel Style

Thanks to DaPro for Style Option #2!

Version 2.1.1 Addresses some bugs within the style.

Support:

I will give support in this thread.

Bugs:

Please report all bugs in this thread.

Special Thanks to...
  • Zero Tolerence - Zero told me how to add setting groups, settings, and everything with that sort.
  • lanc3lot - Thanks for making the buttons! Also for your great suggestions too!
  • GrendelKhan{TSU - For the fully phrased suggestion!
  • DaPro

Planned Features...
  • Top Poster (ETA: v2.2)
  • Your Thread Count (ETA: v2.2)
  • Customizable Favorite Forum Link: User Set (ETA: v2.2)

Planned Settings:
  • Default Welcome Panel (ETA: v2.2)
  • Font (ETA: v2.2)

Beta Testers:
  1. lanc3lot
  2. icemann

Screenshots Below.

Show Your Support

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

Comments
  #242  
Old 07-20-2006, 12:53 PM
paul41598's Avatar
paul41598 paul41598 is offline
 
Join Date: Jun 2004
Location: MI
Posts: 732
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this template mod user selectable? If not, can it be? I think it'd be better if the user could select it from their CP, if they choose to use it.
Reply With Quote
  #243  
Old 07-21-2006, 05:27 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by paul41598
is this template mod user selectable? If not, can it be? I think it'd be better if the user could select it from their CP, if they choose to use it.
Nope, sorry. It's your choice to make it easier to edit it. Might Work it in!
Reply With Quote
  #244  
Old 07-21-2006, 05:59 PM
paul41598's Avatar
paul41598 paul41598 is offline
 
Join Date: Jun 2004
Location: MI
Posts: 732
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ya I wrote a condition to make it user selectable. Thanks!
Reply With Quote
  #245  
Old 07-21-2006, 08:42 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by paul41598
Ya I wrote a condition to make it user selectable. Thanks!
Glad it worked out for ya.
Reply With Quote
  #246  
Old 07-24-2006, 08:05 AM
GreysAnatomy's Avatar
GreysAnatomy GreysAnatomy is offline
 
Join Date: May 2005
Location: Chocoland
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to add a border around the avatar? I could find the following code inside the forumhome_welcomepanel and messed around with it but couldn't get it to work.

Code:
<!-- Avatar Block -->
	<tr>
		<td class="alt1" align="center" width="1%">
		<a href="profile.php?{$session[sessionurl]}do=editavatar">{$bbuserinfo['avatar_build']}</a>
		</td>
<!-- End Avatar Block -->
Can anyone please tell me what I have to do in order to get a border around my avatars? The avatars in my postbit_legacy are all class="tborder" 1px solid and I'd like the ones on the welcome panel to have the same kind of boder. Thanks in advance!
Reply With Quote
  #247  
Old 07-24-2006, 12:23 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the avatar build is in the plugin. Not too sure where though. I'll poke around though.
Reply With Quote
  #248  
Old 07-30-2006, 08:01 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I have this installed, but its not showing, product is enabled and the options in vb options are set to yes, any ideas please,
ps. my forumhome is fairly modded!!
Reply With Quote
  #249  
Old 07-30-2006, 11:23 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bashy,

have you installed the plugins from Zero Tolerence's hack?
Reply With Quote
  #250  
Old 07-31-2006, 07:04 AM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dont be daft....why should i have read this bit, (This hack will not work if...

You must install this hack (Zero Tolerence's Welcome Panel) before my hack will work. It requires the plugins. Just don't follow the installation instructions for the template.)...... im above that..........im on it thanks..cant beleive i missed that this time round...I am not worthy lol
Reply With Quote
  #251  
Old 07-31-2006, 04:16 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
Dont be daft....why should i have read this bit, (This hack will not work if...

You must install this hack (Zero Tolerence's Welcome Panel) before my hack will work. It requires the plugins. Just don't follow the installation instructions for the template.)...... im above that..........im on it thanks..cant beleive i missed that this time round...I am not worthy lol
Either I'm getting mixed messages or i'm misreading that post. At first it should like "Don't be stupid" and than it's like thanks... so mixed. LOL.
Reply With Quote
  #252  
Old 07-31-2006, 04:29 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its my humour m8, as if to say i didnt miss anything, Honest
No offence meant at all m8, just my humour
Reply With Quote
  #253  
Old 07-31-2006, 04:30 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
Its my humour m8, as if to say i didnt miss anything, Honest
No offence meant at all m8, just my humour
I'm tired today. lol.
Reply With Quote
  #254  
Old 07-31-2006, 04:40 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol...no worries m8, tis a lot harder to understand feelings from text than it is to hear it

Thats the prob with forums, some peeps can read too much into what others say, ya see, many including myself type exactly how there thinking it and how they would say it, and sometimes it can look totally different to someone else reading it....

Wow...me is waffling now...
Reply With Quote
  #255  
Old 07-31-2006, 04:42 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
lol...no worries m8, tis a lot harder to understand feelings from text than it is to hear it

Thats the prob with forums, some peeps can read too much into what others say, ya see, many including myself type exactly how there thinking it and how they would say it, and sometimes it can look totally different to someone else reading it....

Wow...me is waffling now...
I totally agree.
Reply With Quote
  #256  
Old 07-31-2006, 04:44 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what the waffling pmsl....
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 02:55 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.08445 seconds
  • Memory Usage 2,371KB
  • Queries Executed 30 (?)
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
  • (1)bbcode_code
  • (5)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
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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