Okay, so, thanks to you I realized what I was doing wrong. Instead of deleting the line and getting the undefined error, I changed that line to
lang.register_url = "";
This got rid of the "Undefined" error I kept getting.
This doesn't get rid of the second link, but I assume that is in the code you had me pull down for you.
The second register link is from when you're logged out, guests don't have access to view forums so it shows a login box.
(2011-07-12, 06:02 PM)Harest Wrote: numero uno:
If you create a new user you have to add an email adress. Else you will get an error. Just hiding the field wouldn't solve that issue.
To be honest i don't even know if it is possible to make a plugin without changing the core files.
But if you don't mind changing the core files, i could take a look at it.
For this one I think you misunderstand what I meant. I have the emails I want to input, and I don't want to leave them blank.
There is an option for users to "Hide" their email from other users on the forum as a profile feature. I want to user the Admin CP to make all the users, and set them to "hide" their emails from other users as a default.
Otherwise I have to go in and change each one to "hide" their email manually for every user I create.