Page 4 of 4 FirstFirst 1 2 3 4
Results 46 to 60 of 60

vbulletin blog

This is a discussion on vbulletin blog within the Off-Topic & Chit Chat forums, part of the Focus on Members category; how long will it take to have the new vbseo ? I can't wait anymore...

  1. #46
    Junior Member
    Real Name
    Marco
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    24
    Liked
    0 times
    how long will it take to have the new vbseo? I can't wait anymore

  2. #47
    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
    Not so long
    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. #48
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    Quote Originally Posted by X7N View Post
    Just wanted to say the blog seems to be working good at the moment.
    Glad to hear that.

    Quote Originally Posted by principino1984 View Post
    how long will it take to have the new vbseo? I can't wait anymore
    You don't have to wait, please PM any staff member to get download access for vBSEO 3.0.1 pre-release:
    Quote Originally Posted by Juan Muriente View Post
    For those running vBulletin Blogs, we are currently running a closed beta of vBSEO 3.0.1 with vBulletin Blog support.

    If you are interested, please PM me or any staff member to get your download details.
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #49
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Juan, I can't seem to find the option to simply rewrite blog.php (the blog homepage) to blogs/ in the 3.0.1 CP?

    Also what if I would like to rewrite it like a sub-domain, is this possible?

    http://blog.mydomain.com/user
    Last edited by dutchbb; 09-30-2007 at 11:48 AM.

  5. #50
    Member
    Real Name
    snerd
    Join Date
    May 2007
    Posts
    61
    Liked
    0 times
    Quote Originally Posted by Juan Muriente View Post
    Glad to hear that.

    You don't have to wait, please PM any staff member to get download access for vBSEO 3.0.1 pre-release:
    I PM'd you day before yesterday for this but still no answer.

  6. #51
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    Quote Originally Posted by dutchbb View Post
    Juan, I can't seem to find the option to simply rewrite blog.php (the blog homepage) to blogs/ in the 3.0.1 CP?
    add this to your CRR
    'blog\.php$' => 'blogs/'

    Quote Originally Posted by snerd View Post
    I PM'd you day before yesterday for this but still no answer.
    it's the weekend, I'm sure they'll get back to you
    My forums: General Forums | Admin Talk (running xenforo)

  7. #52
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Also what if I would like to rewrite it like a sub-domain, is this possible?
    Yes, you can define blog URL formats like:
    http://blog.mydomain.com/[username]

    and add the following in .htaccess right after "RewriteEngine on":
    Code:
    RewriteCond %{HTTP_HOST} ^blog\.mydomain\.com
    RewriteRule (.+) vbseo.php?vbseourl=http://%1/$1 [L,QSA]
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #53
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Yes, you can define blog URL formats like:
    http://blog.mydomain.com/[username]

    and add the following in .htaccess right after "RewriteEngine on":
    Code:
    RewriteCond %{HTTP_HOST} ^blog\.mydomain\.com
    RewriteRule (.+) vbseo.php?vbseourl=http://%1/$1 [L,QSA]
    Tnx

    I must be doing something wrong, added it to htaccess (in forum root) but no change.

    Also http://blog.mydomain.com/a_user/ returns a 'Server not found' message.
    Last edited by dutchbb; 09-30-2007 at 04:50 PM.

  9. #54
    Senior Member
    Real Name
    Ged
    Join Date
    Dec 2006
    Location
    UK
    Posts
    438
    Liked
    0 times
    Quote Originally Posted by Loco View Post
    add this to your CRR
    'blog\.php$' => 'blogs/'
    Thx for that, didn't fancy looking a noob asking how to do it, seems as I always have to ask how to do stuff.

  10. #55
    X7N
    X7N is offline
    Member
    Real Name
    X7N
    Join Date
    Apr 2007
    Location
    Canada
    Posts
    45
    Liked
    0 times
    Quote Originally Posted by dutchbb View Post
    Juan, I can't seem to find the option to simply rewrite blog.php (the blog homepage) to blogs/ in the 3.0.1 CP?

    Also what if I would like to rewrite it like a sub-domain, is this possible?

    http://blog.mydomain.com/user
    hmm the blog seemed to work fine for me.. but Juan told me to check the advanced settings in the vbseo acp.

  11. #56
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    I must be doing something wrong, added it to htaccess (in forum root) but no change.

    Also http://blog.mydomain.com/a_user/ returns a 'Server not found' message.
    Could you please open a support ticket with example URLs to check that?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #57
    Junior Member
    Real Name
    Marco
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    24
    Liked
    0 times
    how long will it take for the new release?

  13. #58
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    The pre-release team is on their 4th "alpha" release for testing. Many bugs have been worked out, but there are still a couple more that are being found.
    Soon

  14. #59
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    ^^ IMO, really soon

    just a few more bugs
    The Forum Hosting - Forum Hosting from the Forum Experts

  15. #60
    Senior Member ibodybuild's Avatar
    Real Name
    Jimmy
    Join Date
    Feb 2007
    Posts
    151
    Liked
    6 times
    Blog Entries
    4
    sweet can't wait for the final release for the new vb blog

Page 4 of 4 FirstFirst 1 2 3 4

Similar Threads

  1. Vbuletin Optimizasyonu
    By Atakan KOC in forum Türkçe
    Replies: 29
    Last Post: 04-23-2007, 05:21 AM

Posting Permissions

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