![]() |
How can I round my posts per day count to the nearest whole number. I.E. is is currently 11.65 and I would like it to appear as lets say 12
|
In member.php, replace this:
Code:
$postsperday = sprintf("%.2f",($userinfo[posts] / $jointime)); Code:
$postsperday = ceil($userinfo[posts] / $jointime); |
Thanks Firefly.
|
I didn't realize how large that file is. Do you know where it is aproximately?
Example: ################## start get info ################## |
Below that. Use Notepad to search it.
|
thx
|
Ok, I replaced it, saved and refreshed but no change. Any other ideas?
|
Do I need to change the string in the postbit?
|
[QUOTE]Originally posted by Avenger
Do I need to change the string in the postbit? |
All times are GMT. The time now is 05:53 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:
|