I'm using FrontEnd User Management and Calguys User Directory. I would like to have a box on a front page, where would be a list of 3 users that have edited their profile recently. The point is, that I wish that this would affect to a feel that the site is active and alive!
Like this:
Lastest profile updates:
Tristan (12.3.2013)
Murgen (11.3.2013)
Flea (9.3.2013)
List FEUs that have modified their information
Re: List FEUs that have modified their information
And there isn't a sortby parameter?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: List FEUs that have modified their information
Yes there is, but is there a property like "Last modified timestamp". I don't find anything close to it from the module help (FEU/UserDirectory).Rolf wrote:And there isn't a sortby parameter?
Re: List FEUs that have modified their information
I believe FEU doesn't have that feature "out of the box", but it should be relatively easy to implement through an UDT connected to the FEU event: OnUpdateUserurheat wrote:Yes there is, but is there a property like "Last modified timestamp". I don't find anything close to it from the module help (FEU/UserDirectory).
You'd have to create a property for modified_datetime_stamp and set it when this event is triggered.event manager help for Frontend User Management OnUpdateUser wrote:OnUpdateUser
An event generated when a user is updated (either by user themself or admin)
Parameters
name - The user name
id - The user id
HTH
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: List FEUs that have modified their information
Thanks Jo! Can you (or someone else) give a bit more information about the quoted thing.Jo Morg wrote:You'd have to create a property for modified_datetime_stamp and set it when this event is triggered.
HTH



