?
avatar jvdh20
jvdh20
11 Jul 2016

This issue is happening in Joomla 3.5.1 and most recent version Breezingforms 1.8.7 (build 889).
With the "Articles Category" module you can automatically show the correct links to other related articles when the Mode is set to Dynamic.
This works good but Breezingforms has a plugin with which you can embed a breezingsforms form in any article when you use the code
The problem is that when you use the breezingforms plugin code in an article the "Articles Category" module dissapears when it is set to Dynamic mode. If you delete the

{ BreezingForms : nameOfForm, 1, 0 }
code al is working again.
So somewhere adding
{ BreezingForms : nameOfForm, 1, 0 }
in the article disconnects the relation with the other articles in the same category.
This shouldn't be happening because the form is simply embedded in the article.

avatar jvdh20 jvdh20 - open - 11 Jul 2016
avatar jvdh20 jvdh20 - change - 11 Jul 2016
The description was changed
avatar brianteeman
brianteeman - comment - 11 Jul 2016

Have you reported this to breezing forms

avatar bertmert
bertmert - comment - 11 Jul 2016

After a test I confirm that this is a BF issue, not a Joomla issue. The BF plugin manipulates/changes input datas (request datas) in this way:

JRequest::setVar('option', 'com_breezingforms');

And mod_articles_category reacts only on option=com_content in dynamic mode.

avatar jvdh20
jvdh20 - comment - 12 Jul 2016

Thanks for confirming this is a BF issue Bertmert!
I've reported the bug at

avatar brianteeman
brianteeman - comment - 12 Jul 2016

Closed

avatar brianteeman brianteeman - change - 12 Jul 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-07-12 08:05:35
Closed_By brianteeman
avatar brianteeman brianteeman - close - 12 Jul 2016

Add a Comment

Login with GitHub to post a comment