Azzuro Template; Just need a hint!

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Lobotaman
Posts: 14
Joined: Sat 9. Feb 2008, 15:10
Location: Georgia, United States

Azzuro Template; Just need a hint!

Post by Lobotaman »

Hello,

I am a newbie and have gotten pretty far on my own, my biggest accomplishment is that my "Contact Us" form is nearly fully functional (all but a small issue with the resulting email, but I think I can muscle through that).

I am using the Azzuro Template from http://www.128.weitzelmedia.de/index.php?install_tmpl3.

MY QUESTION IS: How do I get text to go into the left column on this template?

Oddly enough, "Azzuro" doesn't show up in a search and everything else I type either finds the wrong thing or too many things to list.

I have looked at the docs at http://www.phpwcms-docu.de/index.php?english_version and this topic isn't covered under "Articles"

I have been able to get something over there, but then the title shows up in the main section.

Please help get me off to a start on getting content into the various portions of my page.

Thanks,

John
User avatar
flopi
Posts: 125
Joined: Thu 22. Nov 2007, 15:26

Re: Azzuro Template; Just need a hint!

Post by flopi »

When u write the article content change the display form main column (Content) to left (Left).
If the article should be all the time in the left column then u have to put the {SHOW_CONTENT: CPA, article ID} in your left colum in the template. To display it only when home button is clicked then u has to put {LEFT} in your template.

mfg
flopi
(\_/)
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!
Lobotaman
Posts: 14
Joined: Sat 9. Feb 2008, 15:10
Location: Georgia, United States

Re: Azzuro Template; Just need a hint!

Post by Lobotaman »

Thank you for your reply.

I have done what you're suggesting, specifically choosing (Left) instead of (Content), but so far when I do that, I can't get BOTH the (content) article and the (Left) article to show at the same time. In fact, I actually had it once where the title/subtitle was in the (content) section and the body of the text made it over to the (Left).

Do I sound confused? I am!

Maybe the answer to this question will help me: Do I need to make (and choose) seperate templates in order to put articles in the (Left) column and the (Content) area ?

Thank you for your patience...

I can't tell you how badly I want to get a handle on this...

Thanks!

John
User avatar
flopi
Posts: 125
Joined: Thu 22. Nov 2007, 15:26

Re: Azzuro Template; Just need a hint!

Post by flopi »

No u dont need a seperate template for content and left box.
u put the css file in the correct folder?
U have made a new Template with the code:

Code: Select all

<div id="container">
<div id="header">{HEADER}</div>
<div id="navigation">{NAV_ROW}</div>
<div id="left">{LEFT}</div>
<div id="content">{CONTENT}</div>
<div id="footer">all rights reserved &copy; your name | your company 2006</div>
</div>
and set it to standart?

What u have to do now is to made an article and set the display to LEFT.
An other article in the same Category and set the display to CONTENT.

If u have problems put some sreens of your backend here.

mfg
flopi
(\_/)
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!
Post Reply