List FEUs that have modified their information

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

List FEUs that have modified their information

Post by urheat »

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)
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: List FEUs that have modified their information

Post by Rolf »

And there isn't a sortby parameter?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

Re: List FEUs that have modified their information

Post by urheat »

Rolf wrote:And there isn't a sortby parameter?
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).
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: List FEUs that have modified their information

Post by Jo Morg »

urheat 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).
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: OnUpdateUser
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
You'd have to create a property for modified_datetime_stamp and set it when this event is triggered.
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!
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

Re: List FEUs that have modified their information

Post by urheat »

Jo Morg wrote:You'd have to create a property for modified_datetime_stamp and set it when this event is triggered.
HTH
Thanks Jo! Can you (or someone else) give a bit more information about the quoted thing.
Post Reply

Return to “Modules/Add-Ons”