Hi,
I'm running cmsms v 1.11.4 and the news module 2.12.10 on xampp v 1.7.7 on a windows 2008 server. Everything is pretty stock apart from implementing pretty urls. I have created a new style template that works fine on regular pages.
The problem I'm having is there is no styling on my news [more] page. In the preview panel it all looks fine but clicking the more link results in unstyled content. I'm using an unmodified Simplex_Detail template and have set Default page to use for detail views as my home page, none didn't work either.
I'd appreciate any help you could give me on this.
Mark
News css not working
Re: News css not working
Are you sure the {news} tag doesn't have a detailpage= parameter in it and that you set the detail page in News admin..?
Re: News css not working
It seems to be a Pretty Url issue.
I followed the advice on;
http://docs.cmsmadesimple.org/configuration/pretty-url
for setting a windows server and included;
$config['url_rewriting'] = 'internal';
in the config.php
If I remove this it all works. Just without pretty url's.
It also produced an issue with the return link.
I followed the advice on;
http://docs.cmsmadesimple.org/configuration/pretty-url
for setting a windows server and included;
$config['url_rewriting'] = 'internal';
in the config.php
If I remove this it all works. Just without pretty url's.
It also produced an issue with the return link.