vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Welcome Panel v1.0 (https://vborg.vbsupport.ru/showthread.php?t=83124)

MSheraz86 12-23-2005 08:35 PM

^^ Works fine for me >: D lol

bashy 12-23-2005 09:16 PM

Hi

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

Bashy

S@NL - BlackBik 12-26-2005 10:00 AM

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.

AquilaEagle 12-27-2005 09:46 PM

got it thanks :)

vishalsachar 12-28-2005 09:34 AM

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:

http://img465.imageshack.us/img465/4...titled46rw.gif

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!

thedvs 01-05-2006 10:40 PM

server load is terrible with this, even with this rewrite
ttp://www.vbulletin.org/forum/showthread.php?t=100672

Prince 01-06-2006 02:15 AM

Quote:

Originally Posted by thedvs
server load is terrible with this

yup, that is why I uninstalled it.

Ig@r 01-06-2006 11:46 AM

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.

S@NL - BlackBik 01-08-2006 08:40 PM

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 :)

Club3G 01-15-2006 05:59 AM

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)


All times are GMT. The time now is 01:17 PM.

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.01307 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete