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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsLinksLinksLinks module dropdown problemsLinks module dropdown problems
Previous
 
Next
New Post
7/28/2016 8:15 PM
 

Hi, I just upgraded my DNN install to *.0.0 (on a test server) and upgraded the Links Module to version 6.2.1..

But it broke my dropdown (vertical) lists! The width setting is lost (fixable with CSS), the permissions for each item in the list need to be reset (it appears the at the permissions setting doesnt work so I have to set the permission manually for each item.)

Most importantly, even when I make these fixes, the list itself doesn't link to the items. There is a "Go" link to the right of the list which one needs to click to go to the link. Is this how it's supposed to function? Or is there a way to restore the previous functionality (which worked great)?

If not, I might have to just go back to the old version. Anyone have any insight into this issue?

Tom

 
New Post
8/1/2016 6:54 PM
 
Hi again...

Well, as I'm looking into this I see that my older version of the links module includes an AutoPostBack="true" attribule inside the <asp:DropDownList > tag, which is not present in the new version. So that (at least partially) explains why that version selects the link when the dropdown is changed (as opposed to having to use a "go" link next to the dropdown .

So i added i the AuroPostBack attribute to the new version of the Links module, and it does do a post back ( see the javascript function below) . But it still doesn't find the URL in the dropdown link. It just reloads the same page. Anybady know how to make this work properly?

I just want the dropdowns to work like the three examples on the right side of this page:

http://www.co.santa-cruz.ca.us/

Thanks

Tom



<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['Form'];
if (!theForm) {
    theForm = document.Form;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsLinksLinksLinks module dropdown problemsLinks module dropdown problems


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