Copyright code changes after save

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Oct 26, 2012 11:45 am
Reply with quote
Report this post
Hi

I try Creative template in Joomla 3.
I load configuration from default_config.json.
In Fuetures > Copyright load some the following code > "Template Design &copy; <a href="http://www.gavick.com" title="Joomla Templates">Joomla Templates</a>"
After press the seca button the code chenge to " Template Design &copy; <a href=\"http://www.gavick.com\" title=\"Joomla Templates\">Joomla Templates</a>"

Add \ after = and before close " in each html tag.

Regards
User avatar
Fresh Boarder

Konrad M
Sat Oct 27, 2012 10:59 am
Reply with quote
Report this post
Hi,
it is correct to show url properly on website. "" are special chars so it has to be \ before them to interpret them correctly.
User avatar

GK User
Tue Oct 30, 2012 3:12 pm
Reply with quote
Report this post
Hi,
Thanks for you reply,
I think they are some mistake, when happen this change the copyright code is not correct in front end.
Check the attached picture.

I check the quick start installation for this template and nothing happen if I change the copyright code, also when you load configuration for first time is OK, but if you save again then add / in the code.

Workaround : I edit the database table to remove the spare / before "

Regards
User avatar
Fresh Boarder

GK User
Wed Oct 31, 2012 10:11 am
Reply with quote
Report this post
I found the problem.
The problem was in all places that support code (modules, etc) not only in copyright code place.

My hosting doesn't support yet php magic quotes off, so install the site over softaculous.

I Instal also manual the quicks start files in subdomain and I create a php.in inside administrator directory to avoid the magic quotes error through instalation.

So main site have magic quotes on , and that was the problem.I create php.ini in administrator directory to set the magic quotes off to the main site and all is working

Regards,
User avatar
Fresh Boarder


cron