1. pstmedia
  2. Support
  3. Thursday, April 07 2016, 04:32 PM
Hello EP!

In the frontend I choose this solution with the skeleton plugin

$db=JFactory::getDbo();
$query='UPDATE #__users SET name='.$db->quote($data['lastname']).' WHERE id='.$user->id;
$db->setQuery($query);
$db->execute();


But how can i resolve this in the backend when an admin changes the profile of a user?
Accepted Answer
admin Accepted Answer
Admin
ok, so you can do somthing like this:

Name is build like: Firstname + Lastname.

If you want to build name like Secondname + Firstname you can simply change Labels of these fields then:
- firstname label will be Lastname
- lastname label will be Firstname
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
our event "triggerProfileUpdate" works also on backend.

Anyway, can you explain me why do you want do something like this? maybe there is a better and simple solution ;)
  1. more than a month ago
  2. Support
  3. # 1
pstmedia Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
In user list menu item you can set to order by Lastname (see screenshot)

INFO
I don't want to change the core files of EP (i.e name.js).

name.js not set name, name is build by server side. This is useful for other purposes.
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 3
pstmedia Accepted Answer
Hi,
thats not what i mean.

I mean the backend view of Joomla! user manager (com_users&view=users)
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


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