OS Property support center

Copyright from the control panel

More
9 years 5 months ago #71971 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!

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

More
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

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

More
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

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

More
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:

administrator > components > com_osproperty > helpers > common.php

2. Find
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. DamNguyen Phu Quan