ismoran Posted August 2, 2011 Share Posted August 2, 2011 Hi everyone, I'm sure there must be a way to add a link to the homepage from the CMS info block, but can't find a solution. Any ideas, please? Iain. Link to comment Share on other sites More sharing options...
justdogwalking.com Posted August 3, 2011 Share Posted August 3, 2011 Are you looking to link from a cms page or the info block itself. Not sure one can do the latter but linking from cms page just add the url for your home page as a link in the cms page. there is an icon on the top row of the text editor. (PS1.3.2) Link to comment Share on other sites More sharing options...
ismoran Posted August 3, 2011 Author Share Posted August 3, 2011 Thank you for your reply. I wanted a link in the CMS Block to the Homepage (eg. above "About us" in the Information Block) http://www.designplus-shop.co.uk/ I can't help thinking that this must be possible. I thought everyone would want a link back to their homepage (in addition to using the logo as a link). Iain. Link to comment Share on other sites More sharing options...
bluecafe Posted August 3, 2011 Share Posted August 3, 2011 Thank you for your reply. I wanted a link in the CMS Block to the Homepage (eg. above "About us" in the Information Block) http://www.designplus-shop.co.uk/ I can't help thinking that this must be possible. I thought everyone would want a link back to their homepage (in addition to using the logo as a link). Iain. The only way I can think of is hardcoding it in blockcms module <ul class="block_content"> <li class="bullet"><b style="margin-left:2em;"><a href="http://www.designplus-shop.co.uk/" title="Design Plus">Home</a> </b></li> <li class="bullet"><b style="margin-left:2em;"> <a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a> </b></li> ... 1 Link to comment Share on other sites More sharing options...
ismoran Posted August 3, 2011 Author Share Posted August 3, 2011 Thank you so much - that's worked perfectly. I really appreciate your help! Iain. Link to comment Share on other sites More sharing options...
ltdrum Posted September 18, 2011 Share Posted September 18, 2011 Another way to do it. It does require DB access. Add a "Home" link to the CMS and set the "Link_rewrite" to something.... anything that you will reconize. Like CHANGEME. Go into the DB and go to 'cms_lang' Find your "Home" meta title Change the "Link_rewrite" to "../../../../" I had to do it this way because i have multiple CMS blocks and only wanted home in one of them. Hope this helps. Link to comment Share on other sites More sharing options...
lettersets Posted March 11, 2012 Share Posted March 11, 2012 Another way to work around this, is to install the "Link Block" module, then you can add any links you want, both internal and external. 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