Jump to content

(SOLVED)Need to edit words Block Link


Recommended Posts

Hi! I've added the Link module and its working great but I want to change the title. At the moment it says Block Link which looks odd. I want to change it to Menu or just take it off. Please can you help? I've attached a screen shot to show what I mean.

post-213517-0-01846500-1313432060_thumb.gif

Link to comment
Share on other sites

Hi,

 

If you can't change it in the back office, you will have to edit it in the modules .tpl-file.

 

//Mike

 

Hi Mike

Thanks for the tip. But I cant see where I should change it within the .tpl file. The words Block Link are an h4 title I know that much. This is what the file contains:

<!-- Block links module -->

<div id="links_block_left" class="block">

<h4>

{if $url}

<a href="{$url}">{$title}</a>

{else}

{$title}

{/if}

</h4>

<ul class="block_content bullet">

{foreach from=$blocklink_links item=blocklink_link}

<li><a href="{$blocklink_link.url|htmlentities}"{if $blocklink_link.newWindow} onclick="window.open(this.href);return false;"{/if}>{$blocklink_link.$lang}</a></li>

{/foreach}

</ul>

</div>

<!-- /Block links module -->

 

Any ideas? I dont want to mess it up!

Link to comment
Share on other sites

Hi,

 

If you can't change it in the back office, you will have to edit it in the modules .tpl-file.

 

//Mike

 

Hi Mike

Thanks for the tip. But I cant see where I should change it within the .tpl file. The words Block Link are an h4 title I know that much. This is what the file contains:

<!-- Block links module -->

<div id="links_block_left" class="block">

<h4>

{if $url}

<a href="{$url}">{$title}</a>

{else}

{$title}

{/if}

</h4>

<ul class="block_content bullet">

{foreach from=$blocklink_links item=blocklink_link}

<li><a href="{$blocklink_link.url|htmlentities}"{if $blocklink_link.newWindow} onclick="window.open(this.href);return false;"{/if}>{$blocklink_link.$lang}</a></li>

{/foreach}

</ul>

</div>

<!-- /Block links module -->

 

Any ideas? I dont want to mess it up!

 

Hi Jen00

 

you can change the title from admin

 

Modules --> front office features --> Link Block --> configure --- Block Title

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

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...