+ Reply to Thread
Results 1 to 8 of 8

Thread: Edit/Remove Copyrights

  1. #1
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606

    Edit/Remove Copyrights

    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.
    Last edited by John; July 3, 2012 at 03:54 AM.

  2. #2
    Junior Member
    Join Date
    Dec 2009
    Posts
    28

    Re: Edit/Remove Copyrights

    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

  3. #3
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606

    Re: Edit/Remove Copyrights

    Hello Vitor,
    Quote Originally Posted by Vitor Reis
    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.

  4. #4
    Junior Member
    Join Date
    Apr 2010
    Posts
    1

    Re: Edit/Remove Copyrights

    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

  5. #5
    Junior Member
    Join Date
    Apr 2010
    Posts
    11

    Re: Edit/Remove Copyrights

    I Can also Change the Name But not Url

  6. #6
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606

    Re: Edit/Remove Copyrights

    Hello there,
    Quote Originally Posted by Manikandan Subramanian
    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

  7. #7

    Re: Edit/Remove Copyrights

    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.

  8. #8
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606

    RE: Error saving changes...

    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
    Last edited by John; July 4, 2012 at 05:18 AM.

+ Reply to Thread