forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: Veronica on October 26, 2012, 04:09:53 am

Title: Make user names etc in log entries clickable
Post by: Veronica on October 26, 2012, 04:09:53 am
I want to see at least all user names in log files with links to their profiles so you make the admin user work to follow up on log entries more user friendly.





Title: Re: Make user names etc in log entries clickable
Post by: Jeff Bailey on October 26, 2012, 04:23:44 am
Shouldn't involve much more then a find and replace on $USER_DATA['user_name'] and $user_name where the log_write function is called. In other words, I don't see why this can't be added in future versions.

Thanks for the request.
Title: Re: Make user names etc in log entries clickable
Post by: Veronica on October 26, 2012, 04:36:22 am
Excellent and there are about 35 log_writes in 13 files cpg.
Replace also the htmlspecialchars call with strip_tags(trim($log_entry), '<a>') in viewlog.php line 82
Title: Re: Make user names etc in log entries clickable
Post by: Jeff Bailey on October 26, 2012, 04:42:28 am
I don't have svn access so we'll have to wait for Αndré or Phill to approve it.