Page 1 of 1

Help please: How to remove page title displaying above news

Posted: Mon May 03, 2010 9:03 am
by hans30
Hi !!!!

I am using MLE 1.6.6. (three languages hr-HR en_EN de_DE)
Everything working really nice, no problems with translating pages.
To translate news I do this ( forum by Alby)
Generate 3 separate categories (each for 1 language)
Vijesti-hr_HR
Vijesti-en_US
Vijesti-de_DE

(Vijesti (croatian) --NEWS(english))

In main template i wrote:

{news category="news-$lang" number='4' }

also try
{news category="news-$lang" number='4' detailpage='news' }

I cant remove page titles :)

I read lots of forum posts and wiki documentation and I still dont know how to solve this:) :)

Thanx

Re: HOW TO REMOVE PAGE TITLE DISPLAYING ABOVE NEWS

Posted: Mon May 03, 2010 9:40 am
by Rolf
Please read the forumrules: http://forum.cmsmadesimple.org/index.ph ... l#msg86234 at Point 4

Rolf

Re: Help please: How to remove page title displaying above news

Posted: Mon May 03, 2010 12:06 pm
by alby
Your page title is not in news.... look in your page template ({title})

Alby

Re: Help please: How to remove page title displaying above news

Posted: Mon May 03, 2010 1:08 pm
by hans30
Sorry Alby,  I dont understand,

In my main template I put this

{news category="Vijesti-$lang" number='4' detailpage='news' }

Re: Help please: How to remove page title displaying above news

Posted: Mon May 03, 2010 2:57 pm
by alby
hans30 wrote: Sorry Alby,  I dont understand,

In my main template I put this

{news category="Vijesti-$lang" number='4' detailpage='news' }
From your image you are in english home page with title "HOME-EN"
1. Go in admin panel and look the "template name" of your homepage
2. Go in Template and edit that "template name"
3. Scroll, find {title} in body section, remove {title} and Apply

Alby

Re: Help please: How to remove page title displaying above news

Posted: Tue May 04, 2010 7:26 am
by hans30
Thank you Alby

If i remove {title}, page titles also will be removed (not displayed). Is it possible that the page titles be displayed but removed (or not visible) when the news are displayed. Maybe I got problem with main template. I notice that original templates (Cms made simple built in templates) working at that way.

Re: Help please: How to remove page title displaying above news

Posted: Tue May 04, 2010 9:54 am
by Peciura
hans30: Similar thing you want is described on section "Dynamic tags" on http://calguy1000.com/Blogs/5/60/the-we ... art-2.html also there is link to full template at he bottom of article.

Re: Help please: How to remove page title displaying above news

Posted: Tue May 04, 2010 4:57 pm
by alby
hans30 wrote: If i remove {title}, page titles also will be removed (not displayed). Is it possible that the page titles be displayed but removed (or not visible) when the news are displayed.
In general you have 2 {title} tags, one in head section (in ... ) and another in body section.
Remove in body section only. In this way you have title in top browser window only

Alby

Re: Help please: How to remove page title displaying above news

Posted: Thu May 06, 2010 4:34 pm
by hans30
Thank you Alby.