Please note that Form2Content is no longer being developed. All files from the latest version can be found on Github.

Form2Content Forum

Questions and answers for Form2Content, a Joomla CCK.
  1. Hans de Jong
  2. F2C Content type settings
  3. Wednesday, 24 May 2017
  4.  Subscribe via email
J 3.7.2 F2C 6.16.0

In the Edit Content Type settings, tab Images and Links, when I set the Image Float (default) to None for the Intro image Field, and to Left for the Full article image Field, in the article the result is None for both.
References
  1. http://www.teenkidsmodels.com/models
Accepted Answer
Accepted Answer Pending Moderation
Hi Hans,

I found and solved the bug. We will fix it in our next release.
For the meantime, here's a quick fix:

Open this file for editing (back-up first!): <website root>/components/com_form2content/models/formbase.php

On line 2488 it says:

$images->set('float_'.$tag, $imageSettings->get('float_intro'));

Change that to:

$images->set('float_'.$tag, $imageSettings->get('float_'.$tag));

You need to refresh / resave your articles to see the effect.

best,
Julien
Responses (3)
Accepted Answer Pending Moderation
Hi Hans,

Thank you for letting us know. We'll look into this.

Regards, Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. F2C Content type settings
  3. # 1
Accepted Answer Pending Moderation
Your advice was clear, I changed the code, and now the article is shown as expected.

Thanks for your swift response!

Bedankt voor de snelle oplossing!

Hans de Jong
  1. more than a month ago
  2. F2C Content type settings
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.