Jump to content
thirty bees forum
  • 0

"Information" block on the left menu bar URL


raytowle

Question

Hi. I'm hoping this is the right section for this. I'm using the left CMS block which has information links under it, but the heading "Information" has a URL associated with it and I simply cant figure out where this link is being generated. Any ideas how to remove this URL? Thanks

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

@raytowle

go to httpdocs / themes / community-theme-default (or your own theme) / modules / blockcms / blockcms.tpl

{if $block == 1} {foreach from=$cms_titles item=cms_title} <section class="blockcms-block blockcms-block-col block"> <h2 class="title_block section-title-column"> <a href="{$cms_title.category_link|escape:'html':'UTF-8'}"> {if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if} </a> </h2>

you can delete here the <a href ......... or comment it out

Link to comment
Share on other sites

  • 0

@colorful-ant Thanks for this.

I've tried this in the theme that were using and it doesnt seem to make a difference. The "Information" link is still there and links you to: /index.php?idcmscategory=1&controller=cms Ive tried the usual tricks of clearing the cache and the more drastic one of restarting the httpd service, but the link is still there....

Any ideas? Ray

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...