2
This should be easy to accomplish by editing the appropriate template.
1) Go to Tools > Templates and click the CLONE button on right to create a new set of templates. You cannot edit the default templates.
2) Find the appropriate template to edit. In your case, open the SmartSection and then look at each template to find the one you want to change.
3) Edit the code in your cloned template. It's probably a Smarty shortcut. And the line you want to delete probably includes:
{$block.lang_category}
Here's a larger snippet from one of the templates to show you what you are looking for in context:
<tr>
<th class="head" nowrap="nowrap"><{$block.lang_title}>th>
<th class="head" nowrap="nowrap" align="left"><{$block.lang_category}>th>
<th class="head" nowrap="nowrap" align="right" width="120"><{$block.lang_date}>th>
tr>
NOTE: If you make a mistake or want to revert back to the original, you can always DELETE and then GENERATE a cloned template.4) Now to SEE your new template you need to tell XOOPS that you are not using the defaults. Open PREFERENCES -> SYSTEM -> GENERAL SETTINGS and change the DEFAULT TEMPLATE SET to the one you have cloned.
5) And because I always forget.... Turn on the CHECK TEMPLATES FOR MODIFICATIONS. Once you are done editing and everything is working you will want to turn this off again.
Done.
...