spring00 Posted August 15, 2011 Share Posted August 15, 2011 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. Link to comment Share on other sites More sharing options...
Metameme Posted August 16, 2011 Share Posted August 16, 2011 Hi, If you can't change it in the back office, you will have to edit it in the modules .tpl-file. //Mike Link to comment Share on other sites More sharing options...
spring00 Posted August 17, 2011 Author Share Posted August 17, 2011 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 More sharing options...
Groove Posted August 17, 2011 Share Posted August 17, 2011 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 1 Link to comment Share on other sites More sharing options...
spring00 Posted August 18, 2011 Author Share Posted August 18, 2011 Thank so much. I feel like an idiot for not spotting that option! Link to comment Share on other sites More sharing options...
alhakeem2001 Posted October 14, 2011 Share Posted October 14, 2011 Hi guys I have one question here! How to align the title to the center of the box ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now