Quick question; when you create a member, the popup box shows fields for "Login" and "Login name".
These are a bit confusing, I'd like to change them "User login" and "User full name" or something, but I can't see them in the language file - is there an easy way of doing this?
You could create your own create member popup. I've dont it in the past. There is a xml file which you can change. It's in \umbraco\config\create\UI.xml and in there you can see which UC is used for creating members. You can simply let that point to your own UC with create member logic.
You could also have a look at the UC which the create member now points to in the xml. Even if you can't open de code behind you can probably still change those names in the .ascx file.
4.x Create Member
Quick question; when you create a member, the popup box shows fields for "Login" and "Login name".
These are a bit confusing, I'd like to change them "User login" and "User full name" or something, but I can't see them in the language file - is there an easy way of doing this?
You could create your own create member popup. I've dont it in the past. There is a xml file which you can change. It's in \umbraco\config\create\UI.xml and in there you can see which UC is used for creating members. You can simply let that point to your own UC with create member logic.
Jeroen
Hmmm, bit beyond the scope of this project, but definitely worth bearing in mind, thanks!
You could also have a look at the UC which the create member now points to in the xml. Even if you can't open de code behind you can probably still change those names in the .ascx file.
Jeroen
Oh, awesome, you are absolutely right, I assumed it would all be precompiled so I didn't even check. That works perfectly.
I'm a complete cretin who clicked "answer" on the wrong post, sorry :o/ If admins can un-answer a post, please feel free.
is working on a reply...