herlitzp 0 Posted March 15, 2009 Posted March 15, 2009 I'm trying to utilize the info block module, but i can't figure out how to upload any files to show up in the information block. Do they have to be a certain file format? Share this post Link to post Share on other sites
brunosilva 0 Posted March 15, 2009 Posted March 15, 2009 hellogo to tools / CMSwrite new cms pages...then go again to modules and configure info block... add those new cms pages... and this pages will be shown in info block in front end Share this post Link to post Share on other sites
doigro 14 Posted March 17, 2009 Posted March 17, 2009 I need to insert a link directly in this block, not into a cms page. DeliveryLegal NoticeTerms and conditions of useAbout usNew linkHow to do this? Share this post Link to post Share on other sites
rocky 956 Posted March 17, 2009 Posted March 17, 2009 To add non-CMS links to the info block, you will have to modify modules/blockinfos/blockinfos.tpl and insert the links before or after the foreach loop. Share this post Link to post Share on other sites
hieloiceberg 14 Posted March 18, 2009 Posted March 18, 2009 And will be similar to this: <!-- Block informations module --> {l s='Information' mod='blockinfos'} Name Of Link <--NEWLINK {foreach from=$cmslinks item=cmslink} {$cmslink.meta_title|escape:htmlall:'UTF-8'} {/foreach} Name Of Link <--NEWLINK <!-- /Block informations module --> Share this post Link to post Share on other sites
VietNam4ever 2 Posted June 30, 2012 Posted June 30, 2012 Why have not attached file? Share this post Link to post Share on other sites
Recommended Posts