Im trying to find the template that displays the list of subcategories.. for example from the main page of the directory you click on Computers & Internet, then you will see the list of all the subcategories and listings underneath. Whats the name of the template where this is listed in PHP 2.1?
All templates have subcategories, please explain a bit more, you probably do not have sql database setup to have subcategories for your categories yet. You can try http://freephpldtemplates.sbclansite.com/ if you wish to try some template, but its mostly Database dependent.
nevermind found it. basically i wanted to add an 468x60 ad on top of the categories.. but not on the "main" page of the directory.. only when viewing listings and subcategories.. anyone know how to work around that?
in top_bar.tpl the code is going to look something like this {if $category.ID neq "0"}<img scr="mybanner.gif" alt="mybanner" width="468" height="60" />{/if} Code (markup):