Guest locen Posted December 11, 2015 Share Posted December 11, 2015 (edited) Hi, I would like to display only a few pages cms a block of links in the left column and other columns in other pages cms ..thanks to who will reply Edited May 10, 2016 by locen (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted December 12, 2015 Share Posted December 12, 2015 Do you want to use a specific module already? In any case you might have to create your own, and add id_cms to the options for each link, and a custom method to retrieve them (kind of long to explain) 1 Link to comment Share on other sites More sharing options...
Guest locen Posted December 12, 2015 Share Posted December 12, 2015 Noni wouldn't use a module to do this. I would different left colulmns for different cms pages Link to comment Share on other sites More sharing options...
NemoPS Posted December 14, 2015 Share Posted December 14, 2015 If it's for the columns only and you are happy with hardcoding what you need, try this{if isset($smarty.get.id_cms) && $smarty.get.id_cms == 3} show one thing{else if isset($smarty.get.id_cms) && $smarty.get.id_cms == 5}Show something else{/if} Link to comment Share on other sites More sharing options...
Guest locen Posted December 14, 2015 Share Posted December 14, 2015 Thanks a lot, but which file i should modify? Link to comment Share on other sites More sharing options...
Guest locen Posted December 14, 2015 Share Posted December 14, 2015 http://www.martemodena.com/shop/ this is my website and i would hide all left columns in cms page, EXCEPT some pages that they have same these columns in this link (http://www.martemodena.com/shop/blog) To hide columns in cms pages i go on PREFERENCES-->THEMES-->ADVANCED SETTINGS and i disabled left columns for cms pages but i would in some pages shows three columns like this links (http://www.martemodena.com/shop/blog) this link is a module not a cms page Link to comment Share on other sites More sharing options...
NemoPS Posted December 16, 2015 Share Posted December 16, 2015 You need to edit header.tpl and footer.tpl, for the left and right one respectively Link to comment Share on other sites More sharing options...
Guest locen Posted December 16, 2015 Share Posted December 16, 2015 Hi, what i should modify to do them? 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