Valoilmio Posted March 30, 2014 Share Posted March 30, 2014 (edited) Hi. Trying to get the CMS module to work, but some selections does not seem to affect if you tick it on/off. (tried clear cache and force compilation) see picture : any hint how to remove the sitemap (and get the links actually to work if i want them to work) Edited March 30, 2014 by Valoilmio (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 30, 2014 Share Posted March 30, 2014 hello you're change settings of "cms bloc module" ? screenshot that you attached looks a bit different than mine above Link to comment Share on other sites More sharing options...
Valoilmio Posted March 31, 2014 Author Share Posted March 31, 2014 Hi Vekia my version is 1.9 -> mayby thats the reason why its different (updated about 1-2days ago automatically) mayby its broken? or the few items are hard coded? (where could this hard coding be removed) or should i wait for updated 2.0 version? Thanks. Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 this link is hardcoded (sitemap) try to remove it manually from module tpl file: themes/default-bootstrap/modules/blockcms/blockcms.tpl remove this code: <li> <a href="{$link->getPageLink('sitemap')|escape:'html':'UTF-8'}" title="{l s='Sitemap' mod='blockcms'}"> {l s='Sitemap' mod='blockcms'} </a> </li> Link to comment Share on other sites More sharing options...
Valoilmio Posted April 4, 2014 Author Share Posted April 4, 2014 Hi. (sorry for late reply, have been building a new site and now had the time to check this fix) Yes, "sitemap" is removed by commenting out the lines. Thank you Vekia once again for your support. This topic can be set to solved. Link to comment Share on other sites More sharing options...
Recommended Posts