Log in

View Full Version : Where can I edit the category strip template?


RC Attacker
02-28-2011, 06:42 PM
I want to change category strip descriptions from displaying under the category strip name to next to it. But I don't know what template or where in general to find this. Can someone point me in the right direction?

RC Attacker
03-02-2011, 09:43 PM
bump

kh99
03-02-2011, 11:18 PM
I'm not sure exactly what part you mean, but if you go to the ACP and turn on "Add Template Name in HTML Comments" (Under General Settings), then you can view the HTML source of your page, find the part you want to change, and the comments will tell you what template it's in.

RC Attacker
03-02-2011, 11:51 PM
Thanks, I found the template, but now I'm not sure how to do what I want. Because if I make any changes, it won't just do it to the category, but the forums as well. Attached, is what I want to do.

kh99
03-03-2011, 12:03 PM
Maybe try:

<if condition="$foruminfo['cancontainthreads']">
// code for forum
<else />
// code for category
</if>