|
|
#1 |
|
Member
Join Date: Aug 2008
Posts: 61
Rep Power: 3 ![]() |
Hi,
I am trying to display all my parent categories on my pages and am using the "categories_parent" plugin. I am not able to display the totals, do I have to specify another parameter as I see the function has the following set at the start: $show_total='N'; I am using the suggested code in my layout.tpl file as per the documentation. {categories_parent} <ul> {foreach from=$pcat item=entry} <li>{$entry.link} {$entry.total}</li> {/foreach} </ul> If I want to also display the images for each category, can someone let me how I do this? Thanks in advance...
__________________
Many Thanks, Nagrap2 Developer Version 4.0.8 |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Mar 2006
Posts: 3,886
Rep Power: 94 ![]() ![]() |
include show_total="Y" in the plugin line....
{categories_parent show_total="Y"} That plugin does not get category image details from the database at all so you would have to add that functionality to the plugin.
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Content Not Displaying | tdisraeli | v4 Questions & Support | 16 | 01-14-2009 10:40 AM |
| Displaying enlarged images | Red | v4 Questions & Support | 10 | 04-24-2008 12:36 PM |
| Displaying parent+subcategories | rsigua | HTML, CSS, and Design Help | 3 | 08-01-2007 06:35 AM |
| Not displaying price | Unregistered | Pre Sales Questions | 4 | 02-27-2007 02:39 PM |
| Not Displaying Values. | Maffo | v3.1 Modules & Modifications | 10 | 05-09-2006 11:26 AM |