Quote:
Originally Posted by Citizen
I want to make a left column for navigation that is on every page of my site.
If my registered members click a button, I want the whole column to go away.
If they close out of the window and load the forums again, I want the column to be there again. (like a php session)
How can this be accomplished?
|
vBulletin has a special function for this called vbsetcookie():
Quote:
void vbsetcookie (string $name, [mixed $value = ''], [boolean $permanent = true], [boolean $allowsecure = true], [boolean $httponly = false])
|