Results 1 to 7 of 7

Social Group Discussions

This is a discussion on Social Group Discussions within the General Discussion forums, part of the vBulletin SEO Discussion category; VBSEO is rewriting my Social Group Discussions to the index of the social group section . i already have group.php ...

  1. #1
    Senior Member
    Real Name
    Chad
    Join Date
    May 2007
    Posts
    282
    Liked
    0 times

    Social Group Discussions

    VBSEO is rewriting my Social Group Discussions to the index of the social group section .

    i already have group.php in the Exclude Pages i have added
    ^group\.php\?do=discuss&group as well with no luck

    exp. Diesel Bombers - hello

    works here but when its posted on my site the link goes to the index of the social group section

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Make sure that all of your URL Structures for groups are correct. If not open a ticket with vbseocp.php access so we can look into it.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Junior Member
    Real Name
    guillermo
    Join Date
    Apr 2008
    Posts
    21
    Liked
    0 times
    This is a test: I write : (using noparse)
    http://www.vbseo.com/group.php?do=discuss&discussionid=33


    and now I write the same And see if vbSEO trasform the Dinamic Link in Friendly link
    Saludos

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    thank you for reporting, the fix will be included in the next vBSEO build.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member
    Real Name
    Roger
    Join Date
    Mar 2006
    Posts
    45
    Liked
    0 times
    I have this problem too. When can we expect the next build ?

    Thanks

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Hello, you can try to make the file edits in the meantime:



    1. in functions_vbseo.php file:

    find:
    if(preg_match_all('#'.$matchpre2.'group\.'.VBSEO_V B_EXT.'\?[^"]*?groupid=(\d+)#', $newtext, $matches))

    add above:
    if(preg_match_all('#group\.'.VBSEO_VB_EXT.'\?[^"\']*?discussionid=(\d+)#', $newtext, $matches))
    $found_object_ids['groupsdis'] = array_merge($found_object_ids['groupsdis'], $matches[1]);


    find:
    $vbseo_gcache['groups'][$GLOBALS['group']['groupid']] = $GLOBALS['group'];

    add below:
    vbseo_get_object_info('groupsdis');
    foreach($vbseo_gcache['groupsdis'] as $ginfo)
    $found_object_ids['groups'][] = $ginfo['groupid'];


    2. in functions_vbseo_vb.php file:

    find:
    case 'blogcp_ids':


    add above:
    case 'groupsdis':
    $q = "select d.discussionid as tyid, d.discussionid, d.groupid, gm.title, gm.gmid
    from " . vbseo_tbl_prefix('discussion') . " d
    left join " . vbseo_tbl_prefix('groupmessage') ." gm on gm.gmid = d.firstpostid
    where d.discussionid in (" . join(',', $lookupids) . ")";
    break;
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Member
    Real Name
    Roger
    Join Date
    Mar 2006
    Posts
    45
    Liked
    0 times
    Its working now Thanks!

Similar Threads

  1. Social Group Posting
    By jmurrayhead in forum Bug Reporting
    Replies: 2
    Last Post: 02-28-2009, 02:35 PM
  2. Social Group: Transfer Group Leader
    By Jens in forum Bug Reporting
    Replies: 4
    Last Post: 02-05-2009, 02:58 PM
  3. Social Group Titles with & in them
    By The Geek in forum Bug Reporting
    Replies: 13
    Last Post: 10-08-2008, 01:07 PM
  4. social group error!
    By viperxx in forum URL Rewrite Settings
    Replies: 3
    Last Post: 09-08-2008, 09:54 AM
  5. social group problem
    By hornstar6969 in forum Troubleshooting
    Replies: 4
    Last Post: 06-24-2008, 05:13 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
  •