error News.module Topic is solved

General project discussion. NOT for help questions.
Post Reply
maxilmago

error News.module

Post by maxilmago »

line 99

Code: Select all

$url = $config['root_url'].'/index.php?mact=News,cntnt01,rss&cntnt01showtemplate=false&cntnt01category='.rawurlencode($categories).'&cntnt01number=20&cntnt01returnid='.$gCms->variables['content_id'];
				}
correct

Code: Select all

$url = $config['root_url'].'/index.php?module=News&id=cntnt01&cntnt01action=rss&cntnt01showtemplate=false&cntnt01category='.rawurlencode($categories).'&cntnt01number=20&cntnt01returnid='.$gCms->variables['content_id'];
				}
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: error News.module

Post by Ted »

Umm...  it's correct for 0.12 and xhtml compliance.
maxilmago

Re: error News.module

Post by maxilmago »

c'è un problema che non si risolve 
 
es: http://www.elitemanagement.it/

if I look at the html page I see

Code: Select all

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.elitemanagement.it/index.php?mact=News,cntnt01,rss&cntnt01showtemplate=false&cntnt01category=elite_news&cntnt01number=20&cntnt01returnid=15" />
&

it is correct to use that parameter, but if I copy the link in the error brouser

this creates a problem. 
 
Can you check?
alby

Re: error News.module

Post by alby »

maxilmago wrote: c'è un problema che non si risolve 
E' un forum in Inglese, se vuoi un aiuto da un maggior numero di persone
maxilmago wrote: es: http://www.elitemanagement.it/

if I look at the html page I see

Code: Select all

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.elitemanagement.it/index.php?mact=News,cntnt01,rss&cntnt01showtemplate=false&cntnt01category=elite_news&cntnt01number=20&cntnt01returnid=15" />
&

it is correct to use that parameter, but if I copy the link in the error brouser
this creates a problem. 
Don't copy/past from source but copy link "from" browser window (ex. with a xml-rss icon)

Alby
maxilmago

Re: error News.module

Post by maxilmago »

Alby, that I had understood it... but what means and that in the form News there is an error that is stamped in automatic
Post Reply

Return to “General Discussion”