Is there a way to shorten the 30 second wait between posts to something shorter? Also, is there a setting to automatically create hot links in posts and comments?
/**
* Minimum interval (in seconds) between consecutive comments from same IP
* @global int $minimum_comment_interval
*/
$minimum_comment_interval = 30;
Then edit that number to whatever you want.
I'm not sure what you mean by automatically creating hotlinks.
Yes, open /conf/_advanced.php and find this part:
Then edit that number to whatever you want.
I'm not sure what you mean by automatically creating hotlinks.