PDA

View Full Version : How to include PHPLD but start at different categories/subc?


gustotelmy
11-14-2005, 06:31 AM
Is there a way to include PHPLD but start at different categories/subc?

ie i have a page about widgets
include phpld to show widgets category/subcategory...

then another page on wizardry...
include phpld to show wizardry category/subcategory...

is it possible? thanks in advance

yktan
11-14-2005, 07:03 AM
Hi gustotelmy,

You will probably have to do it manually. Get the IDs for the categories and manually do a {if} statement to include the files. For example, say the Widget category ID is 10. In your template file, you will have to do:
Content visible to registered users only.

Regards,
York Kie

gustotelmy
11-15-2005, 05:40 PM
Content visible to registered users only.

thank you very much yktan i will try that! :D