Quote:
Originally Posted by Xenon
hmm, personally i'd say up to 5 lines around 400 chars would be a good lenghth, but that depends on personal views..
|
So it would look like this with that added, right?
PHP Code:
if ($type != 'thread'
AND !in_array($vbulletin->userinfo['usergroupid'], array(5,6,7))
AND $threadinfo['lastpost'] > TIMENOW - $dp_settings['timespan']
AND $threadinfo['lastposter'] == $vbulletin->userinfo['username'])
AND strlen($post['message']) <= 400
{