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.
Please help!
I need to make a page with all news in full tekst - not only the summery. It should be easy - I guess - but how. I am a bit of a newbie to php etc.
yours, elin
You will need to make a new 'News' template, go to Extensions > Modules click the name of the module or Help on the right hand side across from the module for parameters and full explanation...
In the news you have 2 templates, you need Detail, copy it into a notepad file and Save as: yourName.tpl Type: All Files, Note the .tpl, upload it to modules/News/templates...
Then where you use it put in your tag {news summarytemplate='yourName.tpl'} and it will show the News articles in full Detail mode...