[solved] Can't see content on webpage

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
anonme
New Member
New Member
Posts: 2
Joined: Tue Sep 13, 2011 7:01 pm

[solved] Can't see content on webpage

Post by anonme »

Hi there,

I am trying to make one small change to a template on my site. The template currently has three columns where I post content from News. I would like to add a content section above the three columns and beneath the page title explaining what the columns are about. I added the following to the template:

{content block='Left Column Text' assign="left_column_text"}

and was able to enter column on the back end of the site, but when I submit it, it doesn't show up on the actual web page. Am I missing something that I need to add? If so, where do I add it?

Thanks!
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Can't see content on webpage

Post by RonnyK »

The assign is making it stored in a variable. I dont know if you need that, but if you do then {$left_column_text} should be called where you want it showing....

If you dont need the variable for anything, just remove it from the call...

Ronny
anonme
New Member
New Member
Posts: 2
Joined: Tue Sep 13, 2011 7:01 pm

Re: Can't see content on webpage

Post by anonme »

Thank you!
Locked

Return to “[locked] Installation, Setup and Upgrade”