Show addons for Both Vanilla Versions or filter to Vanilla 1Vanilla 2
Order by RecentPopular

Addons Plugins MembersList 1.4

Warning! We have not performed any code-review or testing of this addon. Use it at your own risk.
Author
SubJunk
Version
1.4 
Released
February 8
Downloads
6542

Download Now

Requirements

Requires
Vanilla 1

Other Requirements (if any):

Comments

  • I get the following error on the page:
    Notice: Undefined variable: rakam in /home/skubeco/public_html/friends/extensions/MembersList/default.php on line 106

  • Uploaded version 1.0 of MembersList.

  • I didn't get that error actually but I have defined $rakam variable at the beginning as '0'so may be your problem is solved with that.

    I have uploaded new files but you can also do it by opening default.php and find those lines,

    global $Context;
    global $eMembersConfig;

    right after that,add,

    $rakam='0';

    please inform me if your problem is solved.
    thanks.

  • It doesn't seem to work, I don't see the Members Tab. I can't seem to find any way of making it show up.

  • When you activate the addon, you should goto Roles&Permissions link and give permission to which role can see the memberslist tab. by checking the checkbox written "Can see members tab"

    Another issue can be, if you are using page management, you should resynch tabs after activating the memberslist addon.

    I hope that helps.

  • my forum has 1000 members

    id there any way to display more than 5 per page, so perhaps 50

    also - does it load all in one go and then carve the thing up into pages - it seems to act that way and makes the initial load time quite slow

    thanks
    apart from that it's really great solves the problem of the old member page addon

  • re: undefined variable - yes, that fixed the problem. Thanks.

  • sure you can change some settings,
    open up the file conf/settings.php

    from those lines


    // shows how many members showed in one page
    $eMembersConfig['paginate'] = '5';


    you can define how many members will be shown per page.

    and yes, it loads all the members at the beginning than sort it with js. of course it makes the initial load time a little slow but than sorting is faster. :=)

  • How about being able to show the users Avatar in the list?

  • well,
    all the options are in the conf/settings.php file.
    from that file, you can choose to show/hide for,

    avatar, name & lastname, email, visit count, posts count, registered date, role description

    0 for hiding
    1 for showing it in the list.

  • Duh, I can't believe I didn't see that. Thanks!

  • thanks for your quick response - I'm happy now; this is a plugin I've wanted to see working for a long time

  • Good add-on! But some things:

    1). May be rewrite code for IE support?
    2). JS files use 60 KB on the hard disk. Is it possible to reduce code? I think 60 KB too much for this add-on.

  • @AntSv - I didn't try it with IE, but I will and inform you about what can I do. what is the problem? isn't it working? or there is css problems?
    about the JS codes, I have no idea about JS, as I mentioned in my addon definitions, I took js codes from another source, I just integrate it to the memberlist. well all the sorting and paging ability done by JS, if someone can reduce the code thats ok. :=)

    thanks for your feedbacks, I'm happy to hear it works and fine for you all.

  • @selflearner - in IE there is bug with pages links rendering (it's complicated to describe; you should see it yourself).

    About JS. May be cut off sorting? Or found (or write) another code.

  • I was having a problem with MembersList in combination with the Preview Post extension. I would get error messages after clicking "Preview Post".

  • @skube : what kind of error you get? I have installed preview post and memberlist together both local and server, there is no problem. is anyone getting this error out there ?

    @AntSv : stil can't check with IE, I dont use IE on my mac, and I couldn't switch on my pc due to the rush hours on my side.

  • I have error message when I want to edit tags in discussion, and when I try to preview post (like scube):


    Warning: main(extensions/MembersList/conf/language.php): failed to open stream: No such file or directory in /extensions/MembersList/default.php on line 28

    Warning: main(): Failed opening 'extensions/MembersList/conf/language.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /extensions/MembersList/default.php on line 28

    Warning: main(extensions/MembersList/conf/settings.php): failed to open stream: No such file or directory in /extensions/MembersList/default.php on line 29

    Warning: main(): Failed opening 'extensions/MembersList/conf/settings.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /extensions/MembersList/default.php on line 29

  • its interesting that Vanilla can not find settings.php and language.php file, I can just say, in default.php I hold the path of the extension in a variable, may be thats the cause of that conflict.


    so just try to change those lines,

    line 28 and 29 to,

    include('extensions/MembersList/conf/language.php');
    include('extensions/MembersList/conf/settings.php');

    and line 205 to,

    $Head->AddStyleSheet('extensions/MembersList/style.css');


    and erase line 20,
    $extension_path = 'extensions/MembersList';

    lets see if it helps. I'm sorry that I can not give you a solution thats because I don't have that problem on my installations.

  • very useful add-on!
    But: as deleting of members from the database seems to be a (not so easy to resolve) problem, it could make sense - for a better overview - to skip banned members in the listing.

  • excluding certain roles is something I would appreciate too - not that I'm not grateful so far because i am!

  • Uploaded version 1.2 of MembersList.

  • I have uploaded a new version which has some fixes,
    and also you can exclude certain roles from viewing as demanded :=)

    open up conf/settings.php and add which roles will be excluded,
    if you want to exclude banned members, //I added as a default,

    $eMembersConfig['x_role'] = '2';

    or you can write as comma separated for more than one role,

    $eMembersConfig['x_role'] = '2,4,5';

    please inform me about bugs if you have so.

  • Still error warnings when editing tags, or preview post.
    Warning: include(extensions/MembersList/conf/language.php) [function.include]: failed to open stream: No such file or directory in H:\Program Files\xampp\htdocs\vanilla\extensions\MembersList\default.php on line 36

    Warning: include() [function.include]: Failed opening 'extensions/MembersList/conf/language.php' for inclusion (include_path='.;H:\Program Files\xampp\php\pear\') in H:\Program Files\xampp\htdocs\vanilla\extensions\MembersList\default.php on line 36

    Warning: include(extensions/MembersList/conf/settings.php) [function.include]: failed to open stream: No such file or directory in H:\Program Files\xampp\htdocs\vanilla\extensions\MembersList\default.php on line 37

    Warning: include() [function.include]: Failed opening 'extensions/MembersList/conf/settings.php' for inclusion (include_path='.;H:\Program Files\xampp\php\pear\') in H:\Program Files\xampp\htdocs\vanilla\extensions\MembersList\default.php on line 37
    gdfgdfg

  • I had the same issue as vaniller but changing these lines in "MembersList/default.php" worked:

    Old:


    /*Language definitions & settings*/
    include('extensions/MembersList/conf/language.php');
    include('extensions/MembersList/conf/settings.php');



    Changed to:


    /*Language definitions & settings*/
    include($Configuration['EXTENSIONS_PATH'] . 'MembersList/conf/language.php');
    include($Configuration['EXTENSIONS_PATH'] . 'MembersList/conf/settings.php');
  • To Friendly Url it

    add RewriteRule ^memberslist/(.*)$ extension/?PostBackAction=Members [QSA,L]

    to the .htaccess then go http://yourforum.com/memberslist/

  • something different.

    I'm trying to read out some (predefined) attributes in this members-list but at the moment i've only a bit of an idea how to do it and how to add custom information-cells to the List.

    Can somebody please help me with kind of a more detailed solution idea?

    greetings from Berlin, Germany

  • Great tool.
    How would I go about adding a column for "Last Seen"
    with a date and time stamp



    John

  • # edavis
    I can confirm - this change fix this problem.
    But I have a little OT question - is there a way to set in vanilla option to role image would be loaded for users who don't have own avatar ?

  • Somehow the footer sticks directly to the bottom member list. This happens with different browsers.

  • How do I change the font color? I have a very dark theme & style in my background and I can't see the text.

  • I have IE7 and for some reason when i go to look at the list and i have 3 pages so far the navganital bar is up and down not left to right. How do i fix this. (My work around is i change how many user i can see on one page. So far is works until i get way more members.) Thanks for your help! I love this add-on!!!!

  • I have the same issue as dionhall85. I'm able to get to page 2, but not page three. I have to resort to doing a "Search" for users (the old fashion way).

  • The problem is with IE7, If you download mozilla firefox, or safari you will be able to view the navagintal bar! That so far is my work around

  • Love it. Works perfect for me. Thank you!

  • I have installed "Members List" extension and it's working fine but paging is not displaying correctly. The page numbers displaying one under other not one next to each other. I need help to fix this issue.

    Thanks in advance,

  • Great extension, but in agreement with qlskydiver. "Last Seen" would be really nice.

  • Great extension. Can you let me know how I can change the setting where it lists more than 4 users per page.

    thank you, newby

  • Awesome, working perfectly with 1.1.5a Default Theme

    Had to "resync tabs" in Page Manager to get it to show

  • Hi The-Wanted.com, from "Selflearner" further up the page:

    "open up the file conf/settings.php

    from those lines

    // shows how many members showed in one page
    $eMembersConfig['paginate'] = '5';

    you can define how many members will be shown per page."

    I just bumped mine to 100
    Cheers

  • Yea, anybody for IE support?

    I got it to display someone inline for IE by changing this section, but it still has a staggered look, each button it slightly lower and to the right of the previous one:

    ul.fdtablePaginater li div
    {
    display:inline; /* NEW */
    float:left; /* NEW */
    width:20px;
    font-size:1em;
    color:#666;
    padding:0;
    margin:2px;
    text-decoration:none;
    outline:none;
    border:1px solid #ccc;
    font-family:georgia, serif;
    }

  • When I check MembersList in the extensions, I get two Member List Tabs,
    when I click on either one of them I get an error.
    When I uncheck MembersList in the extensions, I get one Members List Tab and all works fine.
    Either way there is always at least one Members Tab, even if it is unchecked in the extensions settings.
    The ony way for the Members tab to not be visable is I must remove the extension files from my website.
    Any Help with this would be appreicated.

    Thanks but I deleted the MembersList folder and uploaded it again and now it works.

  • I'm not seeing where to change the number of members on the page. checked in the conf/setting.php:

    $Configuration['SETUP_COMPLETE'] = '1';
    $Configuration['LOG_ALL_IPS'] = '1';
    $Configuration['ENABLE_WHISPERS'] = '1';
    $Configuration['DISCUSSIONS_PER_PAGE'] = '100';
    $Configuration['COMMENTS_PER_PAGE'] = '40';
    $Configuration['SEARCH_RESULTS_PER_PAGE'] = '20';
    $Configuration['ALLOW_NAME_CHANGE'] = '0';
    $Configuration['DISCUSSION_TIME_THRESHOLD'] = '600';
    $Configuration['UPDATE_REMINDER'] = 'Weekly';
    $Configuration['ADDON_NOTICE'] = '0';
    $Configuration['ANNOUNCE_SETUP'] = '1';
    $Configuration['ANNOUNCE_MESSAGE'] = 'Welcome to the courier board!';
    $Configuration['ANNOUNCE_DISAPPEAR'] = '1';
    $Configuration['ANNOUNCE_TIME'] = '8';
    $Configuration['ANNOUNCE_TEXT'] = '060';
    $Configuration['ANNOUNCE_LINE'] = '9C9';
    $Configuration['ANNOUNCE_BGCOLOR'] = 'E2F9E3';
    $Configuration['ANNOUNCE_ALIGN'] = 'center';
    $Configuration['ANNOUNCE_LINESIZE'] = '5';
    $Configuration['ANNOUNCE_LINEHEIGHT'] = '200';
    $Configuration['ANNOUNCE_MARGIN'] = '10';
    $Configuration['ANNOUNCE_FONTSIZE'] = '13';
    $Configuration['PRIVATE_MESSAGES_CATEGORY_ID'] = '8';
    $Configuration['TAB_POSITION_PRIVATE_MESSAGES'] = '100';
    $Configuration['PRIVATE_MESSAGES_PER_PAGE'] = '30';

  • I believe you are looking in the wrong settings.php?

    You want this one: /*your_forum_folder*/extensions/MembersList/conf/settings.php

    And then X marks the spot!

    // shows how many members showed in one page
    $eMembersConfig['paginate'] = 'X';

  • crap i screwed something up and had to reinstall now i don't see the members tab at all. I resynched the tabs, and nothing shows up under roles and permissions for members tab... help?

  • I turned on this extension but the MemberList tab doesnt' appear. I'm using Vanbook theme.
    Is it because of the theme?

  • Did you re-sync the tabs in Page Manager?

  • Works great! We just need to add transparent background option!

  • Thank you so much for this extension!
    It is working perfect for me.

    I got only one question.
    when i click the memberslist tab it sorts on # (the number of the account)
    Is it possible to make it so it sorts on the Role so i can see my admins first?

  • I have a problem with the display and I can't find where it's coming from. I added an additional div in my page_end.php and in every other page it displays fine. In this extention it's adding my footer div inside the memberscontainer table before it's ending /tbody /table tags.

    I can't find where to edit the code to put the footer div below the table. Any ideas?

    By the way the table for the rest of the information works great!

Want to take part in this discussion? Click one of these: Sign In Register For Membership

Make Your Own Addons!

What is this stuff?

Addons are custom features that you can add to your Vanilla forum. Addons are created by our community of developers and people like you!

Vanilla Approved?

We review addons to make sure they are safe and don't cause bugs. An addon is considered to be "Vanilla Approved" once our review process is complete.

Don't have Vanilla yet?

Download Vanilla Now