10
after I edited the template directly with my text editor, I found out that the changes were not saved. Then I edited it again using the template manager in XOOPS but the changes are still not reflected. I think I need to update the news module in order to insert the new template into the database. I have done that but I still can't get the category title to show up above the topic description. Here's what I have done:
I added this to /modules/news/index.php
$story['categorytitle'] = $thisstory->textlink();
and changes the template using the template manager
<{if $topic_description != ''}>
<div style="text-align: center;"><{$story.categorytitle}><{$topic_description}>div>
<{/if}>
I then updated the module but the output seems to ignore the smartytag.
Can anyone see what I am doing wrong?