![]() |
|
Cool .. Tnx man :)
|
Working great now. Thanks apfeifer and FireFly! :)
|
First, thanks to FireFly; that fixed my problem.
Next, I'd like to show how I took the basic idea of this hack and extended it to work with tubedogg's 'user has started xx threads' hack (which was my idea ;)). This hack adds a new line to a person's profile, below the person's post count (and now the post percentage count, with this hack), and shows how many threads a person has started. What I've done is taken the idea of this hack, interfaced it with tubedogg's hack, to display the percentage of total threads that a person has started. 1. Install this hack 2. Install tubedogg's hack from here, only instead of adding the contents of his memberadd.txt file where he tells you to in his step #2, insert the contents of that file just above the bit you added from this hack. 3. Below the bit you added to member.php from this hack, add this: Code:
// Find percentage of threads started I would like to get permission from apfeifer and tubedogg to re-release their individual hacks along with my modifications as one unified hack (with full crediting, of course). |
Me likes!
:cool: |
No problems. :)
I installed this here, it's cool to have. :pleased: |
I got it to work, but I did have a problem in this line
$percentoftotalposts = round(($userinfo[posts] / $totalposts) * 100,2); it wouldn't work so I had to change it to $percentoftotalposts = round(($userinfo[posts] / $totalposts) * 100); but for me it doesn't give decimals. |
What version of PHP are you using George?
|
http://www.vbulletin.com/forum/showt...threadid=32024
Try to use this: Code:
$percentoftotalposts=sprintf('%.2f', (($userinfo[posts] / $totalposts) * 100); |
Unfortunately I'm on php 3.16 I think. I'd have to check on the actual version number.
That replacement string didn't work :( |
All times are GMT. The time now is 01:42 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|