What's the module for allowing registered users to create a portal?

Last post 09-22-2005 8:49 AM by liorlustig. 11 replies.

Sort Posts:

  • What's the module for allowing registered users to create a portal?

    05-05-2003, 6:52 AM
    • Member
      80 point Member
    • vlozupone1
    • Member since 03-04-2003, 5:39 AM
    • NE USA
    • Posts 16
    Once a user signs up to request a demo portal, how is it created. Do I have to create it for the user or is there a module for self-creation of the demo portal?
    Thanks
  • Re: What's the module for allowing registered users to create a portal?

    05-05-2003, 9:19 AM
    • Star
      8,018 point Star
    • aus_nexxus
    • Member since 11-01-2002, 11:14 PM
    • Australia
    • Posts 1,156
    • TrustedFriends-MVPs
    In the admin/Portals folder there is a file called signup.ascx. This file is the module called when you click add new portals when either logged in as the super user or when you select to allow anonymous creation of child portals on the host settings page.

    Hope that helps.

    Cheers
    Philip Beadle (MVP, MCAD, MCT DotNetNuke Core Team)
  • Re: What's the module for allowing registered users to create a portal?

    05-05-2003, 12:17 PM
    • Star
      10,239 point Star
    • sbwalker
    • Member since 08-23-2002, 12:47 PM
    • Canada
    • Posts 2,049
    • ASPInsiders
      TrustedFriends-MVPs
    You would have to create a link on your site to ~/EditModule.aspx?def=Signup however you will also want to verify the Host Settings ( login as the host/superuser and select Host/Host Settings ). The option Anonymous Demo Signup specifies whether an anonymous user can create a demo portal ( you may have select the Update link even if the checkbox already appears to be selected ).
    Shaun Walker
    Perpetual Motion Interactive Systems Inc.
    http://www.dotnetnuke.com
    DotNetNuke on SourceForge.Net
  • Re: What's the module for allowing registered users to create a portal?

    05-06-2003, 6:55 PM
    • Member
      95 point Member
    • Razorback
    • Member since 08-20-2002, 10:01 AM
    • Atlanta
    • Posts 19
    This works great.

    But suppose I want to allow registered users to signup for a portal at no charge? Right now it looks like they are required to select one from among an array of payment options such as paypal and many others. But I don't see an option for "free."

    I'm not planning to charge for the portal hosting initially. Although signups are restricted to companies located in Georgia.

    Am I missing something simple?

    Any suggestions are appreciated.

    Regards,
    Mike Parks
  • Re: What's the module for allowing registered users to create a portal?

    05-06-2003, 8:15 PM
    • Contributor
      5,421 point Contributor
    • xpdit
    • Member since 08-25-2002, 5:20 PM
    • Victoria, BC, CANADA
    • Posts 1,086
    i don't think localization is provided out of the box.

    but you just set the portal fee in host settings to 0

    cheers
    Intuition without concept is blind; Concept without intuition is empty -- I. Kant : Critique of Pure Reason

    In the olden days, books were burned. Now the website is shut down.

    KodHedZ Software Development
  • Re: What's the module for allowing registered users to create a portal?

    05-07-2003, 5:14 AM
    • Member
      95 point Member
    • Razorback
    • Member since 08-20-2002, 10:01 AM
    • Atlanta
    • Posts 19
    Mark,

    Thanks for responding.

    The problem is when the user logs into the demo portal as admin and goes to the "Click Here To Renew/Extend Your Portal Hosting Subscription" link it goes to paypal (or where ever you have setup in the payment processor). Even though the fee is zero, this is still very confusing for the user, and would require him/her to have a paypal account setup in order to continue.

    I could setup the demo not to expire, but what if they want a real domain name? I need to convert them to a regular portal for this, right?

    Will this require some customization?

    Regards,
    Mike
  • Re: What's the module for allowing registered users to create a portal?

    05-20-2004, 12:09 PM
    • Member
      507 point Member
    • mikebol
    • Member since 04-30-2004, 4:04 PM
    • Dallas, GA
    • Posts 104
    Shawn,

    Is this the same in DNN 2.0? I looked at EditModule.aspx and it just redirects to Default.Aspx.

    When I try your suggestion (either with EditModule.aspx or Default.aspx), all I get is a blank page and that's it.

    When I login as host and goto the Portals page to add a new portal, the link looks like:

    http://www.domain.com/Default.aspx?tabid=17&mid=321&ctl=Signup&portalid=0

    Mike
  • Re: What's the module for allowing registered users to create a portal?

    06-03-2004, 1:44 PM
    • Member
      507 point Member
    • mikebol
    • Member since 04-30-2004, 4:04 PM
    • Dallas, GA
    • Posts 104
    Anyone have any suggestions?
  • Re: What's the module for allowing registered users to create a portal?

    07-29-2005, 4:28 AM
    • Member
      30 point Member
    • paul_turley
    • Member since 07-06-2005, 9:07 AM
    • Seattle
    • Posts 6
    I have enabled anon. create demo sites yet I don't see an option for a registered user to create a portal.  Where is this?
    Paul Turley
  • Re: What's the module for allowing registered users to create a portal?

    07-29-2005, 11:29 AM
    • All-Star
      16,504 point All-Star
    • hooligannes97
    • Member since 09-26-2003, 2:57 PM
    • Bolivia
    • Posts 2,917
    • Moderator

     paul_turley wrote:
    I have enabled anon. create demo sites yet I don't see an option for a registered user to create a portal.  Where is this?

    You have to create it yourself. Just go to Portals and click on "add new portal". The URL yuo will see is the one you should use.

    Do you know the truth when you hear it?
  • Re: What's the module for allowing registered users to create a portal?

    09-22-2005, 4:16 AM
    • Member
      30 point Member
    • paul_turley
    • Member since 07-06-2005, 9:07 AM
    • Seattle
    • Posts 6
    When I navigate to /EditModule.aspx?def=Signup, this error occurs:

    Line 7:  
    Line 8:  	Dim strURL As String = Request.Url.ToString().ToLower
    Line 9:  	strURL = strURL.Replace("editmodule.aspx", glbDefaultPage)            
    Line 10: 	Response.Redirect(strURL, True)
    Line 11: 	

    The model for my site is to allow new users to signup for free for the duration of the demo period. This needs to be easy and uncomplicated. 

    This must be common.

    Paul
    Paul Turley
  • Re: What's the module for allowing registered users to create a portal?

    09-22-2005, 8:49 AM
    • Contributor
      2,035 point Contributor
    • liorlustig
    • Member since 11-12-2003, 5:14 AM
    • Israel
    • Posts 407
    You can see an implementation example of the above at : www.DotNetNuke-Portal.com


    Free LIFETIME DNN Portal with 100MB(Up to 3000MB),200 Modules(2000$ worth),50 Skins,30 Languages,Statistics,Guides and Forum for help.
    Browse the directory of hundreds of sites.

    www.BuildPortal.com
Page 1 of 1 (12 items)