![]() |
^^ Works fine for me >: D lol
|
Hi
Installed...looked a right mess, uninstalled... was worth a try lol Bashy |
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. |
got it thanks :)
|
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! |
server load is terrible with this, even with this rewrite
ttp://www.vbulletin.org/forum/showthread.php?t=100672 |
Quote:
|
Quote:
|
Quote:
Find this code Code:
(str_replace(',', '', $vbulletin->userinfo['posts']) Code:
(preg_replace(array('/\./','/\,/'), '', $vbulletin->userinfo['posts']) 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 :) |
Quote:
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|