I donot remember all template list but it should be editor_toolbar_on and showthread_quickreply.
This is a discussion on vBSEO 3.2.0 Gold Released! within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; I donot remember all template list but it should be editor_toolbar_on and showthread_quickreply....
I donot remember all template list but it should be editor_toolbar_on and showthread_quickreply.
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
have most people upgraded to vb3.2 gold from 3.2.7 rc ?
I want to upgrade but cant afford my site to go down for hours :(
I am running both of the latest. The only downtime when I upgrade my sites is when I am uploading files/running upgrade.php. Thirty minutes max on this end. Then I just do template edits but keep board online. vBSEO upgrade is just another 5 minutes on top of that.
The Forum Hosting - Forum Hosting from the Forum Experts
I'm still running vb 3.6.8 with vbseo 3.1. I want to upgrade to the latest version of both.
In what order should I upgrade, vb first or vbseo first? If vb first, should I disable vbseo during the upgrade?
You don't need to disable VBSEO. Upgrade vBulletin first, and then make sure your template is up-to-date before upgrading VBSEO. The new VBSEO is a breeze to install also.
Don't forget to backup your VBSEO settings.
okay , surprisingly the upgrade went smooth. Or am I talking too soon? Please check url MBA ONLINE and let me know if all things are working as should be after the upgrade
no changes with the HTACCESS coding stuff from 3.1 to 3.2 right ?
Im guessing it would of been in the Upgrade instructions if there were any changes...
The .htaccess file has changed from 3.1 to 3.2.
The Forum Hosting - Forum Hosting from the Forum Experts
We do not expect you to read minds. It was mentioned in the first post of this thread that it was updated. On some server configurations the old .htaccess would have worked as well, but we do recommend that you update it to the format that is provided from within your downloads.
The Forum Hosting - Forum Hosting from the Forum Experts
My configuration is on the back end. My htaccess stuff is located within my httpd.conf file. So I have to do everything manually.
This is what I notice so far..comparing whats on my server..and whats on the new file.
old code -
new code -RewriteRule ^((urllist|sitemap)
RewriteRule ^((urllist|sitemap_)
old code -
new code -RewriteCond %{REQUEST_FILENAME} !(admincp/|modcp/|chat|cron)
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
old code -
new code -
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
old code -
new code -RewriteCond %{REQUEST_FILENAME} !(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
I also notice this is still in my httpd.conf file...But I dont see it anywhere on the new file. can it be removed ? -
andRewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteCond %{QUERY_STRING} !vbseourl=
By the way, I still dont see any mention on the first page of this thread that the .htaccess was changed. Specific instructions on exactly what changed would of helped a lot. Especially for us that have everything in our httpd.conf file...and cant just do a simple file overwrite.
A lot of times I dont update my installations for 6 months or longer.. I would think everything would be in the instructions..but I guess not.
You are correct in saying that we did not show exactly what changed, but we did show this:
UPDATE: default htaccess directives updated.
You should just replace all of your old rules with the new ones that are found from within the download
The Forum Hosting - Forum Hosting from the Forum Experts