Recent Topics

1 Apr 14, 2006 15:23    

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?

2 Apr 14, 2006 15:59

Yes, open /conf/_advanced.php and find this part:

/**
 * 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.


Form is loading...