I want to create a footer manually

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
vishal2209
Forum Members
Forum Members
Posts: 10
Joined: Sat Jan 23, 2010 1:40 pm

I want to create a footer manually

Post by vishal2209 »

Hi
I am struggling to create a footer manually....
the default footer that is visible is similar to sitemap..where all menus are shown...
please help...

Vishal
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: I want to create a footer manually

Post by RonnyK »

Go into your template, check for the div #footer and remove the {menu}-calls that are there....

Then put there what you want there instead...

Ronny
vishal2209
Forum Members
Forum Members
Posts: 10
Joined: Sat Jan 23, 2010 1:40 pm

Re: I want to create a footer manually

Post by vishal2209 »

Thanks RonnyK for help...

In my footer i need to show only few required menus....how to get this..if i make them constant link that would not be  a good soln...
is there a way where i can control what all menus i can show in my footer....
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: I want to create a footer manually

Post by RonnyK »

Check the help of menu. It will show all you can call as parameters... You can call all pages under a parent, or specific items.

Ronny
essexboyracer
Forum Members
Forum Members
Posts: 85
Joined: Wed Jun 20, 2007 5:40 pm

Re: I want to create a footer manually

Post by essexboyracer »

{menu template='footer1' number_of_levels='1'}

The above clal shows the top level content items only

{menu template="footer2" items="telephone,online-survey,newsletter,blog,privacy-policy"}

This one shows only the page alias telephone,online-survey,newsletter,blog,privacy-policy or whatever you call them.
Post Reply

Return to “Developers Discussion”