Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
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.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
  #92  
Old 12-23-2005, 08:35 PM
MSheraz86's Avatar
MSheraz86 MSheraz86 is offline
 
Join Date: Dec 2005
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^ Works fine for me >: D lol
Reply With Quote
  #93  
Old 12-23-2005, 09:16 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Installed...looked a right mess, uninstalled...
was worth a try lol

Bashy
Reply With Quote
  #94  
Old 12-26-2005, 10:00 AM
S@NL - BlackBik's Avatar
S@NL - BlackBik S@NL - BlackBik is offline
 
Join Date: Jul 2004
Location: Netherlands
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and works great, for English language that is....

In Dutch we separate thousands with a dot instead of a comma, ie 1.000 instead of 1,000.
That was no problem, I changed the str_replace from comma to dot.
But we also have some users that browse in the English language. For them the postpercentage and posts per day don't give the right results now.

Is there anyway to replace the str_replace to an other php command that replaces the . AND the , with a space? I can't get it to work, but i'm a total php n00b...

Thanks in advance for your suggestions.
Reply With Quote
  #95  
Old 12-27-2005, 09:46 PM
AquilaEagle AquilaEagle is offline
 
Join Date: Jun 2002
Location: London, UK
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got it thanks
Reply With Quote
  #96  
Old 12-28-2005, 09:34 AM
vishalsachar vishalsachar is offline
 
Join Date: Jun 2004
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have one question:

Everything works fine, however I need to alter the font size so that it looks in place with the other text on the forum. Currently it looks completely out of place. Here is what my panel looks like:



The text should show up like in the navbar. Can you please help? This is a fantastic hack, and with the correct font size display it will be even better.

Several people have asked the same question. Please help.

Thanks!
Reply With Quote
  #97  
Old 01-05-2006, 10:40 PM
thedvs thedvs is offline
 
Join Date: May 2002
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

server load is terrible with this, even with this rewrite
ttp://www.vbulletin.org/forum/showthread.php?t=100672
Reply With Quote
  #98  
Old 01-06-2006, 02:15 AM
Prince Prince is offline
 
Join Date: Oct 2001
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thedvs
server load is terrible with this
yup, that is why I uninstalled it.
Reply With Quote
  #99  
Old 01-06-2006, 11:46 AM
Ig@r's Avatar
Ig@r Ig@r is offline
 
Join Date: Feb 2002
Location: MN
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Prince
yup, that is why I uninstalled it.
I just removed "You are most active in" part (html and php code) and server load went back to normal.
Reply With Quote
  #100  
Old 01-08-2006, 08:40 PM
S@NL - BlackBik's Avatar
S@NL - BlackBik S@NL - BlackBik is offline
 
Join Date: Jul 2004
Location: Netherlands
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by S@NL - BlackBik
In Dutch we separate thousands with a dot instead of a comma, ie 1.000 instead of 1,000.
That was no problem, I changed the str_replace from comma to dot.
But we also have some users that browse in the English language. For them the postpercentage and posts per day don't give the right results now.

Is there anyway to replace the str_replace to an other php command that replaces the . AND the , with a space?
OK, found a solution

Find this code
Code:
(str_replace(',', '', $vbulletin->userinfo['posts'])
and replace it by this:
Code:
(preg_replace(array('/\./','/\,/'), '', $vbulletin->userinfo['posts'])
That code is found three times.
That seemes to do the trick, I don't know if it's a very elegant solution, since I'm a php n00b, but it works
Reply With Quote
  #101  
Old 01-15-2006, 05:59 AM
Club3G Club3G is offline
 
Join Date: Aug 2004
Location: Orlando, Fl
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by QueenBee
hmm, ok now its saying invalid file specified when i upload the xml file

any ideas??
Make sure you're installing this as a plugin, not as a product.

Plugin System -> Upload/Download plugins -> Import Plugin Definitions XML File

(at the very bottom)
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:37 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.05238 seconds
  • Memory Usage 2,309KB
  • 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
  • (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
  • (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