Login     Sign up
Adding "About us", "Privacy", "Terms and Conditions" Pages and menus
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

I would like to add a menu button that will allow me to list custom pages such as "About us", "Privacy", "Terms and Conditions", "Contact Us", "FAQ", "Become Sponsor" and so on?

Any suggestions?

Im currently using the Blue Template.

[url]http://dealtowntoolbar.com/dealsocial/[/url]

172 months ago
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

hi

1-
[url]http://www.jcow.net/docs/?s=apps_development[/url]
and create pages or download the test file and edit it
2-
Activate ir in modules
3- go to translate and change title as you want
4-in [url]http://youdomain/index.php?p=admin/menu[/url] , make necesary changes.

i hope that what u asked for ( using tabs, you can have many pages in the same button )

172 months ago
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

Explain further what you mean by this ->

[quote=eliz]hi
i hope that what u asked for ( using tabs, you can have many pages in the same button ) [/quote]

Is it possible to have different tabs appear, depending on what page a user is viewing?

172 months ago
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

if you install the test module, you will see tabs , so edit it as you like

172 months ago
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

Cheers buddy, ill give it a go

172 months ago
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

Do you mean this code found in test.menu.php?

function test_menu() {
$items = array();
$items['test/public1'] = array(
'name'=>'Test Pmenu',
'tab_name'=>'Primary Tab',
'type'=>'public'

I take it im able to add drop down menu from there?

What id like to do is add my own menu items to a drop down menu. Then i can have a tab "About us" with additional menu items pointing to pages that explain how to use the site for example. Bit like the "My apps" tab on this site, but with bespoke links to pages on the site or offsite.

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

Hi so you just want like a dropdown menu

172 months ago
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

Yes one that i can edit and point to pages or modules i create or to other functions.

172 months ago