We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Jalal
  2. General Discussion
  3. Monday, 16 June 2014
  4.  Subscribe via email
Hi,

I'm trying to use the user field type as an extra field.

From the backend everything works fine, when I click to select the user I get a list of users.

From the frontend however instead of a list of users I get the current user's profile edit form :/

This happens even if I am logged in as the admin in the frontend.

Any ideas how to fix this?

Thanks,
J.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Jalal,

There are a lot of steps and customization when adding extra fields, so it's hard for us to figure out which step the issue happens. Could you please pm me your site url, admin account and fpt info. I will check in your site.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I resolved by using an sql field and looking up the users I wanted to show up in the db.
Thanks.
:).

For anyone else this is what it looks like.

         <field 
name="name"
type="sql"
default=""
label="TPL_EXTRAFIELDS_BILLING_INVOICEE"
description="TPL_EXTRAFIELDS_BILLING_INVOICEE_DESC"
query="SELECT id AS value, name FROM #__users WHERE id IN (SELECT user_id FROM #__user_usergroup_map WHERE group_id = 10)"
/>
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Yeah, it's absolutely great experience, Jalal ;)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.