Thanks to GLCNATION.COM -- the files had changed... this post now reflects the working version to remove Boonex Footers
First of all: I do not condone, or encourage the use of the following tip. I provide it only to avoid answering the question 1,000 times.
The following steps will remove the Boonex footers from Dolphin 7.
Step One: Run the following MySQL (using phpMyAdmin)
UPDATE `sys_options` SET `VALUE` = '' WHERE CONVERT( `sys_options`.`Name` USING utf8 ) = 'sys_template_cache_enable' LIMIT 1 ;
UPDATE `sys_options` SET `VALUE` = '' WHERE CONVERT( `sys_options`.`Name` USING utf8 ) = 'sys_template_cache_css_enable' LIMIT 1 ;
Step Two: Open /templates/tmpl_uni/_sub_footer.html
Find:
__boonex_footers__
Replace with:
<style type="text/css">
<!--
div.main_footer_block {
visibility: hidden;
height:0px;
}
-->
</style>
<span style="visibility:hidden; height:0px;"> __boonex_footers__ </span>
Step Three: Delete the contents of the following 2 directories.
/cache//cache-public/
Refresh your home page to ensure removal of the Boonex links on your dolphin community.
Again: I cannot stress enough, supporting Boonex by purchasing a license is the only way to ensure future development. Support open source software and pay for the removal of the dolphin copyright at the bottom of your site!