Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] Cannot override Joomlapolice's copyright in Coolness and MyCommunity

  • shlomot
  • shlomot
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
11 years 7 months ago - 11 years 7 months ago #224063 by shlomot
Hello. It's nice to post for the first time in the PRO forum.

I bought three CB 1.9 templates: Funlite, Coolness and MyCommunity. All versions 1.8.0.
Only the first one adheres to the template settings and presents my site name instead of Joomlapolice.com

Please help me to resolve this issue.

Cheers,
Shlomo Tommer
Partner
tsConnections
Last edit: 11 years 7 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 7 months ago #224075 by krileon
You'll need to edit the index.php of the Coolness and MyCommunity template and manually change it as they are our older templates and do not have the parameter usage implemented for the copyright display. You can find it at the bottom of the templates index.php file exampled as follows.
Code:
<div id="copyright">Copyright &copy; <?php echo date( 'Y' ); ?>, <a href="http://www.joomlapolis.com/" target="_blank">Joomlapolis.com</a>. All Rights Reserved.</div>

MyCommunity: templates/mycommunity/index.php
Coolness: templates/coolness/index.php


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: shlomot

Please Log in or Create an account to join the conversation.

  • shlomot
  • shlomot
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
11 years 7 months ago - 11 years 7 months ago #224078 by shlomot
Thank you, krileon.

However... for the sake of better portability and maintenance, I would recommend to implement a parameter-based solution.

For the mean time, here's how it's written in the up-to-date Funlite template:
Code:
<div id="copyright">Copyright &copy; <?php echo date('Y'); ?>, <?php echo $app->getCfg('sitename'); ?>. All Rights Reserved.</div>

Cheers,
Shlomo Tommer
Partner
tsConnections
Last edit: 11 years 7 months ago by shlomot.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum