![]() |
Quote:
|
Thanks for the update!
Is it possible to get commas seperating the numbers in the posts and threads columns? |
Quote:
open the plugin Fake Community Statistics - Forumbits. And before the closing: } add this: $forum['threadcount'] = vb_number_format($forum['threadcount']); $forum['replycount'] = vb_number_format($forum['replycount']); |
Can you include the other half of my mod?
|
Quote:
The post count doesn't seem to be increasing in the post column when I reply to a thread or create one. |
Quote:
|
Quote:
|
Why option to dump one forum thread/posts stats only? 2+2 must not be 4 LOL.
Why not make options like these: == list forums ids where you wish to dump thread/post stats == amount of additional (fake) threads == amount of additional (fake) posts |
Right now I have this memberlist_complete plugin in 0.04.1 which will be released later today:
// Insert Members List - Chosen not to be listed $fake_members = $vbulletin->options['fake_stats_members']; $fake_members = vb_number_format($fake_members); $totalusers = $totalusers + $vbulletin->options['fake_stats_members']; $totalusers = vb_number_format($totalusers); which shows on the left the phrase one has to manually add in the memberlist template, and on the right it will show 'showing results 1 of 2 of fake_new_value This way it won't say on the left '5000 chosen not to be listed' and on the right 'showing 1 of 2 of 5 ..' should be at least 5000 + 5 I've also applied the vb_number_format which rogersmn was missing .. I tried to update the template cache so no manual template edit was needed but couldn't get it to work. sorry :) I will look into the spreading of fake values over multiple forums, but i simply won't have time today. cybernetec if you know how to do this please write out instructions and i will update the plugin. |
version 0.04.1 is out, including the previous tweak and the new memberlist plugin by rogersmn (credited too).
Thanks for the contributions. I'm off to vBcom now, it appears they closed the site ;) |
All times are GMT. The time now is 10:05 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:
|