ZeroCard Posted May 28, 2013 Share Posted May 28, 2013 Hello guys, For over 1 hour trying to remove this without any progress screenshot : Can anybody help with this? P.S. I've unchecked the Powered in CMS block Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 28, 2013 Share Posted May 28, 2013 Hi, You can do it via configuration CMS Block module: http://clip2net.com/clip/m0/1369724071-clip-59kb.png Regards Link to comment Share on other sites More sharing options...
ZeroCard Posted May 28, 2013 Author Share Posted May 28, 2013 Hi, You can do it via configuration CMS Block module: http://clip2net.com/...1-clip-59kb.png Regards Lol, did you even read my PS ???!! Still need help with this Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 28, 2013 Share Posted May 28, 2013 OK, you can use ssh-request for search this line in the files on your server: grep -r -H 'Powered by Presta Shop' * Link to comment Share on other sites More sharing options...
vekia Posted May 28, 2013 Share Posted May 28, 2013 if you unchecked "powered by" in cms block and it still appear it might be the cache problem (clear cache in your prestashop - recompile the template), you should also check template files for this. Maybe it is hardcoded there. Go to themes / your_theme / and open the: footer.tpl file does it exist there? Link to comment Share on other sites More sharing options...
ZeroCard Posted May 28, 2013 Author Share Posted May 28, 2013 @vekia Yes there's footer.tpl file, and here's the source code {* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 1.4 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {if !$content_only} </div> <!-- Right --> {if $page_name == 'index' OR $page_name == 'authentication' OR $page_name == 'order' OR $page_name == 'payment'} {* no right sidebar *} {else} <div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div> <div class="clear"></div> </div> {/if} <div class="clear"></div> </div></div> <!-- Footer --> <div id="footer"><div class="wrapper"> {$HOOK_FOOTER} </div></div> </div> {/if} </body> </html> Link to comment Share on other sites More sharing options...
vekia Posted May 28, 2013 Share Posted May 28, 2013 so as you can see - there is no powered by prestashop string, so you should check the modules attached to the footer section, one by one (in my opinion you should check the last one from modules -> positions) Link to comment Share on other sites More sharing options...
ZeroCard Posted May 28, 2013 Author Share Posted May 28, 2013 @vekia I've tried most of them without any progress, any help would be appreciated. Link to comment Share on other sites More sharing options...
vekia Posted May 29, 2013 Share Posted May 29, 2013 i want to help, but unfortunately i don't know your theme can you please show us what modules you've got attached to the footer position? (in modules > positions) - just take a screenshot Link to comment Share on other sites More sharing options...
ZeroCard Posted May 29, 2013 Author Share Posted May 29, 2013 @vekia Here's screenshot as you requested. Screenshot: Link to comment Share on other sites More sharing options...
vekia Posted May 29, 2013 Share Posted May 29, 2013 have you checked block html module? Both configuration page & module .tpl files? Link to comment Share on other sites More sharing options...
ZeroCard Posted May 29, 2013 Author Share Posted May 29, 2013 @vekia Yes there's no string for that matter Link to comment Share on other sites More sharing options...
vekia Posted May 29, 2013 Share Posted May 29, 2013 btw. maybe module files also exist in the themes directory? can you check /themes/modules/ dir? Link to comment Share on other sites More sharing options...
ZeroCard Posted May 29, 2013 Author Share Posted May 29, 2013 @vekia Yes there's 11 modules there Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 30, 2013 Share Posted May 30, 2013 I think that the best way is hire developer for it task. It task can take several minutes. This is very difficult to give answer without access for your server. Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2013 Share Posted May 30, 2013 I think that the best way is hire developer for it task. It task can take several minutes. This is very difficult to give answer without access for your server. Alex, I agree with you again @vekia Yes there's 11 modules there what modules you've got there, any module attached to the footer too? Link to comment Share on other sites More sharing options...
superduperfly Posted May 30, 2013 Share Posted May 30, 2013 Prestashop Core Developers are smart; they put it in the blockcms module. File: /modules/blockcms/blockcms.tpl line: 62 or there abouts. Please follow the theme development guidelines when making the changes. Simply editing the file in the current location will only work until your next system update Good luck Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2013 Share Posted May 30, 2013 Prestashop Core Developers are smart; they put it in the blockcms module. File: /modules/blockcms/blockcms.tpl line: 62 or there abouts. Please follow the theme development guidelines when making the changes. Simply editing the file in the current location will only work until your next system update Good luck unfortunately, alex mentioned about that in second post here 1 Link to comment Share on other sites More sharing options...
ZeroCard Posted May 30, 2013 Author Share Posted May 30, 2013 I've tried old school method, by disable and enable the modules, but no luck until now I assume the string within theme/directory @vekia i can share with you the theme if that's ok with you of course. Let me know Link to comment Share on other sites More sharing options...
Recommended Posts