Page 7 of 11 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 LastLast
Results 91 to 105 of 155

vBSEO 3.2.0 Gold Released!

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....

  1. #91
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    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

  2. #92
    Member
    Real Name
    Fred
    Join Date
    Jun 2007
    Location
    UK
    Posts
    51
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    I donot remember all template list but it should be editor_toolbar_on and showthread_quickreply.
    Fixed

    Thanks / Merci

    VJ

  3. #93
    Member
    Real Name
    mparadise
    Join Date
    Nov 2007
    Posts
    76
    Liked
    2 times
    Blog Entries
    1
    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 :(

  4. #94
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    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

  5. #95
    Senior Member
    Real Name
    Doug Nelson
    Join Date
    Sep 2006
    Posts
    141
    Liked
    0 times
    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?

  6. #96
    Senior Member snakeair's Avatar
    Real Name
    Derek
    Join Date
    Feb 2007
    Location
    USA, NJ
    Posts
    280
    Liked
    1 times
    Blog Entries
    7
    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.

  7. #97
    Member
    Real Name
    mparadise
    Join Date
    Nov 2007
    Posts
    76
    Liked
    2 times
    Blog Entries
    1
    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

  8. #98
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    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...

  9. #99
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    The .htaccess file has changed from 3.1 to 3.2.
    The Forum Hosting - Forum Hosting from the Forum Experts

  10. #100
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    Quote Originally Posted by Michael Biddle View Post
    The .htaccess file has changed from 3.1 to 3.2.
    Why wasnt anything mentioned in the upgrade instructions ? I guess im suppose to mind read..

  11. #101
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    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

  12. #102
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    Quote Originally Posted by Michael Biddle View Post
    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.
    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 -

    RewriteRule ^((urllist|sitemap)
    new code -

    RewriteRule ^((urllist|sitemap_)






    old code -

    RewriteCond %{REQUEST_FILENAME} !(admincp/|modcp/|chat|cron)
    new code -

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)



    old code -



    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    new code -





    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]



    old code -



    RewriteCond %{REQUEST_FILENAME} !(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    new code -


    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 ? -

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    and

    RewriteCond %{QUERY_STRING} !vbseourl=

  13. #103
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    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.

  14. #104
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    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

  15. #105
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    Quote Originally Posted by Michael Biddle View Post

    You should just replace all of your old rules with the new ones that are found from within the download
    I understand, but some Rules just seem unusual that they were removed.. like this one :

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    I guess I have to remove it...since its not on the new file..

Page 7 of 11 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 LastLast

Similar Threads

  1. Guess when the vBSEO 3.0 GOLD is released!
    By Kwak in forum Off-Topic & Chit Chat
    Replies: 47
    Last Post: 04-17-2007, 10:17 AM
  2. vBSEO 2.0 Gold, Build 2 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 21
    Last Post: 10-08-2005, 08:47 PM
  3. vBSEO 2.0 Gold Released for Testers
    By Juan Muriente in forum vBSEO Announcements
    Replies: 18
    Last Post: 09-30-2005, 08:44 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •