here are the options:
These are your private forums, you can set a comma separated list here to skip your private forums from being considered for thread of the day. Sorry about not using the permission code for the forums here, I don't think it is such a hassle to type your private forums here.
$restrictedForums = "0";
Only threads with these number of replies will be considered. Take in consideration that since you can only select newly created threads they might not have a lot of replies.
$replies = 0;
Thread of the day selects threads from yesterday (ie, 1 day ago), but you can change these to select threads from the last week, last month or whatever.
$dateline = 1;
In the front page a preview of the thread appears. By default I am using 200 characters (that is enough for filling the screen). You can set this number to anything (well, almost.. don't set it to a negative value)
$charspreview = 200;
|