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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
force2083
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 11, 2008 6:32 am

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

Post 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.  ???
rvdv
Forum Members
Forum Members
Posts: 62
Joined: Wed Oct 31, 2007 2:16 pm

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

Post 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?
force2083
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 11, 2008 6:32 am

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

Post 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.
rvdv
Forum Members
Forum Members
Posts: 62
Joined: Wed Oct 31, 2007 2:16 pm

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

Post 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'.
force2083
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 11, 2008 6:32 am

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

Post 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?
rvdv
Forum Members
Forum Members
Posts: 62
Joined: Wed Oct 31, 2007 2:16 pm

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

Post 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?
force2083
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 11, 2008 6:32 am

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

Post 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?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post by Dr.CSS »

calguy1000 has a thread in the tip and tricks...

http://forum.cmsmadesimple.org/index.ph ... l#msg82342
force2083
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 11, 2008 6:32 am

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

Post by force2083 »

Thanks!
I will try this.
Post Reply

Return to “CMSMS Core”