Results 1 to 6 of 6

memberlist like vbeo's

This is a discussion on memberlist like vbeo's within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I want my members list like vbeos -- to display by default in post order. Or actually in my case, ...

  1. #1
    Senior Member
    Real Name
    vissa
    Join Date
    Aug 2005
    Location
    CA, USA
    Posts
    154
    Liked
    1 times

    memberlist like vbeo's

    I want my members list like vbeos -- to display by default in post order. Or actually in my case, in reputation order. I tried doing a custom rewrite for this, but it only worked on the first (default) page. The rest still had query strings in the URLs. How did you do it so that i works for all the other (a-z) pages?

    Thanks
    -vissa

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Take a look inside the vbSEO config file. You can set those options there.

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

    modify your includes/config_vbseo.php file:
    define('VBSEO_DEFAULT_MEMBERLIST_SORT', 'posts');
    define('VBSEO_DEFAULT_MEMBERLIST_ORDER', 'desc');
    Open memberlist.php file, search for:
    // set defaults and sensible values
    and set the following below:
    if ($sortfield == '')
    {
    $sortfield = 'posts';
    }
    if ($sortorder == '')
    {
    $sortorder = 'desc';
    }
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    Senior Member
    Real Name
    vissa
    Join Date
    Aug 2005
    Location
    CA, USA
    Posts
    154
    Liked
    1 times
    Woops - I posted this in reply to ConqSoft -- I will try what is written above, which came seconds before my post)....

    to Thanks for the tip, but that appears to have made things worse.
    I think there must be a bug in that part of the code (is that why it's not in the control panel)? What I did was to change the following two lines
    define('VBSEO_DEFAULT_MEMBERLIST_SORT', 'reputation');
    define('VBSEO_DEFAULT_MEMBERLIST_ORDER', 'desc');

    previous it had name and 'username' and 'asc'.

    I seems to work for the first click on memberlist, but then if I click on any letter page (a-z) it reverts to name order, then a second click starts using query strings again. And actually it completely messes up the ability to sort by reputation.

    I tried the same thing with the posts option, and it created the same problem. You can no longer get that column to show the little arrow, and when you click reputation it won't sort at all.

    Any ideas / help? How exactly did you do it at vbseo?

    Thanks
    -vissa

  5. #5
    Senior Member
    Real Name
    vissa
    Join Date
    Aug 2005
    Location
    CA, USA
    Posts
    154
    Liked
    1 times
    Thanks Oleg, that appears to have fixed it! By the way, once I get some of my mods upgraded on one forum, and another forum updated to 3.5 I will be purchasing two additional copies of VBSEO.

    Thanks for the great support!

    -vissa

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You are very welcome, vissa
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Replies: 6
    Last Post: 03-28-2006, 01:32 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
  •