Quote:
Originally Posted by LeeWicKeD
but i want to change the userid,forumid,$post[title],$post[message] and $post[poststarttime] through a form in the adminpanel. so that ONLY administrators can pre-create their topics.
|
Then you must create a CP file for this.
Quote:
what's the format for the $post[poststarttime]? instead of TIMENOW i want to use a specified date and time.
|
It's a UNIX Timestamp, eg. the seconds since the epoch (01.01.1970 00:00:00).