Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] GJ 3.0 RC1 enabled content plugins seem not to work

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
8 years 4 months ago - 8 years 4 months ago #282405 by jojo12
Hi, I am back again:
After a long time not using it, I need the joomla content plugins in GJ event. I am using the latest nightly build of cb and gj on Joomla 3.5.1. with php7 but I tried with php 5.6 too.
There seems to be no possibility to use content plugins in GJ events.
If you disabled this, so this is a big step back!

I don't think my hoster changed something without my knowing in mod_security

How can I use it!

EDIT: inside Blog this works! inside joomla content too
Last edit: 8 years 4 months ago by jojo12.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
8 years 4 months ago #282423 by krileon
Most of GJ integrations allow content plugins. Navigate to CB > Plugin Management > CB GroupJive Events > Parameters and set "Content Plugins" to "Enable". Works perfectly fine with CB Content Bot, CB Replacer Bot, and CBSubs content prepare usages. I can not vouche for whatever 3rd party bots you maybe using as they may not even be proper content.prepare usage, but are just acting on Joomla content event directly.


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.
The following user(s) said Thank You: nant

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

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
8 years 4 months ago #282450 by jojo12
Thank you for your answer. But earlier joomla xtd-editor plugins worked in GJ.
If only CB plugins work (eg. the plugins you wrote) then for me this is a big step back and I am not lucky about this.
I want after all a joomla CMS and not a CB CMS. Best would be together. Thanks.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
8 years 4 months ago - 8 years 4 months ago #282463 by krileon
Ok, so your issue has nothing to do with content plugins, but editors-xtd plugins. Those are 2 completely different usages. Those are turned off in GJ Events and many other usages. You can force them back on in the below file.

IN: components/com_comprofiler/plugin/user/plug_cbgroupjive/plugins/cbgroupjiveevents/component.cbgroupjiveevents.php
ON: Line 269
FROM:
Code:
$event = $_CB_framework->displayCmsEditor( 'event', $this->input( 'post/event', $row->get( 'event' ), GetterInterface::HTML ), '100%', null, 40, 10, false );
TO:
Code:
$event = $_CB_framework->displayCmsEditor( 'event', $this->input( 'post/event', $row->get( 'event' ), GetterInterface::HTML ), '100%', null, 40, 10 );

This likely won't be changed for a later release. Default Joomla would output module inserting, page break, read more, etc.. in GJ Events which would make no sense. I believe using JCE you can output those without needing GJ Events to do it itself.

Edit: Have changed for next nightly to output editors-xtd plugins.


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: 8 years 4 months ago by krileon.

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

Moderators: beatnantkrileon
Powered by Kunena Forum