MyBB Community Forums

Full Version: prostats 1.9.6 help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My Currunt Prostats

[attachment=33636]
I Want Like This
Date Time Farmat
forexample menuts ago
[attachment=33637]

How Can I Do This Please Help Me
Try doing a search for my_date in the plugin file. Then put "relative" for the first parameter. It should look something like this when you are done:
$somevariable = my_date("relative", $somevariable['somefield']);
i dont understand what are saying where i put this code kindly help step by step
^ relative time should be already shown with ProStats plugin version 1.96

for MyBB 1.8.x ...... ~/inc/plugins/prostats.php [L1324 - L1328]
// Relative Time:
if(TIME_NOW - $newest_threads['lastpost'] < 43200)
 {
$datetime = my_date('relative', $newest_threads['lastpost'], NULL, 1);
}

for MyBB 1.6.x a setting is available to display today & yesterday

(edited)
somethings wrong when I active the plugin this gap appears
^ @IranDeliver in the ProStats settings select No for both Check for updates and Surprise!
(2015-01-30, 04:31 PM).m. Wrote: [ -> ]^ @IranDeliver in the ProStats settings select No for both Check for updates and Surprise!
wow Im definitely surpriseĀ  Toungue

<- snip ->