as phades asked
"Is there a way to turn the avatars off? Other than that, I love this, great work. =o)"
.. based on theme. so one theme could switch these [on] and the other [off]
I got back last night, and I have done some work on the member page extension. Version 1.2 has been released. Changelog:
- Added support for friendly URLs
- Allow you to configure whether user icons should be shown (sorry Toivo - not theme based yet...)
- Allow you to configure if a visit count cell should be shown
- Fixed the to-do list clash
The only thing (I think) I didn't manage to fix was the clash with the polling system. I couldn't get the poll management to work on my system, so I couldn't reproduce the error and because of that - I couldn't fix it. I will try to install the poll manager again, a new version will be released when I fix it. And if anyone finds any more bugs or has any features they would like to be added, please just let me know. http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=116
I just downloaded and it seems to be working fine. Thanks.
I still have my banner problem, but I guess I need to learn more about positioning control. I copied the lussumo banner script and only changed the menu items. It seems to work fine except for your extension and the to-do extension. When I click on either of those tabs, the page displays fine, but my banner is gone. I would think it has something to do with rendering and the line in the banner extension:
$Page->AddRenderControl($LussumoBanner, $Configuration["CONTROL_POSITION_HEAD"]+1);
Does something need to be adjusted in the banner script?
jimw - Sorry I can't help you with that. Maybe if you put the full code somewhere I (or someone else) might be able to help? I imagine it is something in the banner script.
nvictor - How do you mean? Like a delete button that appears only to members who have permission to delete users? This should be done pretty quickly by installing the delete user extension (http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=65) clicking on the user in the members list and clicking delete. Unfortunately I tried it out and the delete user works but returns lots of errors. I don't know how well it worked...
Ouch. Erm, well I suppose it is possible, I'll look into how the predefined attributes are inserted into the database and see what I can do to get it in to the new version. Thanks for the idea :).
EDIT: Much quicker than I thought. Version 1.2.1 released. I have just realised how extremely messy the code is. I'm going to think about a version 2 soon.
Would be fantastic! I'm loving your add-on and I've implemented your extension on this page. I'm now planning to (1) get Predefined attributes to work (2) redesign user registration to make the added attributes mandatory and (hopefully!) (3) integrate with your member list add-on.
@Joe Maybe one of the javascript methods could be added to the current member-list add-on? Even a simple method like the one used here http://alicorna.com/obfuscator.html would do.
It's been proven that obfuscation really reduces the spam-load.
@Jimw: actually, it does not hurt to obfuxcate the addresses for logged in users. The javascript method keeps the links active for humans, just difficult to parse for automated spam-scrapers.
Comments
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •nvictor - How do you mean? Like a delete button that appears only to members who have permission to delete users? This should be done pretty quickly by installing the delete user extension (http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=65) clicking on the user in the members list and clicking delete. Unfortunately I tried it out and the delete user works but returns lots of errors. I don't know how well it worked...
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •EDIT: Much quicker than I thought. Version 1.2.1 released. I have just realised how extremely messy the code is. I'm going to think about a version 2 soon.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •$sql->AddSelect(array ...add the following line:
$sql->AddGroupBy('Name', 'u');And save. This should work. Let me know if it doesn't. And I will release a new version soon.
Joe
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I'd really suggest hiding the full email addresses before some spam address harvester takes them all.
Some good suggestions and info here: http://www.seowebsitepromotion.com/obfuscate_email.asp
@Joe
Maybe one of the javascript methods could be added to the current member-list add-on?
Even a simple method like the one used here http://alicorna.com/obfuscator.html would do.
It's been proven that obfuscation really reduces the spam-load.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@jimw: In my ideal setup, I would have two versions (with/without obfuscated email addresses) for logged-in/not-logged in visitors
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •The javascript method keeps the links active for humans, just difficult to parse for automated spam-scrapers.
BTW, make sure you that the " Check here to make your email address visible to other members"
email privacy setting (see http://lussumo.com/community/account/?PostBackAction=Identity ) is
taken into account for the memberlist.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •