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.
There are two things I'm after firstly, I'd like to put terms and conditions agree tick box on the Register form what I was thinking of doing was adding an extra property like to mojoProfile.config and using a regex to test it something like:
<add name="AcceptTerms" type="System.Boolean" allowMarkup="false" labelResourceKey="AcceptTermsLabel" lazyLoad="false" requiredForRegistration="true" allowAnonymous="false" visibleToAnonymous="false" visibleToAuthenticated="false" visibleToUser="false" editableByUser="false" regexValidationExpression="^(?!False)" regexValidationErrorResourceKey="WebSiteUrlRegexWarning" onlyAvailableForRoles="" onlyVisibleForRoles="" defaultValue="false" includeHelpLink="true" > </add>
p.s. Terms and Conditions displayed in Help or linked too page
Would doing this work aka would the implementation of Mojo cast the System.Boolean to True/False ? Is there a better way todo this ?
Also I am looking into using a webstore, but a key missing feature is the categories is there any news of the category tagging Joe has talked about? or has anyone implemented any temporary work arounds that they dont mind disclosing?
Any help on either the Terms or Store information would be greatly appreciated
Toeoy
Hi Tooey,
See Creating a Registration Agreement.
Regarding categories, it is a high priority and will be implemented in the coming months.
Best,
Joe
Wow, Geese I knew I'd seen something about T&C before cant believe I missed that.
Thanks for your time Joe looking forward to categories, will make the webstore incredibly useful.
Tooey