I have created a string override for the "create new account" link on the registration page. The override is blank as I do not want this link to show up.
On viewing the page in Google Chrome, the link has disappeared completely, which is exactly what I was after
Viewing in Firefox however shows an empty link field
Please see screenshots
How can I resolve this?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| Google Chrome Screenshot | 26.47 KB | jamesmcd | |
| Firefox Screenshot | 27.56 KB | jamesmcd |
Comments
Comment #1
robloachYou could probably use CSS to hide that link, or remove the create account permission in user/admin/permissions.
Comment #2
jamesmcd commentedThought it was strange that it was showing in Firefox and not Chrome, must be some Firefox related code in style.css??
I've double checked permissions, and the only one I can find relating to this is create profile content which was already disabled for all users apart from admin. This does not seem to be making a difference though, so I don't know what else I can do
Hiding it with CSS means hiding all the links, I am unable to specify that particular link (I am no .css genius so if anyone can suggest a fix it would be great)
Thanks again