Hello,
I want show a third party cb tab and the cb activity tab togehter on a tab with some fields. Therfore I created a html field with following substitutions and put it on the destination tab.
Content of html field:
<Title for third party tab>
[cb:usertab tab="25" user="#displayed" /]
<Title for activity tab>
[cb:usertab tab="33" user="#displayed" /]
In Frontend anything works fine. But not in backend. When I try to edit a user profile it is not possible to save the changes. I saw there is a conflict/error in js file jquery.validate.min.js.
When I disable the html field, error is gone.
Question: I don't need the tabs in backend. Is there a possibility to prevent loading in backend. Maybe with conditional substitutions instead of?
Thanks for help!
Michael