Copyright Text Area with HTML tag

GK User
Fri May 04, 2012 6:48 am
Hi There,

Is there a way to include a HTML tag on the Copyright textarea? It seems to be stripping out HTML after saving.

Thanks!
User avatar
Junior Boarder

GK User
Fri May 04, 2012 8:46 am
This problem is related with Joomla filtering options, please check your editor prohibited tags and also article filter options (black lists etc) if everything is disabled probably the only way to add html code inside footer is to modify file footer.php from layouts/blocks directory.
User avatar
Platinum Boarder

GK User
Wed Jun 06, 2012 8:51 pm
Adding html code inside footer.php is not a good solution when you create a multilanguage site, because the footer can not be translated then. That's my problem.
I think you just should delete this from footer.php and just simple create a custom module to display the copyright. That's my solution. ;)
User avatar
Expert Boarder

GK User
Wed Jun 06, 2012 10:29 pm
Your idea is good please tell me how to include module if user install only template ? Then we get several topics about empty footer... this is not the solution but I'm agree with you that Joomla text filters since Joomla 1.6 version makes some things more complicated.
User avatar
Platinum Boarder

GK User
Thu Jun 07, 2012 8:11 am
You can use filter="raw" in copyright field which then will not render out html.
Find File: \templates\gk_templatename\templateDetails.xml

Find Copyright Section:
Code: Select all
            <field name="copyrights" type="textarea" rows="3" cols="40" label="TPL_GK_LANG_COPYRIGHTS" description="TPL_GK_LANG_COPYRIGHTS_DESC" />

Add filter="raw" or replace with below.
Code: Select all
            <field name="copyrights" type="textarea" rows="3" filter="raw" cols="40" label="TPL_GK_LANG_COPYRIGHTS" description="TPL_GK_LANG_COPYRIGHTS_DESC" />

Tested with Latest TWN2 J2.5
See you guys around...
User avatar
Platinum Boarder

GK User
Thu Jun 21, 2012 6:50 am
Hi guys,

This bug is fixed now please upgrade your template to the latest version to get it.

Cheers,
User avatar
Platinum Boarder


cron