Page 1 of 1

One simple step

Posted: Mon 12. Jul 2004, 19:16
by mom2nine
I've got the script setup and configured, and can even get the site to display the template I put together. I've added articles and categories and everything looks like it should be ready to go, but only the template displays on my site...no navigation links, no content. I don't see anything that say "publish" on the admin list and no instructions about what makes the content display. It's all set to be visible, public, etc. Is there some magic word I need to use?

Re: One simple step

Posted: Mon 12. Jul 2004, 19:19
by Pappnase
mom2nine wrote:I've got the script setup and configured, and can even get the site to display the template I put together. I've added articles and categories and everything looks like it should be ready to go, but only the template displays on my site...no navigation links, no content. I don't see anything that say "publish" on the admin list and no instructions about what makes the content display. It's all set to be visible, public, etc. Is there some magic word I need to use?
hello did you place in you template somewhere else (mostly in the lft or right table) the {NAV_TABLE_COLUMN} TAG? And in the main the {CONTENT} Tag.

It really is simple, once you know how!

Posted: Mon 12. Jul 2004, 19:33
by mom2nine
No, I didn't know to do that...now that I've added those two codes, it's displaying and I have a better idea what I need to tweak to get the site to do what I want.

Another question, if you don't mind...How can I get the categories to display a list of the articles that are in them? For example, my site structure is
index (Welcome Page)
- Category 1
-- subcategory 1
---- articles
- Category 2
--subcategory
----articles

I want the Category 1 page to display a list of the subcategories, and the subcategory page to display a list of the articles. Is this workable?