- Posts: 3
- Thank you received: 0
Kunena 6.2.2 Released with module Latest 6.0.5, module Kunena Stats 6.0.5, Kunena Discuss 6.0.5 and Kunena Search module 6.0.5
The Kunena team has announce the arrival of Kunena 6.2.2 [K 6.2.2] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2
Solved in config.xml a filter="raw" - Dont works
7 years 11 months ago - 7 years 11 months ago #1
by loren
in config.xml a filter="raw" - Dont works was created by loren
hello,
in template config.xml i am trying to create a simple Joomla textarea field ( docs.joomla.org/Textarea_form_field_type ) with filter="raw" - but when i try to save parameter in adminside template manager, it dont saves.
i mean this simple parameter:
thank you so much,
Lorenco
in template config.xml i am trying to create a simple Joomla textarea field ( docs.joomla.org/Textarea_form_field_type ) with filter="raw" - but when i try to save parameter in adminside template manager, it dont saves.
i mean this simple parameter:
Code:
<field name="mytextarea" type="textarea" default="default" label="Enter some html" description="" rows="10" cols="5" filter="raw"/>
thank you so much,
Lorenco
Last edit: 7 years 11 months ago by loren.
Please Log in or Create an account to join the conversation.
7 years 11 months ago #2
by 810
Replied by 810 on topic in config.xml a filter="raw" - Dont works
you don't need to add filter. Just remove it. We are handle the security ourself.
Please Log in or Create an account to join the conversation.
7 years 11 months ago - 7 years 11 months ago #3
by loren
Replied by loren on topic in config.xml a filter="raw" - Dont works
thank you very much for answer,
but, i dont understand .. you mean it dont works?
for example, when i add in "root/components/com_kunena/template/blue_eagle/config.xml" this field:
or without filter="raw"
and in "template manager" when i try to put simple HTML
or when i try to put even encoded one:
after saving, the result is same - it saves only as a text: Heading, not as HTML ....
but i want HTML, i want to call it frontand template view ....
how to do that?
thank you so much,
Lorenco
but, i dont understand .. you mean it dont works?
for example, when i add in "root/components/com_kunena/template/blue_eagle/config.xml" this field:
Code:
<field name="mytextarea" type="textarea" default="default" label="Enter some html" description="" rows="10" cols="5" filter="raw"/>
Code:
<field name="mytextarea" type="textarea" default="default" label="Enter some html" description="" rows="10" cols="5"/>
and in "template manager" when i try to put simple HTML
Code:
<h1>Heading</h1>
Code:
<h1>Heading</h1>
after saving, the result is same - it saves only as a text: Heading, not as HTML ....
but i want HTML, i want to call it frontand template view ....
how to do that?
thank you so much,
Lorenco
Last edit: 7 years 11 months ago by loren.
Please Log in or Create an account to join the conversation.
7 years 11 months ago #4
by loren
Replied by loren on topic in config.xml a filter="raw" - Dont works
any answer please?
thank you so much,
Lorenco
thank you so much,
Lorenco
Please Log in or Create an account to join the conversation.
7 years 11 months ago #5
by 810
Replied by 810 on topic in config.xml a filter="raw" - Dont works
html can be only changed on template itself. Because we protected all inputs for security.
Please Log in or Create an account to join the conversation.
Time to create page: 0.342 seconds