How to add a Registration Page?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/9/2011 2:32:55 PM
Gravatar
Total Posts 383
Thanks Squire Dude

How to add a Registration Page?

I have been unable to locate the help for adding a Registration page?  Since it was pre-defined (built) by you and we have little or no control over it I thought it would have been in the Drop-Down list-box of objects but I was unable to find it there.

Can you please point me to the help pages on this subject?

Phill

1/9/2011 4:06:17 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: How to add a Registration Page?

Hi Phill, you don't need to create a registration page like you create other mojoPortal content. Just like the search, login, and other core pages, registration is actually a real standalone aspx page. To get the "register" link to show up in your layout.master, make sure the following is present:

<portal:RegisterLink id="RegisterLink" runat="server" RenderAsListItem="true" />

This is documented in Understanding the Layout.master file. Keep in mind that the register link won't appear if you are signed into the site, or if new user registration is disabled for your site (through site settings). I believe you can place this link into other areas of the site, but you'll need to make sure that the id field is unique if it appears in more than one place (e.g. id="RegisterLink" for the first instance, and id="RegisterLink1" for the second).

If you want, you can also create a custom Registration Agreement that must be acknowledged when users register.

Jamie

1/9/2011 7:18:43 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: How to add a Registration Page?

Hi Jamie,

Thanks for the insight.  I understand what you are saying and I did fond the RegisterLink on the Layout.master page. 

I guess what I would like to do is offer the user a bigger link to the page.  Some are not smart enough to look at the top of the page!

I also noticed that on the Login Page on some of the templates have the options of using your AOL, Live, or Google information.  How can I turn that feature on in my Login page?

Thanks

Phill

1/9/2011 7:24:02 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: How to add a Registration Page?

Jamie,

Is there a method to have the Login show up as an item in say the right column on the Home page?

Phill

1/9/2011 10:04:30 PM
Gravatar
Total Posts 2239

Re: How to add a Registration Page?

Hi Phill,

You can use the "Sign-In" module but you will need to have at least version 2.3.5.8 in order to get that feature.

Hope this helps,
Joe D.

1/10/2011 11:02:07 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: How to add a Registration Page?

Hi Phill, you can add an HTML instance to your home page, that's dedicated to inviting people to register. Put in some introductory text along with a register text or image link like this (updated per Joe D.'s message below):

<a href="/secure/register.aspx" title="Register" >Register for an Account</a>

If you want that register link to stand out, you can surround it with header tags like <h1>, <h2>, make it bold, use an image, etc.

After this, go into the settings of the HTML instance, and on the General tab, check the box that says "Hide from authenticated users." After that, if will only appear if you're logged out, so if you need to edit the HTML instance, you'll need to get to it via Administration, Content Manager.

Jamie

1/10/2011 11:17:35 AM
Gravatar
Total Posts 2239

Re: How to add a Registration Page?

Hey Jamie,

You can't include .NET controls in the editors because that content is rendered after build-time.

If you want to use a Register link in content, just use a regular link, like so:

<a href="/secure/register.aspx" title="Register" >Register for an Account</a>

HTH,
Joe D.

1/10/2011 11:59:55 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: How to add a Registration Page?

Thanks for the correction, Joe! I'll update my post.

1/15/2011 4:38:00 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: How to add a Registration Page?

Thanks guys,

The Sign-In module did the trick... and I didn't have to mess with any pages (html code stuff)...

Thanks again

Phill

1/15/2011 4:44:59 PM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: How to add a Registration Page?

Okay guys... you fooled me!

I am running v2.3.5.5 on the public site & v2.3.5.8 on my local machine

Is it an easy upgrade from 2.3.5.5 to 2.3.5.8?  Will it break anything?

OR

Is there a method of just adding the SiteLogin Module?

I would like to get the Site-Login-Module which is a great addition.

Thanks
Phill

1/16/2011 7:12:37 AM
Gravatar
Total Posts 18439

Re: How to add a Registration Page?

Hi Phil,

Upgrading is fairly straight forward, nevertheless there is always a possibility to break things if you don't do it correctly.

http://www.mojoportal.com/upgrading.aspx

fyi it won't be long until the next release of mojoPortal, probably by the end of the week so you could just wait and upgrade after that.

Best,

Joe

1/16/2011 10:36:21 AM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: How to add a Registration Page?

Hi Joe,

Thanks for the link... as you say I'll just wait till next week for the next installment of "Batman NO Joe vs the World!"

I have no idea how you can keep up with everything.... not only providing support on the forums but writing new code as well... It's beyond me... as  programmer of 20 years it's hard enough for me to keep up with the editions and make user of the new features let alone figure out how to write the code in the first place!

I know one thing from the last couple of weeks.  You have one of the best practices of organization of your code and truly Object oriented an excellent example to any school, college or university or just anyone who wants to learn how to code PROPERLY.  I have been a fan of Object and shareable code since the late 80's, but no-one would listen to me back then!  My compliments to the chef and my hats off to you.

Thanks
Phill

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