- Posts: 7
- Thank you received: 0
OS Property support center
Copyright from the control panel
- Max
- Topic Author
- Offline
- New Member
-
Less
More
9 years 5 months ago #71971
by Max
Copyright from the control panel was created by Max
Hello
Is possible to remove copyright from the bottom of the control panel?
OS Property Version 2.9.2, Copyright (C) 2011 - 2015 Ossolution Team
Tnx!
Is possible to remove copyright from the bottom of the control panel?
OS Property Version 2.9.2, Copyright (C) 2011 - 2015 Ossolution Team
Tnx!
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 5 months ago #71982
by Mr. Dam
Replied by Mr. Dam on topic Copyright from the control panel
Hi Max,
You can go to Back-end > OS Property > Configuration > Tab: General and select No at field: Load Footer
The CopyRight content will disappear
Thanks
Dam
You can go to Back-end > OS Property > Configuration > Tab: General and select No at field: Load Footer
The CopyRight content will disappear
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Max
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
9 years 5 months ago #72031
by Max
Replied by Max on topic Copyright from the control panel
Sorry, but i don't have the field "Load footer"...
I have only "Show Copyright" but it is referred to the front end... I would remove the copyright from the backend
I have only "Show Copyright" but it is referred to the front end... I would remove the copyright from the backend
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 5 months ago #72043
by Mr. Dam
Replied by Mr. Dam on topic Copyright from the control panel
Hi Max,
Ah yes, from OS Property 2.9.2, we change the field "Load Footer" by "Show Copyright", but this feature is only applied to front-end only. With Back-end side, you can follow these steps
1. Open file:
and change to
Thanks
Dam
Ah yes, from OS Property 2.9.2, we change the field "Load Footer" by "Show Copyright", but this feature is only applied to front-end only. With Back-end side, you can follow these steps
1. Open file:
2. Findadministrator > components > com_osproperty > helpers > common.php
Code:
static function loadFooter($option){
global $mainframe,$configClass;
$db = JFactory::getDBO();
if($configClass['show_footer']==1){
if(file_exists(JPATH_ROOT.DS."components".DS."com_osproperty".DS."version.txt")){
$fh = fopen(JPATH_ROOT.DS."components".DS."com_osproperty".DS."version.txt","r");
$version = fread($fh,filesize(JPATH_ROOT.DS."components".DS."com_osproperty".DS."version.txt"));
@fclose($fh);
}
?>
<div class="property_footer">
<strong><a href="http://joomdonation.com/joomla-extensions/os-property-joomla-real-estate.html" target="_blank" title="The best Joomla Real Estate extension">OS Property Real Estate</a></strong> Version <?php echo $version;?>, Copyright (C) 2011 - 2015 <strong><a href="http://joomdonation.com" target="_blank" title="Joomla Extensions and Templates">Ossolution</a></strong>
</div>
<?php
}
}
and change to
Code:
static function loadFooter($option){
}
Thanks
Dam
The following user(s) said Thank You: Max
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.