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. alena
  2. F2C article templating
  3. Friday, 22 January 2016
  4.  Subscribe via email
Joomla 3.4.8, F2C 6.11.0

Hi,
with all previous versions I used my own custom smarty plugins, but with this F2C version it gives me an "unknown modifier" error. And even if I change an existing plugin, nothing happens (it works the same as before).
Am I doing something wrong?
Accepted Answer
Accepted Answer Pending Moderation
Hi Julien,

thanks a lot - I found the problem in the end - there was a conflict with Freestyle Content plugin, I used sourcerer instead and everything works fine.

And thanks again for F2C - it is fantastic!

Kind regards,

Alena
Responses (4)
Accepted Answer Pending Moderation
Hi Alena,

Could you provide sample of your modifier code and your smarty code? Then someone may be able to help.
Cheers Shooter.
  1. more than a month ago
  2. F2C article templating
  3. # 1
Accepted Answer Pending Moderation
Hi,
this is the example, but I don´t think this causes the problem, if I just copy the code from any other default plugin, It doesn´t work either:

<?php
function smarty_modifier_rok($string)
{
return JText::sprintf(JHtml::_('date', $string, "Y";));}
?>
  1. more than a month ago
  2. F2C article templating
  3. # 2
Accepted Answer Pending Moderation
Hi Alena,

I just ran a test with custom modifiers in the new version, but here they work.
I'm not aware of any changes related to Smarty modifiers in the latest releases.

Can you send me an Akeeba back-up to diagnose the problem?
You can send it to julien at opensourcedesign dot nl

best,
Julien
  1. more than a month ago
  2. F2C article templating
  3. # 3
  • Page :
  • 1


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