User tests: Successful: Unsuccessful:
Fixed User Custom Field Tab in Single Contact view with Tab format
From the backend
Open the menu item About Joomla > Using Joomla! > Using Extensions > Components > Contact Component > Single Contact
Set the option "Display format" to "Tabs"
Set the option "Show User Custom Fields" to "All"
Link the contact "Contact Name Here" to the user "Super User"
Set the option "User Profile" to "Show" in the Contact options
Enable the plugin User - profile
Create a custom Field for Users
Compile the custom field of the user "Super User"
Compile a field in the profile of the user "Super User"
From the frontend
Click on the menu item About Joomla > Using Joomla! > Using Extensions > Components > Contact Component > Single Contact
If you click on the Profile tab you show the user profile fields
If you click on the Fields tab you show the user custom fields
Both Profile and Fields tabs show you the user profile fields
Joomla! 3.8.6
Learn Joomla English (GB) Sample Data
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_contact |
I have tested this item
@brianteeman I cannot reproduce your screenshot. This PR addresses the issue where the Profile tab and Fields tab point to the same link.
jQuery(function($){ $("#myTabTabs").append($("<li class=\"\"><a href=\"#display-profile\" data-toggle=\"tab\">Profile<\/a><\/li>")); });
jQuery(function($){ $("#myTabTabs").append($("<li class=\"\"><a href=\"#display-profile\" data-toggle=\"tab\">Group 1<\/a><\/li>")); });
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-03-29 23:03:55 |
Closed_By | ⇒ | brianteeman | |
Labels |
Added:
?
|
Status | Closed | ⇒ | New |
Closed_Date | 2018-03-29 23:03:55 | ⇒ | |
Closed_By | brianteeman | ⇒ |
Status | New | ⇒ | Pending |
Please create the custom fields under Users per the Testing Instructions.
Hi, we have an issue here : we see correctly tab FIELDS ( we can see the custom field we created), but there is no PROFILE Tab. We have CONTACT Tab: in this tab, we can see the label of some profile fields (Street Address,Suburb,State,Zip Code,Country,Phone,Telephone,Fax) but NO VALUE.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-10 00:56:09 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
I cannot replicate exactly your issue although I can confirm its a bug. See screenshots.
Your code however doesnt change anything visibly