Hello,
I am trying to display the "About" tab in the module, but the HTML output is only the field values all jammed together.
So, to fix this I have configured the module to display the fields instead; however the fields are only displaying the values for the logged-in user, rather than the fields for the displayed user. What is the correct code for this?
I am using with no result:
[cb:userfield field="cb_dob" user="#displayedOrMe"]
If i use just [cb_dob] the field displayed is the logged-in user, instead of the profile page being viewed.
I am putting this in module because the html of the tab is atrocious. If this is not possible to do in module, how can I instead fix HTML of the tab?