How cam we make menu section dynamic??

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
rasmita
Forum Members
Forum Members
Posts: 11
Joined: Thu Apr 02, 2009 6:46 am

How cam we make menu section dynamic??

Post by rasmita »

I am a newbie and I have least knowledge about CMSms, Can anyone tell me how to make menu section dynamic from static, or how can we call it from the pages we have added in the Content section in admin panel????

Code: Select all


<div class="left_menu_link"><ul><li class="arial11Rffffff">test1</li><li class="arial11RC7F2FF"><a href="#" class="arial11RC7F2FF">test2</a></li>
            <li class="arial11RC7F2FF"><a href="#" class="arial11RC7F2FF">test3</a></li>
            <li class="arial11RC7F2FF"><a href="#" class="arial11RC7F2FF">test4</a></li>
            </ul>
            </div>

PLEASE HELP ME OUT, as it is my new attempt to first project......

Thanx in advance
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: How cam we make menu section dynamic??

Post by jmcgin51 »

You need to add the {menu} tag in your template, and then read the Menu Manager help to find out how to customize the menu.

Be forewarned that customizing a menu is probably one of the hardest parts of this software for a noob...

Read the help, search the forums, and post a question when you can't find an answer...
Post Reply

Return to “Developers Discussion”