Results 1 to 2 of 2

define('VBSEO_ACRONYM_GUESTS_ONLY', 0);

This is a discussion on define('VBSEO_ACRONYM_GUESTS_ONLY', 0); within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; After my post here: http://www.vbseo.com/f2/help-changin...ld-find-28200/ ...would it be possible to add the following to the next release of vBSEO ? ...

  1. #1
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times

    define('VBSEO_ACRONYM_GUESTS_ONLY', 0);

    After my post here:
    Help with changing a bit of code (if I could find it)...

    ...would it be possible to add the following to the next release of vBSEO?



    config_vbseo.php
    PHP Code:
        define('VBSEO_ACRONYM_GUESTS_ONLY',           0); 

    vbseo_prepare_seo_replace() => functions_vbseo_seo.php
    PHP Code:
    global $seo_replacements$seo_replace_inurls$seo_preg_replace$vbseo_acronym_format$bbuserinfo;
    if((
    $bbuserinfo['userid']<=0) && (VBSEO_ACRONYM_GUESTS_ONLY))return; 
    2011 Average: 1 post every 5 seconds... 24/7

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Thanks for the suggestion , this will be implemented in vBSEO 3.3.0
    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

Similar Threads

  1. Define Homepage Aliases - please help
    By Arapahoe in forum General Discussion
    Replies: 9
    Last Post: 03-12-2010, 12:05 PM
  2. Define Dimension Attributes
    By Kanustep in forum General Discussion
    Replies: 3
    Last Post: 07-22-2008, 12:23 PM
  3. Define Homepage Aliases
    By JADM in forum General Discussion
    Replies: 1
    Last Post: 03-30-2008, 02:15 AM
  4. Define Homepage Aliases
    By john_robot in forum URL Rewrite Settings
    Replies: 21
    Last Post: 10-15-2005, 10:27 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
  •