Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

A new enhanced member list plugin

peregrineperegrine MVP
edited August 2012 in Questions

Anybody have any comments before I upload this new plugin "MemberList Enhanced"

It paginates, sorts by column, and you can click the user name or photo to go to the profile.

You can also click the discussion count for a user to see the users discussions and click on the comment count to user comments. I intend to have this work for v 2.1 as well as v 2.0.18.4 of vanilla.

The one question I have - Currently I assume the administrators use this. But for members do what columns if any would you show.

966 x 464 - 64K

factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

422PamelaUnderDog

Comments

  • 422422 Developer MVP

    Nice. Ooh styling needs sorting ;) looks great though !

    422 Real Estate Australia , now open Check it out

    peregrine
  • 422 said: Nice. Ooh styling needs sorting ;) looks great though !

    I'm open to suggestions.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • AoleeAolee Hobbyist & Coder ✭✭
  • 422422 Developer MVP

    If you have a test forum, i will knock the styling up for you

    422 Real Estate Australia , now open Check it out

    peregrineUnderDog
  • Aolee said: nice one!

    Thanks - I had reservations for a while because I didn't want to interfere with your premium plugin. So I held back. I was developing an application rather than a plugin and the plugin route started by csakip made me turn my attention to developing the plugin.

    I have never seen your premium plugin and based on what I see on the discussion board

    a) it had no pagination or sorting

    b) csakip had no further desire to enhance the plugin

    c) I stepped in the middle of suggesting mods for the plugin

    d) therefore I decided to make changes myself.

    e) At one time I read you considered posting the membersip plugin but you decided not to because it would be unfair to the member who already paid for it. So, this it.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • 422 said: Nice. Ooh styling needs sorting ;) looks great though !

    I'm open to suggestions.

    to view the memberlist enhanced - you need garden user add permissions in the dashboard.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • @422 if you want to download it and make some styling suggestions feel free. Unfortunately, i have no forum.

    I based the viewing permission of the member list enhanced on the

    to view the memberlist enhanced - you need garden user add permissions in the dashboard.

    http://vanillaforums.org/addon/memberslistenh-plugin-1.0


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • 422422 Developer MVP

    This is for forum front end yeah ?

    422 Real Estate Australia , now open Check it out

  • peregrineperegrine MVP
    edited August 2012

    422 said: This is for forum front end yeah ?

    I'm not sure what you mean. It's just a plugin - you add the usual way.

    If you have permissions the member option will appear as a link on your menu, similar to activity and discussions.

    Since i put columns in (e.g. email, and ip address, I figures this is sensitive data so A person viewing this must have a role otherwise the option will not appear on the menu and they can't bypass it.

    so far I only tested the plugin with
    $Configuration['Garden']['RewriteUrls'] = FALSE;

    it may work with
    $Configuration['Garden']['RewriteUrls'] = TRUE;

    and I need to test that part - but some other day.

    user add permissions in the garden box of the dashboard (generally administrators.)

    It also will not have a problem co-existing with csakips plugin.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • 422422 Developer MVP

    I meant its not just for admins, or dashboard usage ?

    422 Real Estate Australia , now open Check it out

  • It's definitely not dashboard usage.

    right now the current version - would most like be admins.

    I'm going to post another version without userids, ipaddresses, and e-mail visible that would be allowed viewing for anybody who is logged in.

    Give me a 10 or twenty minutes.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • 422422 Developer MVP

    kk coolies

    422 Real Estate Australia , now open Check it out

    peregrineUnderDog
  • version 1.1 - for general logged in members - no display of users e-mail, id number or ip address.

    version 1.0 for admin users. - it does display users e-mail, id and ip address.

    pick your poison.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • I have a bit of of a bug for changing number of users per page.

    I will update sometime.

    currently if you want to change the number of users per page

    in plugins/MembersListEnh/views/memberslistenh.php

    change line 26 to

    $Limit = 20;

    or if you want 25 users

    $Limit = 25;


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    Pamela
  • Great :) paging was on the top of my to-do list and more, a dream

    My front-end whishes would be the following fields: username, last visit, discussions/comments counters only :) but I can do it myself now...

    Many thanks

    peregrineUnderDog
  • peregrineperegrine MVP
    edited August 2012

    Yes its pretty easy to modify.

    especially if you compare version 1.0 and version 1.1

    where I showed how to comment out columns in version 1.1.

    Please post under the new discussion within the plugin section

    If I don't respomd further to this discussion - you know why :)

    I created a new discussion here

    http://vanillaforums.org/discussion/21175/feedback-for-memberslist-enhanced

    @underdog - can you close this?


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • 422422 Developer MVP
    edited August 2012

    I am busy for next few days @peregrine, finalising edits of our "main" in inverted commas project ( of which my username is the namesake )

    I had put it on the shelf for 12 months, whilst we did some other stuff. Now is the time of reckoning ;)

    Soon as I am done, will spend some valuable time lookign over your stuff, you are no longer in @x00's shadow ;) The two of you are GenieARSES ;)

    image

    422 Real Estate Australia , now open Check it out

Sign In or Register to comment.