Displaying Cataloger Items on home page
Posted: Mon Jun 04, 2007 10:20 pm
I've used the cataloger module quite a few times but have just found the need to do somehting I've never done before. I'm trying to display a list of items from my 'catalog' on the home page in the form of a drop down list. The problem, I think is that the home page is not the parent of the catalog items. Is there a way to access items outside of the hierarchy?
Here is my template:
right now I'm just getting an empty select box.
I appreciate any help.
Thanks!
Here is my template:
Code: Select all
<select name="bod" id="bod">
{section name=numloop loop=$items}
<option value="{$name}">{$name}</option>
{/section}
</select>I appreciate any help.
Thanks!