Page 1 of 1

News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Wed Jun 11, 2008 9:34 am
by force2083
yes notice that too, I'm just a CMSms beginner.

could you also help me with the news modul rvdv?
Is it posible to change the RSS Feed name? Don't found such a function.
The CMS just add following code:

Code: Select all

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.url.de/cmsms/index.php?mact=News,cntnt01,rss&cntnt01showtemplate=false&cntnt01category=&cntnt01number=20&cntnt01returnid=29" />
So the name of the Feed is "RSS 2.0" how to change that?
And by the way is it possible to manipulate the {tite} tag? cos if i click a news link on my website the tite of my site does not change to "News" for example, the title stay fixed to the name of the last clicked page.  ???

News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Wed Jun 11, 2008 9:45 am
by rvdv
force2083 wrote: yes notice that too, I'm just a CMSms beginner.

could you also help me with the news modul rvdv?
Is it posible to change the RSS Feed name? Don't found such a function.
The CMS just add following code:

Code: Select all

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.url.de/cmsms/index.php?mact=News,cntnt01,rss&cntnt01showtemplate=false&cntnt01category=&cntnt01number=20&cntnt01returnid=29" />
So the name of the Feed is "RSS 2.0" how to change that?
And by the way is it possible to manipulate the {tite} tag? cos if i click a news link on my website the tite of my site does not change to "News" for example, the title stay fixed to the name of the last clicked page.  ???

No, you can't change the title RSS 2.0 in that tag. It's hard coded in the news.module.php file. With some modifications it might be able to change it but i can't help u with that...

And you have an example of that title tag? Because i can't find that problem myself in my setup since everything is working fine... What version of CMSMS are you using?

News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Wed Jun 11, 2008 10:16 am
by force2083
I'm using latest 1.3
(Send the link to the website by pm to you)
If you click on a news on the right there will be still "Produkte" shown as title.

News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Wed Jun 11, 2008 11:13 am
by rvdv
Ah, now i get it...

Well, it is possible to show the news in a page that doesn't show a title. This way you can change the news template so it echo's the title with the correct format. You should use the tag like this:

{news detailpage="newspage"}

In this one the news will be shown on the page 'newspage'.

News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Wed Jun 11, 2008 12:06 pm
by force2083
Hm... I'm useing this tag to call the news in my content:

Code: Select all

{news number='3' detailpage='news'}
But you saw the result... there is always an other title.
Is there no posibilty to reset the {title} and set a new title if someone click the News?
Or do I need to delete the {title} from my template and set it on every content site?

News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Wed Jun 11, 2008 12:12 pm
by rvdv
Well, it's strange... when i have a news page and use it the way you do i just get the news title... try to give the news page a template without the {title} tag?

News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Wed Jun 11, 2008 12:46 pm
by force2083
hm there is no news page...
just send the news detail page to the content by clicking the News on the right side.
Maybe is this the problem?

News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Wed Jun 11, 2008 6:27 pm
by Dr.CSS
calguy1000 has a thread in the tip and tricks...

http://forum.cmsmadesimple.org/index.ph ... l#msg82342

Re: News tag, RSS, templates Re: [SOLVED] Problem with generated menu Code

Posted: Thu Jun 12, 2008 12:00 pm
by force2083
Thanks!
I will try this.