Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
MembersList
SubJunk
✭✭
MembersList
0
Comments
Notice: Undefined variable: rakam in /home/skubeco/public_html/friends/extensions/MembersList/default.php on line 106
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.
Another issue can be, if you are using page management, you should resynch tabs after activating the memberslist addon.
I hope that helps.
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
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. :=)
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.
About JS. May be cut off sorting? Or found (or write) another code.
@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.
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.