Page 1 of 6 1 2 3 4 5 6 LastLast
Results 1 to 15 of 86

vBSEO 3.3.0 RC2 Released - Announced on Twitter

This is a discussion on vBSEO 3.3.0 RC2 Released - Announced on Twitter within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Hi everyone, All pending bugs discovered during the RC1 testing iteration have been corrected and RC2 is now available for ...

  1. #1
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4

    vBSEO 3.3.0 RC2 Released - Announced on Twitter

    Hi everyone,

    All pending bugs discovered during the RC1 testing iteration have been corrected and RC2 is now available for download. Unless further issues are identified, vBSEO 3.3.0 GOLD will be our next official release.

    Virtual HTML Display

    Please remember to check out and take advantage of the new Virtual HTML Display feature. This is a powerful new tool to optimize your pages by eliminating non-relevant text elements and links. This is applied to your vBulletin notices when enabled, but can also be applied to any non-relevant widget on your forum using a custom template tag. Ask us, and we'll tell you how to use it.

    Google, Yahoo, and MSN's new canonical hints are also built in.

    Join Us on Twitter


    Do you use Twitter? The vBSEO Team is now going to use it for special announcements and some totally exclusive promotions.

    Please don't miss out on any of the surprise tweets we make. Follow us here:




    A full list of new features, updates, and fixes will be provided in the 3.3.0 GOLD release announcement.

    NOTE: If your vBSEO license is currently expired you must renew before installing vBSEO 3.3.0 RC2 on your forum. Just click the 'Renew' link next to your forum URL in your license list.




    For forums with vBSEO 3.2.0 or earlier versions installed, vBSEO 3.3.0 RC2 requires an update to your .htaccess file.

    Find :
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    Replace
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]


    03/12/2009 Update:


    The vBSEO 3.3.0 RC2 package has been updated on March 12 . Below a list of the bug fixes and updates in the most recent package:
    • Disabling email notifications for users within vBSEO CP not working.
    • Bug with CRRs redirecting rewrites to the homepage.
    • A bug with previous/next thread lings on showthread.php.
    • Advanced option to include ID's in metas to prevent duplicate meta descriptions via Google Webmaster Tools. To turn on this option, set VBSEO_META_DESCRIPTION_UNIQUE to '1' via config_vbseo.php.

    Please note that the issues described above occur under specific configurations only and may not affect your specific instance.
    Last edited by Juan Muriente; 03-12-2009 at 11:59 AM.
    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. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Updating . Thanks Mert
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Thanks.

    I think I'll stay on 3.1, till I get time to update my skin template and upgrade vB to 3.8.x

    Btw, what thing is that... the [Click to Expand +] image link ?

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Click to Expand ( + ) is the hidden .htaccess changes.
    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

  5. #5
    Senior Member kevinl's Avatar
    Real Name
    Kevin
    Join Date
    Sep 2006
    Location
    Boston
    Posts
    226
    Liked
    7 times
    Pretty slick!!!

    Saw this on twitter

    I will be doing upgrading first thing in the am
    HostAtom.net - Forum Hosting at it's best!
    Need a forum design? Design vBulletin

  6. #6
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Quote Originally Posted by Mert Gökçeimam View Post
    Click to Expand ( + ) is the hidden .htaccess changes.
    Ah... yes. Noticed its the {spoiler} tag.
    How about sharing the custom BBCode with the vBSEO users ?

  7. #7
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Here you go ,
    Tag Name : spoiler
    Use {option} : Yes
    Code:
    <div>
        <div>
       	<span  title="Click + to expand changes" style="float:left; font-style:bold;">{option}</span><input title="Click + to expand changes" class="button1" type="button" value="( + )" style="width:30px;font-size:10px;margin:0px;padding:0px 4px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = '( - )'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = '( + )';}">
        </div>
        <div>
            <div style="display: none;">{param}</div>
        </div>
    </div>
    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

  8. #8
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    Thanks Mert.
    *Goes to implement it on my Forum*

    Btw, if all goes well; this would be the last RC that we see for 3.3.0 ?

  9. #9
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Yes , if everything goes well , this is the last RC we plan to release.
    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

  10. #10
    Senior Member webwizzy's Avatar
    Real Name
    Vinayak
    Join Date
    Aug 2008
    Location
    India
    Posts
    257
    Liked
    0 times
    What needs to go in place of ?? below. What is {option} for?

    [spoiler=??]Helloo[/spoiler]


    ??
    Helloo


    thanks

    Quote Originally Posted by Mert Gökçeimam View Post
    Here you go ,
    Tag Name : spoiler
    Use {option} : Yes
    Code:
    <div>
        <div>
           <span  title="Click + to expand changes" style="float:left; font-style:bold;">{option}</span><input title="Click + to expand changes" class="button1" type="button" value="( + )" style="width:30px;font-size:10px;margin:0px;padding:0px 4px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = '( - )'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = '( + )';}">
        </div>
        <div>
            <div style="display: none;">{param}</div>
        </div>
    </div>

  11. #11
    nfn
    nfn is offline
    Senior Member
    Real Name
    Nuno
    Join Date
    Feb 2008
    Location
    Portugal
    Posts
    276
    Liked
    1 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Click to Expand ( + ) is the hidden .htaccess changes.
    Hello Mert,

    any changes to nginx rules?

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    What needs to go in place of ?? below. What is {option} for?
    Like this:
    Code:
    [ spoiler=Hint message]Full text[/spoiler]

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    any changes to nginx rules?
    No changes.

  14. #14
    nfn
    nfn is offline
    Senior Member
    Real Name
    Nuno
    Join Date
    Feb 2008
    Location
    Portugal
    Posts
    276
    Liked
    1 times
    But the default nginx rules need some modifications ... the last rule needs to be placed outside the location directive.

  15. #15
    Member jasssem's Avatar
    Real Name
    jassem
    Join Date
    Nov 2007
    Posts
    63
    Liked
    0 times
    Thank you very much >>> vbseo

Page 1 of 6 1 2 3 4 5 6 LastLast

Similar Threads

  1. Do you Twitter?
    By Jason_A in forum Off-Topic & Chit Chat
    Replies: 14
    Last Post: 10-03-2009, 01:03 PM

Posting Permissions

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