Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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.5.0 RC2 Rating:
Released: 06-14-2005 Last Update: 08-16-2005 Installs: 254
Uses Plugins Template Edits
 
No support by the author.

Yup, a welcome panel, very generic

Just look at the preview if you want to see a working example, do note that nothing is displayed for guests.

For those concerned about queries, it does add 5, however the run time on these queries are on the average server below 0.01 seconds, for me they all execute at 0.001xx seconds - so it shouldn't effect performance too a degree you'd notice.

Alternate Version Download: here
Information for alternate version: here
Thanks to: hellsatan

Enjoy,

- Zero Tolerance

Show Your Support

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

Comments
  #2  
Old 06-15-2005, 07:08 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why do we really need a Welcome Panel though

Now that we have a navbar in > vB3 it kind of defeats the idea

Still - In the spirit of installation madness, I've installed it

Satan
Reply With Quote
  #3  
Old 06-15-2005, 07:10 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh...

Btw:

Quote:
Ensure to upload "noavatar.gif" to your forums doot directory, you're free to use any picture of your own liking.
Whats my forums doot directory?

Satan
Reply With Quote
  #4  
Old 06-15-2005, 07:14 AM
fraghappy fraghappy is offline
 
Join Date: Feb 2004
Location: Hell, TN, USA.
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks good, ZT. You always do a good job.

I'm nit-picky about this kind of stuff, but shouldn't "Your most active in" read "You're most active in"?

EDIT - Also:
"Welcome Back {username}" -> "Welcome Back, {username}"
"there has been {x} posts...} -> "there have been {x} posts "

Sorry. I'm a grammar nerd.
Reply With Quote
  #5  
Old 06-15-2005, 07:23 AM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bare with me, havn't slept for .. a long time - i'll get those grammer issue's sorted.

Edit: Updated, sorry for that.

And hellsatan - I don't know to be honest, but they do look funky =P

- Zero Tolerance
Reply With Quote
  #6  
Old 06-15-2005, 07:26 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would you mind if I posted another .zip file for those of us already using the "Get new threads and posts" plugin?

It would contain a slightly altered .xml file and template

And it would save people two queries...

I've also attached the traditional "No Avatar" image from the vB2 Welcome Panel hack

Satan
Reply With Quote
  #7  
Old 06-15-2005, 07:28 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok - Let me clean up my template and code a bit

Satan
Reply With Quote
  #8  
Old 06-15-2005, 07:28 AM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hellsatan
Would you mind if I posted another .zip file for those of us already using the "Get new threads and posts" plugin?

It would contain a slightly altered .xml file and template

And it would save people two queries...

I've also attached the traditional "No Avatar" image from the vB2 Welcome Panel hack

Satan
Feel free hellsatan, i'll include it in the main post once you do

- Zero Tolerance
Reply With Quote
  #9  
Old 06-15-2005, 07:47 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok - In this .zip there are three enhancements I have made, but you need not do them if you want...

[high]NOTE:[/high] The following enhancements have [high]already[/high] been made to the plugin and template attached in the .zip file in this post...

The first, is for those of us already using the "Get new threads and posts" plugin - I couldn't be bothered to edit the templates and remove it, so I saved myself two queries with this mod

The second is to alter the "Last visit" text:

Find in your template:
Code:
since your last visit at {$bbuserinfo['lastvisit']}<br />
Replace with:
Code:
since your last visit $pmbox[lastvisitdate] at $pmbox[lastvisittime]<br />
This, if you use detailed or yesterday/today time formats, will put "since your last visit Yesterday at 09:11 PM", for example, as opposed to "since your last visit 14-06-2005 at 09:11 PM"

Then you need to remove the following line from your plugin code:
PHP Code:
    $vbulletin->userinfo['lastvisit'] = vbdate($vbulletin->options['timeformat'], $vbulletin->userinfo['lastvisit']) . ', ' vbdate($vbulletin->options['dateformat'], $vbulletin->userinfo['lastvisit']); 
The third enhancement is merely a template one - Just adding a bit of text and a variable for "Active members"

I think you can probably figure that one out for yourselves though

So here you go

Satan
Reply With Quote
  #10  
Old 06-15-2005, 07:49 AM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First post updated - thanks

- Zero Tolerance
Reply With Quote
Reply

Thread Tools

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 06:14 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.07171 seconds
  • Memory Usage 2,305KB
  • Queries Executed 23 (?)
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
  • (1)bbcode_php
  • (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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete