Support

  1. unicserv
  2. Features Request
  3. Friday, February 07 2014, 12:31 PM
Hello,

I want to display an user group in an category description. Looking at http://www.easy-profile.com/docs/26-plugin-content.html i see only the sintax for display an user fields based in his id. How do i display the list of the users from a usergroup similar with the menu item type "User List"?
Is this even possible? I mean with the actual tools because a module that display a user list can be more usefull than a menu item type since the module can be put into content while content cannot be into a module.
admin Accepted Answer
Admin
Hi,
for now not possible, but you can override our template to do this (required small PHP knowledge).

If you can, OK!
otherwise we will send you the code to enter (no hack, is simple template override).
we can do this Monday.
  1. more than a month ago
  2. Features Request
  3. # 1
unicserv Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 2
admin Accepted Answer
Admin
PS I know that i'm picky but your component is beautiful and full of possibilities that are unexploited. Because you can do so much display categorizations but you don't have the tools to display it...
Is missing the display tools like a powerful module that can display the users in different filters that are available based on user groups or even its own defined field...
I mean what is the purpose of having all this fields if you cannot display those...


You can create a menu item (Users List) with custom SQL WHERE.
For list of particular user group see here http://www.easy-profile.com/docs/28-list-of-users-of-a-particular-usergroup.html
for example you can create a menu item to see All member, Administrator member, Author .....
You can also exclude particular user group from a list.
You can also set the access level for these menu items (guest,public,registed,special or custom).
  1. more than a month ago
  2. Features Request
  3. # 3
admin Accepted Answer
Admin
Examples:
exclude user groups with id 5 or 6
SQL WHERE = group_id NOT IN (5,6)
or
SQL WHERE = group_id <> 5 OR group_id <> 6

include user groups with id 5 or 6
SQL WHERE = group_id IN (5,6)
or
SQL WHERE = group_id = 5 OR group_id = 6

in sql custom where you can use all fields (with alias)
example
SQL WHERE = gender = 'Male'

Still, you can use user_id for include or exclude particular user

the syntax is the same query MYSQL
  1. more than a month ago
  2. Features Request
  3. # 4
unicserv Accepted Answer
I know, I did that! For an menu item.

But then the content is taken, no place for articles to show! The menu is giving me content...

You get the ideea. I need the ability to show in a module position some filtered users. I can do that with a plugin in a custom html module but for that i need the powerfull plugin... Or a powerfull module loaded into custom position in content....
Each way i need the content displayed and that content should be something else than the userlist. On the content displayed i can add some users in module positions or with plugin related to that content item.
But if the content is itself a user list where i add the site content=articles?
  1. more than a month ago
  2. Features Request
  3. # 5
unicserv Accepted Answer
All right another thing for which i will open a separate ticket as i consider it a security bug: The email addresses should be obfuscated! Now are displayed in clear in html source! Good news for spam robots!
  1. more than a month ago
  2. Features Request
  3. # 6
admin Accepted Answer
Admin
We will delelop a module for users list in next release.
Great feature!
  1. more than a month ago
  2. Features Request
  3. # 7
denvarel Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 8
admin Accepted Answer
Admin
There is chance for an solution to display user lists in category description? Even with the help of one component as Sourcerer from Nonumber that allows executing code into content? Or using Components Anywhere but i need to know how to pass the variables thru url.

No solution will work well.
We will release new version (with module) this week.
  1. more than a month ago
  2. Features Request
  3. # 9
denvarel Accepted Answer
Yeeee!!!

Thank you for all your hard work!
  1. more than a month ago
  2. Features Request
  3. # 10
admin Accepted Answer
Admin
We have release a new version that add the new module
  1. more than a month ago
  2. Features Request
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.