Joomla Version: 3.9.4
Form2Content Pro Version 6.17.4
I want to predefine title_alias. How can I do that? e.g.
{$ TITLE_ALIAS} = "{$ AUTHOR_ID} - {$ TITLE}"
Thanks you advance,
best regards,
Mike
Form2Content Forum
Questions and answers for Form2Content, a Joomla CCK.
Resolved
Pass values to fields
- Question
- mr412
- F2C submission form templating
- Saturday, 16 March 2019
- Subscribe via email
Accepted Answer
Accepted Answer
Pending Moderation
Please read: https://documentation.form2content.com/f2c-extensions/joomla-plugins/87-f2c-metadata-plugin
and use this template for the alias: alias_contenttype_XX.tpl
and use this template for the alias: alias_contenttype_XX.tpl
Please read the F2C documentation before asking questions! Thank you if you've done so
- more than a month ago
- F2C submission form templating
- # Permalink
Accepted Answer
Pending Moderation
Hi Mike,
Use our free metatdata plugin for this: https://documentation.form2content.com/f2c-extensions/joomla-plugins/87-f2c-metadata-plugin
We have updated it with title alias template too. I believe the documentation is in the plugin description.
https://www.form2content.com/download/f2c-plugins/1-3-0-metadata-plugin
Regards,
Patrick
Use our free metatdata plugin for this: https://documentation.form2content.com/f2c-extensions/joomla-plugins/87-f2c-metadata-plugin
We have updated it with title alias template too. I believe the documentation is in the plugin description.
https://www.form2content.com/download/f2c-plugins/1-3-0-metadata-plugin
Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so
- more than a month ago
- F2C submission form templating
- # 1
Accepted Answer
Pending Moderation
Thanks for reply. I already see that. But I can solve my problem with this documentation.
How can I pass values to fields in the form template?
How can I pass values to fields in the form template?
- more than a month ago
- F2C submission form templating
- # 2
Accepted Answer
Pending Moderation
The Goal is to set the URL from the article to:
user_id-firstname-lastname
user_id-firstname-lastname
- more than a month ago
- F2C submission form templating
- # 3
Accepted Answer
Pending Moderation
just paste this {$ AUTHOR_ID}-{$ TITLE} in the title alias template
Please read the F2C documentation before asking questions! Thank you if you've done so
- more than a month ago
- F2C submission form templating
- # 4
Accepted Answer
Pending Moderation
OK so you add that in the template
{$JOOMLA_USER_ID}-{$FIRSTNAME}-{$LASTNAME}
*asuming these are the names of your F2C fields
{$JOOMLA_USER_ID}-{$FIRSTNAME}-{$LASTNAME}
*asuming these are the names of your F2C fields
Please read the F2C documentation before asking questions! Thank you if you've done so
- more than a month ago
- F2C submission form templating
- # 5
Accepted Answer
Pending Moderation
thanks. I'm sorry I don't understand you. Which title alias template?
- more than a month ago
- F2C submission form templating
- # 6
Accepted Answer
Pending Moderation
BUT to follow URL rules you might need to use Smarty to remove capitals and different characters ....
Please read the F2C documentation before asking questions! Thank you if you've done so
- more than a month ago
- F2C submission form templating
- # 7
- Page :
- 1
There are no replies made for this post yet.
However, you are not allowed to reply to this post.
However, you are not allowed to reply to this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »