node_category_level_1 I removed some code but they still show O_o

x4rl

Well-known member
Hey am trying to remove the category name's and descriptions (from the forum list page only)

PHP:
        <div class="categoryText">
            <h3 class="nodeTitle"><a href="{xen:link categories, $category}">{$category.title}</a></h3>
            <xen:if is="{$category.description}"><blockquote class="nodeDescription baseHtml">{xen:raw $category.description}</blockquote></xen:if>
        </div>

I tryed
PHP:
{$category.title}
and
PHP:
{xen:raw $category.description}
first and that didn't work
So I removed the whole part (just to test) and it still showed o_O
I can't seem to find any other place where it could be
Any ideas?
Thanks

Edit
It helps if you click the right skin and make the changes............................:cry:
The above works fine if your after the same job
 
Top Bottom