Within the CB Profile Update Logger there is a field called "User" which shows the username of the member who has updated their profile. Clicking on this username gives you a single page that shows the detail of what has been changed.
Our issue is that our usernames are numbers. So user 752 has changed his profile. How do we display his formatted name on the page that opens having clicked on his username?
I assume you're referring to backend as frontend already shows formatname if not "Self" when hovering the user icon. It's not possible to change this in backend without trying to modify the XML to display name instead of username. Modifying the XML will result in your changes being lost on every update of the plugin, but you can find the XML below.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Thank you for that. If I wish to amend the email notification that is sent out to add more CB fields where do I find that and how would I add more CB fields to it?
Key: [username] has updated their profile!
String:
Code:
<a href="[url]">[username]</a> has updated their profile. Changed: [changed]. Pending Changes: [pending].<br /><br />[changes]
Key: USER_HAS_UPDATED_PROFILE_OF_USERNAME
String:
Code:
[user] has updated the profile of <a href="[url]">[username]</a>. Changed: [changed]. Pending Changes: [pending].<br /><br />[changes]
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.