I'm building a website for my church using Drupal and was wondering if I made a menu item called Events and had sub menu items such as Upcoming Events, Event Calendar, Event Registration, Event Pictures and I didn't want the Events to be clickable, but the sub menus items to be is it possible and if so how?

Events:(Not Clickable)
Upcoming Events:(Clickable)
Event Calendar:(Clickable)
Event Registration: (Clickable)
Event Pictures:(Clickable)

Comments

Kit_Hally’s picture

might be enjoying there well earned rest
it's the weekend
and some might even be spending some of there time with fam or friends
or are busy on there own drupal stuff

Give it time, rome was not build in one day
and that goes for drupal to

wishing you nothing but the best

p.s. some might just be having a Sunday rest and be at church them selfs ?

this was a response to your other own respond saying com on and asap but seems that has disappeared ?
lol

cgrim29588’s picture

Seems like other topics in this forum are getting answered except this one.

nirbhasa’s picture

Perhaps use jquery to remove the 'a href' tags when the page displays?

in your script.js file, have something like

$(document).ready(function(){
	
 $('.tabs ul li:contains("<span class="tab">Events</span>")').text('<span class="tab">Events</span>');

});

thats just a first speculative guess

nirbhasa’s picture

i just came across this browsing the recently added modules

http://drupal.org/project/menu_firstchild

might help.

cgrim29588’s picture

How do I use jquery to remove the 'a href' tags when the page displays?

mkmagu’s picture

you should be able to do it with taxonomy, create a vocabulary and then ad terms below it. Then create a new menu using the vocabulary name and add menu items under it using the same terms names. When you have an event to add just choose the menu you want to add it to. This method will allow you to add a menu in a separate block which will make it easier for people to find. I have this menu method set up on my site arcdogtraining.com the menu using this method is Training Information.

Mary M.

cgrim29588’s picture

How do I do that?

cgrim29588’s picture

Hello I need help!

khanz’s picture

I dont know any module which can do this... but searching for 'menu' in modules page might help.

------------
Volvo, Video, Velcro. (I came, I saw, I stuck around.)