Results 1 to 4 of 4

Error link to SG message convertion

This is a discussion on Error link to SG message convertion within the Bug Reporting forums, part of the vBSEO SEO Plugin category; http://vb4.rcdesign.ru/group.php?gmid=4698#gmessage4698 is converted to http://vb4.rcdesign.ru/group.php#gmessage4698 It doesn't work then (gmid param lost, but nothing atdded instead). Such links exists when ...

  1. #1
    Member
    Real Name
    Vitaly
    Join Date
    Feb 2008
    Location
    Russia, St.Petersburg
    Posts
    51
    Liked
    0 times

    Error link to SG message convertion

    http://vb4.rcdesign.ru/group.php?gmid=4698#gmessage4698

    is converted to

    http://vb4.rcdesign.ru/group.php#gmessage4698

    It doesn't work then (gmid param lost, but nothing atdded instead). Such links exists when search in groups messages. How to fix?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    please try to modify functions_vbseo.php file:
    find:
    PHP Code:
    unset($apars['gmid']); 
    replace with:
    PHP Code:
    //unset($apars['gmid']); 
    find:
    PHP Code:
    $excpars = array('do''discussionid''groupid''page'); 
    replace with:
    PHP Code:
    $excpars = array('do''discussionid''groupid''page''gmid'); 

  3. #3
    Member
    Real Name
    Vitaly
    Join Date
    Feb 2008
    Location
    Russia, St.Petersburg
    Posts
    51
    Liked
    0 times
    It works.

    Thanks, Oleg.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    You are welcome!

Similar Threads

  1. vBulletin 4.x Group discussion message link from User CP broken
    By Andrés Durán Hewitt in forum Bug Reporting
    Replies: 4
    Last Post: 04-23-2011, 09:35 PM
  2. Error Message
    By Teepeg in forum Troubleshooting
    Replies: 5
    Last Post: 09-26-2007, 03:28 AM
  3. Error message
    By Bridges in forum General Discussion
    Replies: 5
    Last Post: 12-11-2006, 06:03 AM
  4. [2.2.0] Error message
    By Doc Great in forum Bug Reporting
    Replies: 5
    Last Post: 11-09-2005, 03:11 PM
  5. Replies: 2
    Last Post: 11-04-2005, 12:52 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
  •