[#5673] CB Forums plugin - missing fields

8 years 2 months ago #276307 by krileon
Replied by krileon on topic CB Forums plugin - missing fields
Nothing in the sidebar code changed beyond adding some more substitutions from kunena, which is basically just adding some keyvalue pairs to an array. If you've changing enabled you may need to purge the cache. Ensure you've download latest nightly from the below link.

www.joomlapolis.com/downloads/doc_details/640-community-builder-nightly-build


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.

Please Log in to join the conversation.

8 years 2 months ago #276319 by gjschaller
Replied by gjschaller on topic CB Forums plugin - missing fields
Confirmed - when I enter a simple HTML line (<p>moo</p>), the output is still the default Kunena sidebar:

template.knightrealms.com/forum/Announcements/80499-errata.html

Geoffrey Schaller
Technical Officer
www.knightrealms.com

Please Log in to join the conversation.

8 years 2 months ago #276328 by gjschaller
Replied by gjschaller on topic CB Forums plugin - missing fields
(Support information remains the same if you want to log in to take a look - this is a test site, so mess with it all you want.)

Geoffrey Schaller
Technical Officer
www.knightrealms.com

Please Log in to join the conversation.

8 years 2 months ago #276349 by krileon
Replied by krileon on topic CB Forums plugin - missing fields
Ok, was able to confirm your issue. It's due to the CB Forums model not loading properly on Kunena views. We had to get rid of a call to getModel, which was outside of the class as it was causing Kunena API to load too early and causing installer problems, but this can be fixed with a new trigger call. The below should quickfix this and will fix for next nightly.

IN: components/com_comprofiler/plugin/user/plug_cbforums/cbforums.php
ON: Lines 20 - 22
FROM:
$_PLUGINS->loadPluginGroup( 'user' );
$_PLUGINS->registerUserFieldTypes( array( 'forumstats' => 'cbforumsField' ) );
$_PLUGINS->registerUserFieldParams();
TO:
$_PLUGINS->loadPluginGroup( 'user' );
$_PLUGINS->registerUserFieldTypes( array( 'forumstats' => 'cbforumsField' ) );
$_PLUGINS->registerUserFieldParams();
$_PLUGINS->registerFunction( 'kunenaIntegration', 'cbforumsClass::getModel' );

forge.joomlapolis.com/issues/5710


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.

Please Log in to join the conversation.

8 years 2 months ago #276351 by gjschaller
Replied by gjschaller on topic CB Forums plugin - missing fields
Thank you very much... glad I am not going crazy! :)

Geoffrey Schaller
Technical Officer
www.knightrealms.com

Please Log in to join the conversation.

8 years 2 months ago #276395 by gjschaller
Replied by gjschaller on topic CB Forums plugin - missing fields
Confirmed this is working properly now - thank you again for all the help!

Geoffrey Schaller
Technical Officer
www.knightrealms.com

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.244 seconds

Facebook Twitter LinkedIn