Not sure if there's a plugin/shit already coded for this but:
Forum code, like, with if statements and jazz. Variables for:
Username
Time
Date
So you can have something like:
Something like that. Would be cool.
Forum code, like, with if statements and jazz. Variables for:
Username
Time
Date
So you can have something like:
Code:
if(date() == 17062011) {
echo("Welcome ".username()." to our thread!");
} else if(date() < 17062011) {
echo("GTFO, THE EVENT'S NOT TILL THE 17!);
} else {
threadClose();
}
Something like that. Would be cool.