Is Clickable Menu Item..

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/2/2011 9:53:49 AM
Gravatar
Total Posts 11

Is Clickable Menu Item..

Hi:

I have a menu item at the root. I have set Is Clickable to No. I even checked the database and clickable is set to 0. But for some reason I see that I can click the item.. Is there something I'm doing wrong or is it a bug? Can you point me in the right direction please. I am using the latest version of MP.

 

Thanks

UH

3/2/2011 10:33:26 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Is Clickable Menu Item..

Did you verify that you have set EnableNonClickablePageLinks="true" in the StyleSheetCombiner of your skin's layout.master file, as documented here?

3/2/2011 12:32:59 PM
Gravatar
Total Posts 11

Re: Is Clickable Menu Item..

Jamie:

Yes that is set to true in the layout.master

 

UH

3/2/2011 2:23:41 PM
Gravatar
Total Posts 18439

Re: Is Clickable Menu Item..

It doesn't work if using TreeView menus, but there will be a workaround that may make t possible when using treeview with some configuration in the next release of mojoPortal.

So if it doesn't work it probably means you have UseTreeView="true" on your SiteMenu and/or PageMenu controls in layout.master.

Best,

Joe

3/2/2011 3:28:09 PM
Gravatar
Total Posts 11

Re: Is Clickable Menu Item..

Joe:

I used to have 2.3.58 and it worked great in that release. I am using my own skin.. when i tried changing to the jquery skin it worked great again.

I checked my layout.master and

 

   <portal:SiteMenu ID="SiteMenu1" runat="server" UseTreeView="false" UseArtisteer="true"
                        HideMenuOnSiteMap="false" Direction="Horizontal"></portal:SiteMenu>

 

Did we change something? or am I missing something here.

 

UH

3/2/2011 3:37:03 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Is Clickable Menu Item..

There was a bug I noticed recently in Artisteer menus where the unclickable checkbox was being ignored. Joe's fixed it in source, so it will be fixed in the next release.

Jamie

You must sign in to post in the forums. This thread is closed to new posts.