I've a question. My new thread is popping up under the username of the new member, and not the 'general staff' username I created.
In the list of threads it looks like the user has posted a thread to welcome him or herself. Once you open the thread, the username is the 'general staff' username.
I don't know where in here:
Quote:
// Setup Variables
$forumid = 11; // The forum id that you want the thread posted in
$postuserid = 271; // The Userid of the poster
$postusername = "$username"; // The username of the poster
$title = "Welcome new member: " . $username; // The thread title
|
To fix that?
Should I change $username to the UserID of the 'general staff' that I want to use ?