uCoz Community uCoz Modules Site Users Registration form (modifications, change of field names) |
Registration form |
For websites with the uID sign-in method (uID users) It is not possible to edit the uID registration form, the registration form and the fields in it are the same for all websites that support uID. For websites with the local sign-in method (local users) It is possible to change/edit the local registration form. To change the fields of the registration form go to Control Panel -> Users -> Module settings -> Fields of the registration form: There are two columns of checkboxes near each field name. The first checkbox enables/disables a field, the second checkbox makes the field required/optional. The default field names can be changed in Control Panel -> Substitution of default phrases -> Form for registering new site users. i.e. you can change the names into any names you need. You can edit the template code of the registration form in Control Panel -> Customize Design -> User registration form and the code of the registration page in Control Panel -> Customize Design -> User registration page. To change the sign-in method on your website, go to Control Panel -> Users -> Module settings -> Allowed methods of user authorization. Remember: switching to "local users” is available for premium users only (those who pay for any of paid packages for any period). If the default registration form is not working, it is desirable to check the following: !) JavaScript must be enabled in your browser; !) your browser must accept cookies; !) there can be a script conflict if you use third-party JavaScript or jQuery versions, incompatible with the uCoz jQuery version. www.gsisconnectster.ucoz.net |
Lykos, what registration form do you have on your website, local or uNet? As for the profile, you can edit the field names via Control Panel -> Customize Design -> User personal page.
I'm not active on the forum anymore. Please contact other forum staff.
|
uNet at ze moment. I'm hoping to save up my allowance and/or get a job and/or sell some of my model horse customs for some money to get local, and my first domain name (eeee!)
It's really confusing me now... I have everything set up right, I think. However, I can't (and nobody else can) edit their city or state, which I have changed to Main Server and HI2 Username... Any clue as to how that can be done, or are all members doomed? |
Quote (Lykos) uNet at ze moment. It means that you cannot edit the registration form.
Quote (Lykos) I can't (and nobody else can) edit their city or state, which I have changed to Main Server and HI2 Username... Users have uNet profiles, and those fields can be edited via their Webtops at uNet.com, and I am afraid they won't be able to put anything they want on those fields. Therefore I suggest that you rename and use other fields for your purposes, or switch to local users. I'm not active on the forum anymore. Please contact other forum staff.
|
Ryohei, you can only set passwords for separate forum boards. You can do the following: disable all permissions for the group "Users", and move only the members you trust to "Checked" manually.
I'm not active on the forum anymore. Please contact other forum staff.
|
Hello, I've been working on a site when I deleted all the buttons, I can hide things from guests with the <?if ($USER_LOGGED_IN$)?>
But I made a register button and I don't know how to hide it from members signed in, please help. Sorry for bothering, I'm such a noob at using uCoz, but it is the BEST site creator ever! it even has cool domains like .at.ua!! |
Brendo,
Quote (Brendo) But I made a register button and I don't know how to hide it from members signed in, I am not sure I understand you. Do you want the registered user not to see it? If they are logged in to your website they do not see the registration button. Will you kindly rephrase your question for us to be able to help you and answer it. Please, specify what exactly are you interested in. |
Quote (Brendo) I want only guests to view register button, not users signed in. in between ( and $USER_LOGGED_IN$, put a ! mark like the example below <?if(!$USER_LOGGED_IN$)?> "Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
Post edited by shadowslash - Thursday, 2011-01-06, 7:19 AM
|
Brendo, youneed to do that with conditional operators ofcourse use these codes
Code <?if($USER_LOGGED_IN$)?>nothing<?else?>register code<?endif?> nothing else is needed more about conditional operators is here To busy building a passive income online ;)
|
Kness, if you are using uID then you already have a subscribe to mailing list in the registration form. But you must have a mailing category. Look at http://forum.ucoz.com/forum/7-3340-1
If however, you are using Local Users you can use the following tag: Code $SUBSCRIPTION_FL$ What other things do you want? |
| |||