TheRedFeathers Posted April 24, 2012 Share Posted April 24, 2012 Does anyone know what I need to add to blockcms.tpl in order to show a brief description of the CMS page? This brings in the title for the page: {$cms_page.meta_title|escape:html:'UTF-8'} and this brings in the content on cms.tpl: {$cms->content} but I can't seem to get the content to show on the CMS block. Link to comment Share on other sites More sharing options...
CartExpert.net Posted April 24, 2012 Share Posted April 24, 2012 Hi, Edit modules/blockcms/blockcms.php at line 208 , add cl.`content` to the query. Edit modules/blockcms/blockcms.tpl insert {$cms_page.content} to the appropriate place. Do not forget to escape the HTML entities and truncate it. This should work. Link to comment Share on other sites More sharing options...
maio Posted February 21, 2013 Share Posted February 21, 2013 I'd like to add "page content" to the cms category page form but I can't quite figure it out , what do you guys suggest? 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