Think I found a bug:
I’m trying to list the groups owned by the logged-in user.
{exp:user_groups:groups owner_id="{member_id}"}
<a href="http://{homepage}/groups/edit/{url_title}/{user_group_id}/">{name}</a>
{/exp:user_groups:groups}
gives an SQL error:
MySQL ERROR:
Error Number: 1054
Description: Unknown column 'ug._id' in 'where clause'
Query: SELECT * FROM exp_user_groups ug join exp_members LEFT JOIN (SELECT user_group_id ug_id, COUNT(user_group_id) num_members FROM exp_user_groups_members GROUP BY user_group_id) b ON ug.user_group_id = b.ug_id WHERE ug.user_group_owner_id = exp_members.member_id AND ug.user_group_status in ('open','moderated','private') AND ug._id = '1' ORDER BY ug.user_group_name DESC
Replacing owner_id=”{member_id}” with owner_id=”1” - hardcoding it - gives the same error.
Hey m4thew, we are actually rather swamped right now with client projects. We will get to these as soon as we clear up some time or if someone commissions specific work to be done on the module.
Feel free to contact us directly at [email protected] with more questions and we will see what we can do.
Hi, The questions I’d like answering primarily are the ones that came about where there are holes in the documentation (or my perception is that there are holes, some of which get/got filled in when I got to grips with the module)(e.g. what parameters can be disabled in what tags for optimisation - yes dynamic on/off is common for EE tags so that one maybe goes without saying but would take 5 mins to add as a parameter in the documentation for completion sake), not extra functionality / specific work. Some of the outstanding on getsatisfaction are feature requests but they could be replied to with “we’ll consider it, add it to the list” etc., instead of leaving them open ended - gives a bad impression, at least humour them? I did already ask directly by email (I think a couple of times) about the outstanding queries on getsatisfaction but received no reply, that’s why I posted here. I suppose the problem may be largely a case of “do I want to use this on an important project if I struggle to contact the developers”? I’ll contact you directly (as you suggest) if I have further issues (I’m looking again at implementing the module on a live site).
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.