Excellent Paul, thank you very much for your help. I tried the second option cos I already had the 'Path to Save Cookies' option done and that didn't seem to make a difference.
Just one further quick question, will there be consequences of doing this ie- will my members get logged out and have to re select the remember me button.
Also I am going to enter the path of the url after the domain ie-
www.domain/thepathname1 www.domain/thepathname2 etc etc. In other words I will put the name in green into the config file. Just wondering if there may be any consequences of doing this cos it if I have to change them it is going to take quite a while to do cos there are so many forums.
Once again many thanks for you help. You have no idea how much time this is going to save me over the long term.
Regards,
Ciaran
Quote:
Originally Posted by Paul M
You simply don't have the correct cookie settings.
in vBulletin Options > Cookies and HTTP Header Options > Path to Save Cookies
you need to set them to use the forum path, not the default of '/' (the path should be an option in the dropdown).
Alternatively, you could give each forum a seperate prefix in config.php ;
PHP Code:
// Prefix that all vBulletin cookies will have
// Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
$config['Misc']['cookieprefix'] = 'bb';
The default is 'bb', just give each forum a unique prefix (you don't have to stick to two letters).
|