Forums / Setup & design / How to assing templates

How to assing templates

Author Message

Sergio Herrera

Thursday 20 January 2005 10:53:02 am

I want to do this:

 $var = 
Main Site Page (template1)
- News Main Page (template2)
  - Full Article (template3)
- Music Main Page (template4)
  - Artists Main Page (template5)
    - Biography Page (template6)
    - Artist's Albums Main Page (template7)
      - Artist's Album Information (template8)
    - Artists News Main Page (template9)
      - Full Article (template10)
Forums Main Page (template11) (Forums reside in Eve Platform - UBBx Module {another database})
 - Category 1 Main Page (template12)
 - Category 2 Main Page (template13)
 - Category 3 Main Page (template14) ();

Now I can't figure out how to do that! Ok I got this working: http://www.micantina.com/content1/index.php/content/news__1/ But I want this page to look kind of like: http://micantina.com/content/musica/ . The Full Article pages I want them looking like this: http://micantina.com/content/musica/articles.php?id=37 BUT right now they just look like this: http://www.micantina.com/content1/index.php/content/news__1/pa_corridos ... THEN I also want to tie the login system with my other database to autenticate users in my Eve Community using an API.

Any help is very much appreciated as I'm really really lost here. THANKS

Sergio Herrera

Thursday 20 January 2005 12:51:28 pm

Or is this even possible?

I've been readying the documentation but I haven't found a section where it says that I can use different templates for different sections and different templates for categories under those sections. Has anyone done this or at least tried to?. I already have a template system but it's based on pure PHP and it's only a Template system and nothing else, but I choose Ez Publish for the ease of being able to publish articles and not having to go around modifying several pages just to let visitors know there's a new article.

Thanks.