In vBoptions, I think I have .www.domain.com as cookie domain, instead of .domain.com, so cookies are not set to my subdomains. You also need to clear cookie cache in browser to verify its working correctly.
This is a discussion on Looking into Speed SEO... within the General Discussion forums, part of the vBulletin SEO Discussion category; In vBoptions, I think I have . www.domain.com as cookie domain, instead of .domain.com, so cookies are not set to ...
In vBoptions, I think I have .www.domain.com as cookie domain, instead of .domain.com, so cookies are not set to my subdomains. You also need to clear cookie cache in browser to verify its working correctly.
I thought vb became finicky about loading avatars, attachments and stuff to a subdomain?
I'd like to recreate your success if you can outline some of the steps in detail)
Only if you use replacement varaiables. I hard-edited my code to only change DISPLAY paths. put (upload) paths for avatars, etc are still real main .com paths.
ie,
from my notes:
I hard edited the class file to include the path in postbit to my subdomain for themCode:Avatars moved. class_postbit.php line 635 //$this->post['avatarurl'] = $this->registry->options['avatarurl'] . '/avatar' . $this->post['userid'] . '_' . $this->post['avatarrevision'] . '.gif'; // org code above. moving to subdomain: $this->post['avatarurl'] = 'http://avatars.MYDOMAIN.com' . '/avatar' . $this->post['userid'] . '_' . $this->post['avatarrevision'] . '.gif';
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
As I dont use CDN, the sub-domains points to the same files as the original domain. So very easy, most paths were changed at StyleVar paths, only changed a few templates for javascript files.
Yup, that works too. But, the plugin actually adds load to process. It's more efficient to hard code it in, althought for upgrades its a pain. (but, i'm not upgrading)
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
As for avatars, its only one template edit to hard code it. Cant remember the name now, threadbit, postbit or whatever it was.
I am just curious why some of you guys still running vb3 instead of vb4? I delayed my upgrade 7 months myself, but the current version is not bad. vb4 also look a lot more modern IMHO.
class_postbit is where the edit is located in vb3 source code. It is hard-coded in the template and can't be changed there on vb3.
I haven't upgraded because going to vb4 is a huge effort of time i don't have.
the skin, finiding my addons if they even exists, etc etc, all the end up with the exact same thing my members have now that works fine. It's not worth the effort. If i had a use for a cms, that may be a different scenario. Right now, I'm not sold on it, and it's a ton of work to even bother with it, so i'm not bothering with it![]()
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!