HI all,
Im looking for some guidance/assistance to try and get a menu problem solved.
The site is set up so when an article is published it gets automatically added to the menu items available across the site…it started like this.
{exp:channel:entries channel="student" dynamic="no" disable="{disable_option}" orderby="entry_id" sort="asc"}
<li><a href="http://{title_permalink=">{menu_title}</a></li>
{/exp:channel:entries}This worked well until there came a need to be able to reorder the items, so I did this.
{exp:low_reorder:entries set="2"}
<li><a href="http://{title_permalink=">{menu_title}</a></li>
{/exp:low_reorder:entries}This worked well for re-ordering but then items were not automatically added to the menu.
So then, and perhaps Im showing my beginner status, I did this
{exp:channel:entries channel="student" dynamic="no" disable="{disable_option}" orderby="entry_id" sort="asc"}
{exp:low_reorder:entries set="2"}
<li><a href="http://{title_permalink=">{menu_title}</a></li>
{/exp:low_reorder:entries}
{/exp:channel:entries}and THAT broke it completely.
Would anyone care to suggest how I can get both functions working, I’m happy to buy add-ons if required, I’m just really stumped?
Thanks
Brett