shondalai / cjblog

CjBlog is a free Joomla! component for creating awesome community blogs

Home Page:https://shondalai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Article images handled by cblog content plugin corrupting template

Ruud68 opened this issue · comments

commented

Hi,
one of the features of template (eg Gavick) is the special position etc. they have in the template for fulltext images

Issue

when enabling cjblog the displayed article is 'corrupted' when it comes to the placement of the fulltext image

Expected result

Fulltext image should be handled by the template OR by cjblog

Proposed solution

Create a configuration option with which you can disable handling the full text image by cjblog in the plg_content_cjblog

Next step

Discuss if this is an option, if so I can do a PR for that.

Screenshot with cjblog (fulltext image handled by plg_content_cjblog)
selection_143

Screenshot without cjblog (fulltext image handled by template)
selection_144

Ideally it should be handled by the plugin itself. However if the template has hardcoded code, it is difficult for us to handle situation. In such cases the only option for us is to disable within plugin. So I accept your solution.

New configuration option is added to control the image display handling.