Title |
Display Categor List on internal pages |
Message Text |
Hello, I want to be able to display the catergory list on internal pages (NOT as a drop down list though) as I only have around 12 categories - for example when you go to category page blue widgets I have in the ' show links in category ' template a left hand column that I want to display the other main categories in I tried using the same code that is used to display the categories on the home page - see below, but when you put the same code into the show links in category ' template it only displays the category that you are in ie Blue Widgets is - there a way that you can list all category descriptions ? Thanks Mel - code I am using is below <div class="fpcatsindex"><!-- Start fpcatsindex --> <!-- BEGIN CATSBODY --> <!-- BEGIN REGULAR --> <a href="{CATURL}" class="categoryname">{CATNAME}</a><br> <IF {CATHASDESCRIPTION}>{CATDESCRIPTION} <br> </IF> <IF {SWITCH_FORUMVIEWS}>{CATVIEWS} views<br> </IF> <IF {SWITCH_ONLINEFORUM}>{CATNUMONLINE} viewing<br> </IF> <div class="subcatsmainpage"> <!-- BEGIN SUBSUB --> <a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a> <!-- END SUBSUB --> </div> <!-- END REGULAR --> <!-- END CATSBODY --> </div> </div><!--finish fpcatsindex-->
|
Rating |
0/5 based on 0 votes.
|
Ownership |
mel |
Views |
521 views. Averaging 0 views per day. |
Similar Topics |
|
Submission Date |
Mar 15, 2008 - 11:26 AM |