1
Now I got to know XOOPS more and more I've my own theme (almost) running. But it still needs some modifications.
Editing the templates is the thing I do now. Playing with the fields and how to view them to the outside world I found a little problem.
Let's take for example the 'news' module. In the default template we have the following options beneath a news article:
<{$story.adminlink}> <{$story.morelink}>
These variables will display the following by default:
<"Edit" - "Delete"> <"Read more..." - "xxx bytes more" - "Comments">
My questions now is how I should change the value of these variables because I couldn't find it in any of the template files. An example I want to get is this:
<"Edit"> <"Read more..." - "Comments">
Do I need to change this variable in the core of the newsmodule itself?