Quote:
Originally Posted by lordtopcat
Just out of interest, how did you get it to work?
Cheers
|
Mostly likely was done by a simple if() statement. This would require having a "userid" stored within the table on who started it. And then just using vBulletin variables to check it.
PHP Code:
if($userid != $userid_fetched_from_database)
{
print 'you cannot post here';
}