PDA

View Full Version : Edit/Remove Copyrights



John
February 1, 2010, 05:13 AM
Hi there!
I wish to mention you that you are able to edit or remove Flynax Copyrights for free,
here the small instruction of how you may do it.

1. Log in Admin Panel and follow to Languages Manager
2. Click on "Search" button, search form will appeared.
3. Insert "copy_rights" (without quotes) to "Phrase" field
4. Choose "Phrase Key" in "Search in" field and click on "Search" button.
5. Grid with search result will be appeared
6. Click on value to edit the phrase
7. Input new value and press CTRL+Enter or just un-focus the field to save new value.

You may use empty value to hide the phrase in front-end.

Thanks for attention.

Vitor Reis
February 1, 2010, 11:50 AM
Hello John,

This change the phrase but don't remove the link to flynax homepage.

I find one key phrase with the link (reefless_url) but can't change it: "Error saving changes..." message

How to change/remove the link?

Thank you,
Vitor

John
February 5, 2010, 04:27 AM
Hello Vitor,

I find one key phrase with the link (reefless_url) but can't change it: "Error saving changes..." message
It should works, probably you had the problems with internet connection, could you try to edit the url one more time?
Looking forward to your reply.

gencelg
June 11, 2010, 07:39 AM
John,
this was very easy, but i could not see where or how to change the subject hyperlink from your site to ours. Also searching in the support forum did not show this.
Where can I find this?
Gerard

vaz
June 22, 2010, 11:01 AM
I Can also Change the Name But not Url

John
December 29, 2010, 04:00 AM
Hello there,

I Can also Change the Name But not Url
Probably some server settings does not allow system save urls through the grid on the fly.
We will check this problem deeper, currently I suggest that you contact our support personally.

John

Dosapati Naveen
August 22, 2011, 06:57 PM
install firebug for firefox you will be able to find exactly where you have to remove that, firebug is a must if you want to customize your template.

or go to /templates/general_silver/tpl/footer.tpl

template name deppends on which template you use of course ::)

and use to hide what ever code you dont want to show fast easy and it works
for example:


you can use the cpanel editor or some offline editor its what you like best.

Be careful though you might change code you should not change and than you will get errors...................

btw Johns way is easier and works better i just gave a solution for if you are not able to do it Johns way.

John
July 4, 2012, 04:55 AM
Hello Guys,
I want to explain the "Error saving changes..." problem, this error appears once you try to edit URL through the
data grid in admin panel, in this case grid do the following update request:
GET: http://domain.com/admin/controllers/languages.inc.php?q=ext&action=update&id=5&value=http://domian.com
The Apache mod_security blocks this request due to this part: value=http:// to be exactly to http
To allow server accept such request we should whitelist the mod_security rule # 340163 for your account on your hosting.
The best way to do it is call your hosting support and ask them to do it for you.

John