Disable Login Link
Permalink
The bottom of my webpage displays the following:
"© 2010 ARMAN-G. All rights reserved. Design by c5mix.com. Powered by concrete5 CMS. Login."
Is there any way to remove the 'Design by', 'Powered by', and 'Login' text so that it only displays "© 2010 ARMAN-G. All rights reserved."?
I've been searching the community posts, but I still can't figure this out.
"© 2010 ARMAN-G. All rights reserved. Design by c5mix.com. Powered by concrete5 CMS. Login."
Is there any way to remove the 'Design by', 'Powered by', and 'Login' text so that it only displays "© 2010 ARMAN-G. All rights reserved."?
I've been searching the community posts, but I still can't figure this out.
Thanks TG, I really appreciate your help. I knew it had to be in the footer, but I couldn't find it and I was going nuts looking. Anyway your advice was right on!
Thanks again,
Mark
Thanks again,
Mark
Don't forget that when you do an upgrade, you're whole directory gets moved to a subfolder of the original directory. After I upgraded last night, I had to copy my old footer file and overwrite the new one here:
/updates/concrete5.4.1.1/concrete/themes/dark_chocolate/elements/footer.php
/updates/concrete5.4.1.1/concrete/themes/dark_chocolate/elements/footer.php
You should not touch any files in the /concrete core directory. Copy the theme to /themes/dark_chocolate, and it won’t be overwritten while upgrading.
Hi,
I can't find the footer on my theme 'dark chocolate' to remove all this stuff - where is the elements folder/theme directory?
Can you help?
find your /elements folder (inside the theme directory) and edit the footer.php file.
I can't find the footer on my theme 'dark chocolate' to remove all this stuff - where is the elements folder/theme directory?
Can you help?
find your /elements folder (inside the theme directory) and edit the footer.php file.
Copy the theme from /concrete/themes/dark_chocolate to /themes/dark_chocolate. You have to install the copied theme via the dashboard. The footer file then is /themes/dark_chocolate/elements/footer.php.
Go to your /packages directly and search for the theme used...
Then find your /elements folder (inside the theme directory) and edit the footer.php file.
You might want to see if you can actually remove the copy-right. (maybe check the license).
-TG