Page 6 of 24 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ... LastLast
Results 76 to 90 of 360
Like Tree10Likes

vBSEO 3.5 Release Candidate 1 is here!

This is a discussion on vBSEO 3.5 Release Candidate 1 is here! within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Quick question .. if we are still on vbseo 3.2, can we not upgrade to 3.5? My downloads link doesnt ...

  1. #76
    Junior Member Array
    Real Name
    Richie
    Join Date
    Nov 2008
    Posts
    14
    Liked
    0 times
    Quick question .. if we are still on vbseo 3.2, can we not upgrade to 3.5? My downloads link doesnt work, thats why I ask.

    Thanks in advance

  2. #77
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4
    If you have an active vBSEO license , you can download vBSEO 3.5.0 . If your license expired you have to renew your license.
    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

  3. #78
    Junior Member Array
    Real Name
    Richie
    Join Date
    Nov 2008
    Posts
    14
    Liked
    0 times
    and how much is that going to cost?

  4. #79
    Junior Member Array
    Real Name
    Richie
    Join Date
    Nov 2008
    Posts
    14
    Liked
    0 times
    149 dollars AGAIN??? You guys know how to kick a guy in the bollocks when he is already down on the floor after the first two blows!

    Think I will leave it and see what the damage is later

  5. #80
    Senior Member Array
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi,

    Renewing your licence will actually just cost you $35 Just visit vBSEO - Renew vBSEO and select the licence you wish to renew.

    Ceri

  6. #81
    Junior Member Array
    Real Name
    Richie
    Join Date
    Nov 2008
    Posts
    14
    Liked
    0 times
    sweeeeeet! sold, getting the credit card now

  7. #82
    Junior Member Array
    Real Name
    Richie
    Join Date
    Nov 2008
    Posts
    14
    Liked
    0 times
    done - thanks for letting me know otherwise I would have left it.

  8. #83
    Member Array
    Real Name
    Larry
    Join Date
    Oct 2006
    Posts
    49
    Liked
    1 times
    when will be available the next pacth or the gold version?

  9. #84
    Member Array
    Real Name
    Junaid
    Join Date
    Dec 2006
    Posts
    34
    Liked
    0 times
    I want try site map where I can download?

  10. #85
    Senior Member Array
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by junaid View Post
    I want try site map where I can download?
    You can download it from the download section http://www.vbseo.com/downloads/ near the bottom you have the various sitemap versions that are / were available

    Ceri

  11. #86
    Junior Member Array
    Real Name
    brian
    Join Date
    Oct 2009
    Location
    Sweet Home Alabama
    Posts
    28
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    There is a bug in rc1 pl1 (and earlier) with cdata tags.

    open vbseo/resources/functions_vbseo_seo.php

    find
    Code:
    vbseo_insert_code('
    <script type="text/javascript">
    //<![CDATA[
    '.$inscode.'
    </script>', str_replace('_js', '', $place));
    unset($vbseo_inscode[$place]);
    replace with
    Code:
    vbseo_insert_code('
    <script type="text/javascript">
    //<![CDATA[
    '.$inscode.'
    // ]]>
    </script>
    ', str_replace('_js', '', $place));
    unset($vbseo_inscode[$place]);
    The ( // ]]> ) shows at the top of my left hand corner of my header when I apply this code.
    Maybe it needs to be something like
    PHP Code:
    vbseo_insert_code('
    <script type="text/javascript">
    //<![CDATA[
    '
    .$inscode.'
    </script>'
    str_replace('_js'''$place));
    unset(
    $vbseo_inscode[$place]);
    // ]]> 
    or

    PHP Code:
    vbseo_insert_code('
    <script type="text/javascript">
    //<![CDATA[
    '
    .$inscode.'
    // ]]>
    </script>'
    str_replace('_js'''$place));
    unset(
    $vbseo_inscode[$place]); 
    Thanks,
    Last edited by Brian Cummiskey; 01-05-2010 at 01:49 AM. Reason: fixed typo in quote

  12. #87
    Senior Member Array
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by linuxMan View Post
    PHP Code:
    vbseo_insert_code('
    <script type="text/javascript">
    //<![CDATA[
    '
    .$inscode.'
    // ]]>
    </script>'
    str_replace('_js'''$place));
    unset(
    $vbseo_inscode[$place]); 
    ,
    Would be the right one

  13. #88
    Junior Member Array
    Real Name
    brian
    Join Date
    Oct 2009
    Location
    Sweet Home Alabama
    Posts
    28
    Liked
    0 times
    Thanks, I'm applying now.

    Thanks,

  14. #89
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    Sorry, yes. Typo in my post. it should wrap the script

    script open
    cdata open
    script content
    cdata close
    script close
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #90
    Senior Member Array
    Real Name
    vbul
    Join Date
    Jan 2008
    Posts
    152
    Liked
    6 times
    Will a new version (gold, rc or pl) of vbSEO come out after vbulletin goes 4.0.1 this week?

Page 6 of 24 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ... LastLast

Similar Threads

  1. vBSEO 3.2.0 Release Candidate 7
    By Juan Muriente in forum vBSEO Announcements
    Replies: 54
    Last Post: 06-15-2008, 06:11 PM
  2. vBSEO 3.2.0 Release Candidate 4
    By Juan Muriente in forum vBSEO Announcements
    Replies: 49
    Last Post: 05-05-2008, 09:11 AM
  3. vBSEO 3.0 Release Candidate 8 Now Available!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 96
    Last Post: 04-13-2007, 06:13 AM
  4. vBSEO 3.0 Release Candidate 5 Available
    By Juan Muriente in forum vBSEO Announcements
    Replies: 30
    Last Post: 10-18-2006, 02:12 AM
  5. vBSEO v3.0.0 Release Candidate 2 is now available!
    By Keith Cohen in forum vBSEO Announcements
    Replies: 45
    Last Post: 07-05-2006, 11:55 AM

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
  •