hi
For some reason, the links on the news module like to the admin section. For example
http://www.stokesocialistparty.org.uk/a ... eturnid=-1
and comparing the link on here the link for news items are in this format:
http://svntest.cmsmadesimple.org/index. ... eturnid=20
so no admin folder or moduleinterface.php page.
My site is up, here (still in the process of making it! But the news is there)
Thanks,
Greg
news module
-
AnneDonnelly
- Forum Members

- Posts: 14
- Joined: Thu Nov 24, 2005 7:28 pm
Re: news module
Greg,
Did you solve your problem ?
I had the same thing. I fxed mine by not using a page of type news but using a normal content page and inserting the tag {cms_module module="news"}.
HTH
Anne
Did you solve your problem ?
I had the same thing. I fxed mine by not using a page of type news but using a normal content page and inserting the tag {cms_module module="news"}.
HTH
Anne
-
grogoreo
Re: news module
Thanks for the help Anne.
No I didn't find out a way and shall try your way!
Thanks again,
Greg
No I didn't find out a way and shall try your way!
Thanks again,
Greg
-
grogoreo
Re: news module
Argh! No it still hasn't worked!
Another problem is that when the page is included, the header for the page has two of them, saying the same thing! Is this a problem or not?
Another problem is that when the page is included, the header for the page has two of them, saying the same thing! Is this a problem or not?
-
grogoreo
Re: news module
I've now realised that the second header was only a breadcrumb line.
Still no look with the link!
Still no look with the link!
-
grogoreo
Re: news module
It seems that the demo has the same problem http://demo.opensourcecms.com/cms/index.php?page=News
-
grogoreo
Re: news module
Sorry for all the posts! But it NOW works, and it was what Anne said! I don't know what was wrong ealier, but now it works.
Now I have a content page with the code...
...in and then have the News module called mod_news. And it works! I think it was the single quotes.
Thanks,
Greg
Now I have a content page with the code...
Code: Select all
{cms_module module='news'}Thanks,
Greg
