Kelvin Ong Posted October 26, 2010 Share Posted October 26, 2010 Hi,I've installed and enabled the module/block for "special/new products/top seller, but it still showing at the bottom. Can anyone please help me to solve this problem? Link to comment Share on other sites More sharing options...
rocky Posted October 26, 2010 Share Posted October 26, 2010 I'm not sure that I understand. Do you want to move the module you installed up? You can go to Modules > Positions and click the up arrow next to the module to do that. Link to comment Share on other sites More sharing options...
Kelvin Ong Posted October 27, 2010 Author Share Posted October 27, 2010 Rocky,So sorry to confuse you. This is my site www.mybeautybody.comI would like to remove the links at the bottom/footer such as:-Powered by PrestaShop™, Installed by Installatronand alsoTemplate prestashop - E-commerce Mag - Enseignes Publicitaires - tensiometre Link to comment Share on other sites More sharing options...
rocky Posted October 27, 2010 Share Posted October 27, 2010 Edit themes/13violet/footer.tpl and delete the delete lines 21-33: <!-- Il est interdit de modifier les lignes qui suivent sous peine de poursuite --><a href="http://shop.ddlx.org" target="_blank">Template prestashop - <a href="http://www.e-prestashop.com" target="_blank">E-commerce Mag - <a href="http://www.tgdiffusion.fr/enseignes/" target="_blank">Enseignes Publicitaires - <a href="http://www.medicnet.fr/" target="_blank">tensiometre Link to comment Share on other sites More sharing options...
Kelvin Ong Posted October 27, 2010 Author Share Posted October 27, 2010 Rocky,I've tried twice, but the result still the same.Template prestashop - E-commerce Mag - Enseignes Publicitaires - tensiometre are still showing at the bottom/footer Link to comment Share on other sites More sharing options...
rocky Posted October 27, 2010 Share Posted October 27, 2010 I can see the file has changed, but it is still displayed the old code. It must be a cache issue. Try deleting all the files except index.php from tools/smarty/compile. That will force Smarty to recompile the files. Link to comment Share on other sites More sharing options...
Kelvin Ong Posted October 27, 2010 Author Share Posted October 27, 2010 Rocky,Do you mean to delete all the files located in tools/smarty/compile except index.php? Link to comment Share on other sites More sharing options...
rocky Posted October 27, 2010 Share Posted October 27, 2010 Yes. Link to comment Share on other sites More sharing options...
Kelvin Ong Posted October 27, 2010 Author Share Posted October 27, 2010 Perfect!!How about this? "Bottom/Footer"Specials | New productsTop sellers | Contact us | PenghantaranTerma & SyaratMengenai Kami | Powered by PrestaShop™, Installed by InstallatronInstead of disable Footer links block v0.1Can I just delete some of the link like "Powered by PrestaShop™, Installed by Installatron" and keep the rest? Link to comment Share on other sites More sharing options...
rocky Posted October 27, 2010 Share Posted October 27, 2010 That text is coming from the blockvariouslinks module, but I can't figure out where. I checked the one in the modules directory, but it doesn't have that text. I guess the theme must be overriding it, but I can't find themes/13violet/modules/blockvariouslinks/blockvariouslinks.tpl. You'll need to search your theme's directory (and maybe the modules directory too) for "Installed by Installatron" to figure out where it is. Link to comment Share on other sites More sharing options...
Kelvin Ong Posted October 27, 2010 Author Share Posted October 27, 2010 Rocky,This is the contents in "modules/blockvariouslinks/blockvariouslinks.tpl"***<!-- MODULE Block various links --> {l s='Specials' mod='blockvariouslinks'} {l s='New products' mod='blockvariouslinks'} {l s='Top sellers' mod='blockvariouslinks'} {l s='Contact us' mod='blockvariouslinks'} {foreach from=$cmslinks item=cmslink} {$cmslink.meta_title|escape:'htmlall':'UTF-8'} {/foreach} {l s='Powered by' mod='blockvariouslinks'} PrestaShop™ <!-- /MODULE Block various links -->***I've tried to remove earlier "{l s='Powered by' mod='blockvariouslinks'} PrestaShop™" but it still the same. Link to comment Share on other sites More sharing options...
rocky Posted October 27, 2010 Share Posted October 27, 2010 Yes, that's the file I checked, but it is missing the "Installed by Installatron" code, so it must be the wrong file. Look for another file with that text. Link to comment Share on other sites More sharing options...
Kelvin Ong Posted October 27, 2010 Author Share Posted October 27, 2010 Thanks Rocky and hope I can find that file. Link to comment Share on other sites More sharing options...
msk69 Posted February 20, 2011 Share Posted February 20, 2011 Thanks Rocky and hope I can find that file. See here: http://installatron.com/forum/viewtopic.php?f=2&t=191 Link to comment Share on other sites More sharing options...
El Patron Posted April 24, 2012 Share Posted April 24, 2012 intallaron, places this code in the top of your config/config.inc.php file. <?php if(!function_exists("__ics")){ob_start();?>$0, <a href='http://installatron.com/apps/prestashop' target='_blank' title='Installatron enables webmasters to instantly install and upgrade PrestaShop and other web applications.'><?php switch (mt_rand(0,2)) { case 0:echo "Automated by Installatron";break; case 1:echo "Powered by Installatron";break; case 2:echo "Installed by Installatron";break; } ?></a><?php define("__ICV",ob_get_contents());ob_end_clean();function __ics($b,$m){return preg_replace('!powered\\s+by\\s+<a[^<]+</a>(?:.trade.)?!sim',__ICV,$;} ob_start("__ics");}?><?php I don't know if you delete this code if your system will crash or run normally. Link to comment Share on other sites More sharing options...
Recommended Posts