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
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
# 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 ?
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).
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.
Comments
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.
Old: Changed to:
add RewriteRule ^memberslist/(.*)$ extension/?PostBackAction=Members [QSA,L]
to the .htaccess then go http://yourforum.com/memberslist/
How would I go about adding a column for "Last Seen"
with a date and time stamp
John
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 ?
Thanks in advance,
thank you, newby
Had to "resync tabs" in Page Manager to get it to show
"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