Quote:
Originally Posted by GamerzWorld
It sounds great but id ont get where it goes and how it works. Do i need to change the
$randomuserchoice[1] = array(
'userid' => 3,
'username' => "Joe");
To a userid on my forum to be posted as? Or does that mean that user ID 3 will post as the name Joe. If so is there anyway to completly randomise every user on the forum who posts?
|
Not exactly. I had a hard time explaing this right. This affects every user, unless you change it. It changes the userid and username associated with the post to one that you've provided, randomly seleceted. If that's all you had, all your users would post as whatever user has userid 3, but when viewing threads, it would appear as "Joe" for thead started or most recent poster.