Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
New feature for Menu module
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  23 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Denitz  
View profile  
 More options Aug 4 2012, 4:51 am
From: Denitz <sirdioni...@gmail.com>
Date: Sat, 4 Aug 2012 01:51:14 -0700 (PDT)
Local: Sat, Aug 4 2012 4:51 am
Subject: New feature for Menu module

I propose a new feature for mod_menu in Joomla! 3:

Currently the module shows menu items only related to current menu item,
either of same level or children, i.e. we have a menu structure:
*Item A
** - Subitem AA
 - Subitem AB
 - Subitem AC**
Item B
** - Subitem BA
 - Subitem BB
 - Subitem BC*

Loading *Item A* page the module can only display 3 variants:

*Item A*
* - Subitem AA
 - Subitem AB
 - Subitem AC*
*Item B*
* - Subitem BA
 - Subitem BB
 - Subitem BC*

or
*Item A*
* - Subitem AA
 - Subitem AB
 - Subitem AC*
*Item B*

or
*Item A*
*Item B*

This restricts us from ability to display the list of items not related to
current menu item, i.e. sometimes we need to display all children items of *Item
B*, no matter which menu item is active now:
* - Subitem BA
 - Subitem BB
 - Subitem BC*

Current module will never display list of these 3 items if i.e. we load *-Subitem
AC*, because it filters all items by path of current item.

But we can add a new module setting 'Root item' - drop-down list with all
menu items + 'Active item' as first option selected by default + 'Menu item
root' option
In this case we setup '*Item B*' as 'Root item' and 2 for start and end
levels settings.
Now our module will always display subitems of *Item B*, now matter which
menu item is currently loaded.

Full backwards compatibility is presented because 'Active item' is used as
default and is equal to current behavior of mod_menu.
And we get the nice feature to display specific menu items despite of page
currently loaded by user.

I would like to hear your opinions and can propose a simple patch for
mod_menu, this feature requires really small and simple changes in
modMenuHelper::getList().


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile  
 More options Aug 4 2012, 10:53 am
From: elin <elin.war...@gmail.com>
Date: Sat, 4 Aug 2012 07:53:46 -0700 (PDT)
Local: Sat, Aug 4 2012 10:53 am
Subject: Re: New feature for Menu module

How does this differ from setting the submenu items to show at some level
of depth? In the testing data for the Using Joomla menu I added a link
under the Getting Started link.  Then in the "A deep menu" module I changed
the options to show the sub menu items starting at 1 and ending at 3.   At
that point if I click on my new child I still have the submenu items
displayed.

I think the most important thing is that the ability to do split menus is
completely preserved. That is an absolute key feature and makes it possible
to control your urls using the menus while not having to show the full
hierarchy.
So in other words you absolutely must be able to click on Item A and only
show AA,AB,AC (without A).

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denitz  
View profile  
 More options Aug 6 2012, 1:40 am
From: Denitz <sirdioni...@gmail.com>
Date: Sun, 5 Aug 2012 22:40:47 -0700 (PDT)
Local: Mon, Aug 6 2012 1:40 am
Subject: Re: New feature for Menu module

Elin, the problem is that module filters items depending on current menu
item.
You can't render the list of 3 only items if visiting "Item A":
Subitem BA
Subitem BB
Subitem BC

In other words I want to add a static behavior to mod_menu, so we can
display fixed list of configured items, no matter which menu item is
currently loaded.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile  
 More options Aug 6 2012, 8:05 am
From: elin <elin.war...@gmail.com>
Date: Mon, 6 Aug 2012 05:05:18 -0700 (PDT)
Local: Mon, Aug 6 2012 8:05 am
Subject: Re: New feature for Menu module

Do you mean just the subitems of B but not B itself? Because I have not
problem getting
A
 AA
 AB
 AC
B
 BA
BB
BC

When clicking on either A or  AB.

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denitz  
View profile  
 More options Aug 6 2012, 8:54 am
From: Denitz <sirdioni...@gmail.com>
Date: Mon, 6 Aug 2012 05:54:02 -0700 (PDT)
Local: Mon, Aug 6 2012 8:54 am
Subject: Re: New feature for Menu module

Yes, just subtitems.
And i.e. we can't display these subitems only if visiting a menu item from
other menu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile  
 More options Aug 6 2012, 6:19 pm
From: elin <elin.war...@gmail.com>
Date: Mon, 6 Aug 2012 15:19:47 -0700 (PDT)
Local: Mon, Aug 6 2012 6:19 pm
Subject: Re: New feature for Menu module

For me starting with anything other than level 1 seems to be broken.

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denitz  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 3:29 am
From: Denitz <sirdioni...@gmail.com>
Date: Thu, 16 Aug 2012 00:29:09 -0700 (PDT)
Local: Thurs, Aug 16 2012 3:29 am
Subject: Re: New feature for Menu module

So can we add this feature or not?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Palmer  
View profile  
 More options Aug 16 2012, 5:30 am
From: Joe Palmer <plantoni...@gmail.com>
Date: Thu, 16 Aug 2012 10:30:57 +0100
Local: Thurs, Aug 16 2012 5:30 am
Subject: Re: [jcms] Re: New feature for Menu module

I have wanted to do this in Joomla for years, this would be an awesome
feature! Many times I have needed to show just the submenu items of a
different parent to the active one and currently the only way I have found
to achieve this is to create another menu of aliases which really feels
like a workaround. This simple change would make the menu module so much
more flexible whilst preserving backwards compatibility and all current
functionality!

I would strongly vote for this feature and would love to help test it.

+10
On Aug 16, 2012 8:29 AM, "Denitz" <sirdioni...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denitz  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 5:34 am
From: Denitz <sirdioni...@gmail.com>
Date: Thu, 16 Aug 2012 02:34:45 -0700 (PDT)
Local: Thurs, Aug 16 2012 5:34 am
Subject: Re: New feature for Menu module

Exactly! I also tired of creating tons of aliases!
I can create a patch easily, but somebody needs to lobby this feature.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Savov  
View profile  
 More options Aug 16 2012, 9:47 am
From: "Nick Savov" <n...@iowawebcompany.com>
Date: Thu, 16 Aug 2012 08:47:05 -0500
Local: Thurs, Aug 16 2012 9:47 am
Subject: Re: [jcms] Re: New feature for Menu module
Create the patch, submit it, create nice detailed step-by-step testing
instructions, and you can count me in as another tester.

Kind regards,
Nick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Palmer  
View profile   Translate to Translated (View Original)
 More options Aug 17 2012, 9:56 am
From: Joe Palmer <plantoni...@gmail.com>
Date: Fri, 17 Aug 2012 06:56:36 -0700 (PDT)
Local: Fri, Aug 17 2012 9:56 am
Subject: Re: [jcms] Re: New feature for Menu module

I will raise awareness of this great potential feature.

It is Joomla London this comming Tuesday where we plan to go through alpha
2 in detail. Showing our members how to apply and test a patch would make a
great talk. If we could use this feature as the example, it would
definitely gain extra support...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil  
View profile  
 More options Aug 17 2012, 12:20 pm
From: Phil <the.flyingwomb...@gmail.com>
Date: Fri, 17 Aug 2012 09:20:24 -0700 (PDT)
Local: Fri, Aug 17 2012 12:20 pm
Subject: Re: New feature for Menu module

I agree, this is a great feature. Its happened to me on several occasions
where I want to show the children of the submenu above or below where I am
but not the active one only.
I would be up for testing as well. More the merrier.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile  
 More options Aug 18 2012, 8:35 pm
From: elin <elin.war...@gmail.com>
Date: Sat, 18 Aug 2012 17:35:54 -0700 (PDT)
Local: Sat, Aug 18 2012 8:35 pm
Subject: Re: New feature for Menu module

Would someone want to take on fixing the current bug that prevents showing
any menu starting after level 1? I don't think we can do anything much if
we don't get that taken care of.

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Babker  
View profile  
 More options Aug 18 2012, 8:40 pm
From: Michael Babker <mbab...@flbab.com>
Date: Sat, 18 Aug 2012 19:40:34 -0500
Local: Sat, Aug 18 2012 8:40 pm
Subject: Re: [jcms] Re: New feature for Menu module

Are you talking about the menus in the current master with the Bootstrap
markup?  If so, this is actually a limitation in Bootstrap 2.0 which is
fixed in 2.1, due for a Monday release, so it should be fixed in master soon
after the work is done to update us to Bootstrap 2.1.

If that's not what you're referring to, then ignore my babbling ;-)

From:  elin <elin.war...@gmail.com>
Reply-To:  <joomla-dev-cms@googlegroups.com>
Date:  Saturday, August 18, 2012 7:35 PM
To:  <joomla-dev-cms@googlegroups.com>
Subject:  [jcms] Re: New feature for Menu module

Would someone want to take on fixing the current bug that prevents showing
any menu starting after level 1? I don't think we can do anything much if we
don't get that taken care of.

Elin

On Friday, August 17, 2012 12:20:24 PM UTC-4, Phil wrote:
> I agree, this is a great feature. Its happened to me on several occasions
> where I want to show the children of the submenu above or below where I am but
> not the active one only.
> I would be up for testing as well. More the merrier.

--
You received this message because you are subscribed to the Google Groups
"Joomla! CMS Development" group.
To view this discussion on the web, visit
https://groups.google.com/d/msg/joomla-dev-cms/-/GIFM44eOkRwJ.
 To post to this group, send an email to joomla-dev-cms@googlegroups.com.
To unsubscribe from this group, send email to
joomla-dev-cms+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/joomla-dev-cms?hl=en-GB.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile  
 More options Aug 18 2012, 8:59 pm
From: elin <elin.war...@gmail.com>
Date: Sat, 18 Aug 2012 17:59:03 -0700 (PDT)
Local: Sat, Aug 18 2012 8:59 pm
Subject: Re: [jcms] Re: New feature for Menu module

No it's a bug that has been in trunk for a while that I posted about
earlier in this thread (before the merge). Try taking any menu with parent
and child items  and displaying it starting with level 2.

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josip Posavec  
View profile  
 More options Aug 19 2012, 1:38 am
From: "Josip Posavec" <jo...@crowebs.net>
Date: Sun, 19 Aug 2012 07:38:39 +0200
Local: Sun, Aug 19 2012 1:38 am
Subject: RE: [jcms] Re: New feature for Menu module

I think Elin was writing about hat issue.  And  yeah I can confirm the
problem and solution which is implemented in Bootstrap 2.1.

Josip Posavec

Lead Project Manager

Sfera IT

E-Mail: jo...@crowebs.net

From: joomla-dev-cms@googlegroups.com
[mailto:joomla-dev-cms@googlegroups.com] On Behalf Of Michael Babker
Sent: Sunday, August 19, 2012 2:41 AM
To: joomla-dev-cms@googlegroups.com
Subject: Re: [jcms] Re: New feature for Menu module

Are you talking about the menus in the current master with the Bootstrap
markup?  If so, this is actually a limitation in Bootstrap 2.0 which is
fixed in 2.1, due for a Monday release, so it should be fixed in master soon
after the work is done to update us to Bootstrap 2.1.

If that's not what you're referring to, then ignore my babbling ;-)

From: elin <elin.war...@gmail.com>
Reply-To: <joomla-dev-cms@googlegroups.com>
Date: Saturday, August 18, 2012 7:35 PM
To: <joomla-dev-cms@googlegroups.com>
Subject: [jcms] Re: New feature for Menu module

Would someone want to take on fixing the current bug that prevents showing
any menu starting after level 1? I don't think we can do anything much if we
don't get that taken care of.

Elin

On Friday, August 17, 2012 12:20:24 PM UTC-4, Phil wrote:

I agree, this is a great feature. Its happened to me on several occasions
where I want to show the children of the submenu above or below where I am
but not the active one only.
I would be up for testing as well. More the merrier.

--
You received this message because you are subscribed to the Google Groups
"Joomla! CMS Development" group.
To view this discussion on the web, visit
https://groups.google.com/d/msg/joomla-dev-cms/-/GIFM44eOkRwJ.
To post to this group, send an email to joomla-dev-cms@googlegroups.com.
To unsubscribe from this group, send email to
joomla-dev-cms+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/joomla-dev-cms?hl=en-GB.

--
You received this message because you are subscribed to the Google Groups
"Joomla! CMS Development" group.
To post to this group, send an email to joomla-dev-cms@googlegroups.com.
To unsubscribe from this group, send email to
joomla-dev-cms+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/joomla-dev-cms?hl=en-GB.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile  
 More options Aug 20 2012, 3:34 am
From: elin <elin.war...@gmail.com>
Date: Mon, 20 Aug 2012 00:34:54 -0700 (PDT)
Local: Mon, Aug 20 2012 3:34 am
Subject: Re: [jcms] Re: New feature for Menu module

No that's not the issue I was writing about, but I thnk this may be the
cause
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile   Translate to Translated (View Original)
 More options Aug 22 2012, 6:07 pm
From: elin <elin.war...@gmail.com>
Date: Wed, 22 Aug 2012 15:07:47 -0700 (PDT)
Local: Wed, Aug 22 2012 6:07 pm
Subject: Re: [jcms] Re: New feature for Menu module

I posted a pull request for this which I would appreciate people testing.

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denitz  
View profile  
 More options Sep 18 2012, 6:51 am
From: Denitz <sirdioni...@gmail.com>
Date: Tue, 18 Sep 2012 03:51:29 -0700 (PDT)
Local: Tues, Sep 18 2012 6:51 am
Subject: Re: New feature for Menu module
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roberto Segura  
View profile  
 More options Sep 18 2012, 6:57 pm
From: Roberto Segura <robe...@phproberto.com>
Date: Tue, 18 Sep 2012 15:57:18 -0700 (PDT)
Local: Tues, Sep 18 2012 6:57 pm
Subject: Re: New feature for Menu module

Tested.

El martes, 18 de septiembre de 2012 12:51:29 UTC+2, Denitz escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Palmer  
View profile  
 More options Sep 19 2012, 10:58 am
From: Joe Palmer <plantoni...@gmail.com>
Date: Wed, 19 Sep 2012 07:58:53 -0700 (PDT)
Local: Wed, Sep 19 2012 10:58 am
Subject: Re: New feature for Menu module

I have tested as well, another great feature patch Denitz (nice to see
Guest is now enable by default)!

Can the status now be changed?...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Denitz  
View profile  
 More options Sep 19 2012, 11:27 am
From: Denitz <sirdioni...@gmail.com>
Date: Wed, 19 Sep 2012 08:27:39 -0700 (PDT)
Local: Wed, Sep 19 2012 11:27 am
Subject: Re: New feature for Menu module

Now we need to persuade bosses to commit this patch to 3.0 without waiting
for 3.1


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Palmer  
View profile  
 More options Sep 19 2012, 11:47 am
From: Joe Palmer <plantoni...@gmail.com>
Date: Wed, 19 Sep 2012 16:47:17 +0100
Local: Wed, Sep 19 2012 11:47 am
Subject: Re: [jcms] Re: New feature for Menu module
Totally!

This is such a simple but important feature which maintains complete
backwards compatibility, it would be a great loss is it wasn't in
v3.0.

Who do I need to persuade? I'm happy to try.

I can change the status on the tracker item. Do you think it needs to
be changed to Ready for review or maybe Pending? Don't want it to slip
under the radar.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »