Where's my News article? [solved]

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
javierdl
Forum Members
Forum Members
Posts: 67
Joined: Tue Oct 09, 2007 7:31 pm

Where's my News article? [solved]

Post by javierdl »

As you'll infer, I'm a total rookie at this so please bare with me.
I have managed to get the cms installed, and got to change some colors around.
Now I created a news article (News Test), but I don't see it anywhere :(
Wasn't it supposed to appear on the left side of the Home content?
Btw, this is my cms site



Image





Image
Last edited by javierdl on Sun Oct 28, 2007 3:13 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Where's my News article?

Post by Nullig »

Ok, two problems.

First, your article is still in "Draft" mode - you need to change it to "Published" before it will show.

Second, there is no call to the news module in your template -you need to add {news} somewhere in the sidebar div of your template.

Nullig
javierdl
Forum Members
Forum Members
Posts: 67
Joined: Tue Oct 09, 2007 7:31 pm

Re: Where's my News article?

Post by javierdl »

you need to add {news} somewhere in the sidebar div of your template.
Excellent! Thanks a lot Nullig! :)
Now, to "add" the tag... is this something I can do with the CMSms GUI?

J
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Where's my News article?

Post by Dr.CSS »

You can put the {news} tag in the template or a page when editting, in page be careful it doesn't get wrapped in a format...
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Where's my News article?

Post by Nullig »

On the Admin menu, go to Layout and select Templates. Find your current template, the one with the green checkmark, and click on it. Scroll down until you find:


       
and add a line after that with:

{news}

making sure it's before the .

Nullig
javierdl
Forum Members
Forum Members
Posts: 67
Joined: Tue Oct 09, 2007 7:31 pm

Re: Where's my News article? [solved]

Post by javierdl »

Yes!

No doubt, you guys are doing what you should be doing: helping rookies like me  ;)

Thank you both so much. This issue is now happily solved :)

J
Post Reply

Return to “Layout and Design (CSS & HTML)”