Skip to Content Skip to Menu

[SOLVED] CB Content Bot tab substitution missing styling

  • timstohr
  • timstohr
  • OFFLINE
  • Posts: 1091
  • Thanks: 56
  • Karma: 9
6 years 4 months ago - 6 years 4 months ago #305001 by timstohr
Hi Kyle,
CB content Bot has a minor deficiency or missing feature. I am using [cb:usertab tab="100" user="#displayedOrMe" formatting="divs" /] and in CB Content Bot, it brings out the tab but without HTML.
I have also made the test with the CB Content Module and that one brings it out correctly as it should. I have attached the below picture. In both cases I have used [cb:usertab tab="100" user="#displayedOrMe" formatting="divs" /]

Any fault I have done?

Attachments:
Last edit: 6 years 4 months ago by krileon. Reason: Added [SOLVED] tag to subject

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
6 years 4 months ago - 6 years 4 months ago #305003 by krileon
CB Content Module surrounds all output with cb_template class (CBs CSS namespace class) and loads CB template files. CB Content Bot does not do this. You'll need to first enable in CB Content Bot for it to load CBs template files. You'll then need to surround your substitution with a div or span element that has the CSS class cb_template on it. Example as follows.

Code:
<div class="cb_template">[cb:usertab tab="100" user="#displayedOrMe" formatting="divs" /]</div>

Since we can't know exactly where and why CB Content Bot substitutions are being used we can not force the required namespace parent class around its substitutions usages.


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.
Last edit: 6 years 4 months ago by krileon.
The following user(s) said Thank You: nant

Please Log in or Create an account to join the conversation.

  • timstohr
  • timstohr
  • OFFLINE
  • Posts: 1091
  • Thanks: 56
  • Karma: 9
6 years 4 months ago #305083 by timstohr
Worked perfectly!
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum