[support] Structuring a menu where there's no parent
DTH
david at hartster.org
Tue Oct 25 13:27:44 UTC 2011
Ahah. Looks like this problem is specifically solved by
http://drupal.org/project/menu_firstchild
On 25 October 2011 13:33, DTH <david at hartster.org> wrote:
> I (just) have, but unless I'm being dumb (possible), that just seems
> to allow for easy creation of dropdowns, rather than allowing me to
> alter the menu structure.
>
>> From: Steve Karsch <steve at stevekarsch.com>
>> Have you had a look at Nice Menus? http://drupal.org/project/nice_menus
>>
>> On Tue, Oct 25, 2011 at 7:05 AM, DTH <david at hartster.org> wrote:
>>> Am assuming I'm being a bit obtuse, but effectively I want my menu to look like:
>>>
>>> ---Home
>>> ---Events
>>> -------Event 1
>>> -------Event 2
>>> -------Event 3
>>> ---Contact etc
>>>
>>> This will be a dropdown menu, so when people mouseover Events, they
>>> see the dropdown of Event 1/Event 2/Event 3. This is all fine.
>>> However, there is no content for an Events page itself, and if someone
>>> clicks on Events, they should be taken by to the Event 1 page.
>>>
>>> What's the neatest way of doing this? I could create a "blank" Events
>>> page and then redirect somehow (custom module/global redirect?) to
>>> Event1, but this seems slightly hacky. Is there an alternative.
>>>
>>> I'm using D7.
>
More information about the support
mailing list