Search found 3 matches
- Thu Mar 08, 2012 12:16 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: add multiple content blocks from editing interface
- Replies: 3
- Views: 1778
Re: add multiple content blocks from editing interface
thank you mcDavid your solution appeared to be the right solution, however I still miss a bit. I tried using your solution with the template below: {content block="optional product1" assign='product1'} {if !empty($product1)} <div class="product1">{content block="optional pro...
- Wed Mar 07, 2012 8:59 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: add multiple content blocks from editing interface
- Replies: 3
- Views: 1778
add multiple content blocks from editing interface
Hi everyone, I have a page which will contain multiple blocks of content representing a list contained inside <div class="item"></div>. In the template I can put <div class="item"> {content} </div> <div class="item"> {content block="2"} </div> <div class="...
- Sat Dec 10, 2011 11:17 am
- Forum: CMSMS Core
- Topic: default install links screw "http://localhost/redirect?url="
- Replies: 1
- Views: 1077
default install links screw "http://localhost/redirect?url="
Hi all I have a default install of CMS made simple, the config file is correctly set with root url: $config['root_url'] = 'http://localhost/tecnoz'; however all links in the menu are of the form: http://localhost/redirect?url=http%3A%2F%2Flocalhost%2Ftecnoz%2Findex.php%3Fpage%3Dpages-and-navigation ...