Is it possible to use Kunena Discuss plugin

More
8 years 10 months ago - 8 years 10 months ago #54512 by Miken
You can somehow be made to work with this plugin flexicontent?

Flexicontent 3.1.1 & Joomla 3.7.1
Last edit: 8 years 10 months ago by ggppdk.

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

More
8 years 10 months ago - 8 years 10 months ago #54514 by micker
Did you test it ?
We can update it after first v3 release

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]
Last edit: 8 years 10 months ago by ggppdk.

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

More
8 years 10 months ago - 8 years 10 months ago #54515 by Miken
Yes, I install this plugin. But it is not working.

Flexicontent 3.1.1 & Joomla 3.7.1
Last edit: 8 years 10 months ago by ggppdk.

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

More
8 years 10 months ago - 8 years 10 months ago #54542 by ggppdk
Hello

the plugin has code not to run if extension is not com_content
Code:
if ($this->app->scope != 'com_content' && $this->app->scope != 'com_kunena') { return; }

try using (file: kunenadiscuss.php):
Code:
if ($this->app->scope != 'com_content' && $this->app->scope != 'com_flexicontent' && $this->app->scope != 'com_kunena') { return; }

after this is successful, you should contact author of the plugin to also allow com_flexicontent


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Last edit: 8 years 10 months ago by ggppdk.

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

More
8 years 10 months ago #54547 by Miken

ggppdk wrote: Hello

the plugin has code not to run if extension is not com_content

Code:
if ($this->app->scope != 'com_content' && $this->app->scope != 'com_kunena') { return; }

try using (file: kunenadiscuss.php):
Code:
if ($this->app->scope != 'com_content' && $this->app->scope != 'com_flexicontent' && $this->app->scope != 'com_kunena') { return; }

after this is successful, you should contact author of the plugin to also allow com_flexicontent


Thanks, helped. But there are problems with the display category, but that's another story

Flexicontent 3.1.1 & Joomla 3.7.1

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

More
8 years 3 months ago - 8 years 3 months ago #58732 by ggppdk
Hello

to make the plugin only display in item view:
Code:
$jinput = JFactory::getApplication()->input; // If current component is flexicontent then only allow 'item' view if ( $this->app->scope == 'com_flexicontent' && ($jinput->get('view') != 'item' || $jinput->get('task') ) ) return;


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Last edit: 8 years 3 months ago by ggppdk.

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.395 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline