Jump to content

Cannot remove sitemap link from CMS


Recommended Posts

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)

post-765865-0-13237800-1396207141_thumb.png

post-765865-0-87361000-1396207393_thumb.png

Edited by Valoilmio (see edit history)
Link to comment
Share on other sites

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

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

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

×
×
  • Create New...