Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...DropDownActions visible to all in 3.3.0DropDownActions visible to all in 3.3.0
Previous
 
Next
New Post
6/23/2006 7:19 AM
 
Fair enough and I appreciate your help but a the same time it might be better not to be in such a rush to tell people to go away.  I'm new to DNN and have put a huge amount of effort in over the last couple of weeks to get to know it so I am passionate if an issue that's crucial to my future use of the system seems to be being dismissed casually.

Again, thanks for your help and for all the core team for developing such a great system and making it open source.

Rob.

 
New Post
6/23/2006 10:02 AM
 

I just tried this on 3.3.1 and 4.3.1 and am not able to replicate the problem.  There is code in there that verifies that there is at least one non-break menuitem.

 

Private Sub BindMenu(ByVal objNodes As DNNNodeCollection)

Me.Visible = DisplayControl(objNodes)

...

 

Private Function DisplayControl(ByVal objNodes As DNNNodeCollection) As Boolean

If Not objNodes Is Nothing AndAlso objNodes.Count > 0 AndAlso m_tabPreview = False Then

Dim objRootNode As DNNNode = objNodes(0)

If objRootNode.HasNodes AndAlso objRootNode.DNNNodes.Count = 0 Then

'if has pending node then display control

Return True

ElseIf objRootNode.DNNNodes.Count > 0 Then

'verify that at least one child is not a break

For Each childNode As DNNNode In objRootNode.DNNNodes

If Not childNode.IsBreak Then

'Found a child so make Visible

Return True

End If

Next

End If

End If

Return False

End Function

Are you saying that you get this to happen on all modules or just custom ones? Also, could you try using the default blue skin (DNNBlue) and modify the Image Header - ColorBackground.ascx to use the dropdown menu.

 

<dnn:ACTIONS runat="server" id="dnnACTIONS" ProviderName="DNNDropDownNavigationProvider" />

This way we can be sure that we are seeing the same things.

 

Isomies, 

I am curious about your concern for Mac users.  Are you asserting that the solpart menu does not work for them?  If so what browser are you referring to?  Last time I checked the menu worked fine for nearly all Mac browsers, including MacIE.


 
New Post
6/24/2006 3:39 AM
 
Jon I could reproduce this issue. Created a new container that uses the dropdownactions and assigned this to a page.

What I did:
- duplicate default dnn-blue container
- change actions to :
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/DropDownActions.ascx" %>
- assign this container

You will see the dropdownlist contains just a separator line.

Vicenç Masanas
Banyoles, Girona - Spain

Disgrafic.com    PSD to DNN
 
New Post
6/26/2006 6:29 AM
 
Hi Jon,

It seems that we were doing things in different ways, which explains why it was hard to reproduce.  I was using the same method as Vicenc.

From what I can see, this works:

<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
<dnn:ACTIONS runat="server" id="dnnACTIONS" ProviderName="DNNDropDownNavigationProvider" />

but this doesn't:

<%@ Register TagPrefix="dnn" TagName="DROPDOWNACTIONS" Src="~/Admin/Containers/DropDownActions.ascx" %>
<dnn:DROPDOWNACTIONS runat="server" id="dnnDROPDOWNACTIONS" />

Which implies that there may still be a problem in the codebehind for DropDownActions.ascx but there is at least a way that works to go forward.

Thanks for your help,

Rob.
 
New Post
7/26/2006 11:39 AM
 
Has there been any progress with this?

It is still occuring in my 4.3.3 installation (Install version).

Problem occurs and is reproduceable exactly as described in this thread.

I couldn't find an issue in gemini so I didn't know if it was resolved or if I should create one.
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...DropDownActions visible to all in 3.3.0DropDownActions visible to all in 3.3.0


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out