Quote:
Originally Posted by Xandar
Couple of quick suggestions:
-- Post introductions should allow formatting and such that are also randomized. This'd give a better feel for it not being faked out.
|
Want to do a few yourself? I can add them to the online list.
Quote:
Originally Posted by Xandar
-- Registration times / post times etc should be randomized somwhat. The system makes EVERY post at the same time, so it looks very very odd when everyone (I tried it on my forums) posts at 11:51 AM and there's 20 new people...
|
Brilliant idea, will release that in the next version.
it will be something like:
PHP Code:
$time = time();
$rand = rand( -50, 50 );
$time += $rand;
That way the time is jumbled about but won't be like 5 years ago or 3 years in front