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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Expand Module W/ Hyperlink Within The ModuleExpand Module W/ Hyperlink Within The Module
Previous
 
Next
New Post
3/9/2008 5:48 PM
 

Is this possible? Basically I have enbedded html into the header of the Account Login module. The html contains a hyperlink called " Please login". I would like the module to expand and expose the User Name & Password box.

Any wiz kid out there help me with this?

Thanks!

Jason

 
New Post
3/9/2008 7:03 PM
 

Save this as an HTML doc for an example:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title></title>
    </head>
    <body>
        <a href="#" onclick =" document.getElementById('hiddenlogin').style.display='block';return false">Click here to login</a>
        <div id="hiddenlogin" style="display:none;">

            Login
        </div>
    </body>
</html>

For the module:
Copy the red part in the header and the blue in the footer of the module

 
New Post
3/9/2008 7:40 PM
 

Thanks for the quick respone! That however doesn't work.  The users name and password field does not expand. It doess however expand any text below "Click here to login".  DNN uses java script to collapse and expande modules correct? I would think I would need to enbed the java script link in the header some how...

Any other ideas?

Your help is greatly appreciated.

 
New Post
3/9/2008 8:14 PM
 

Are you looking for something like the username and password boxes are hidden but show up when the user moves the mouse into that area?

 
New Post
3/9/2008 8:40 PM
 

I guess that wouldn't be to bad of a solution.

The page I am working on can be found here:http://70.184.236.159/suntell Please go easy on me. This is my first website.

I am attempting to make the "Click here to login" hyperlink expand the module.... I know its kinda reduntant since they can click the "plus".  I am trying to make the site "dummy proof". I am anticipating 2000 users essentially over night.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Expand Module W/ Hyperlink Within The ModuleExpand Module W/ Hyperlink Within The Module


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