Posted by not_Dries_Buytaert on February 24, 2009 at 1:42pm
Jump to:
| Project: | Please register |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Please, make the "You can register now"-link optional.
Most sites display the "User login"-block (incl. a "Create new account"-link) to anonymous users. For those sites, it is unnecessary to additionally display the "You can register now"-link of the module.
It would be great, if admins could configure the text of the "You can register now"-link, where an empty value results in 'no text/ link'.
Line 311 of the file 'please_register.module' of the release 'please_register-6.x-1.3' displays the "You can register now"-link.
Comments
#1
removing the link with CSS is very simple:
a.please_register_hotlink {display: none}add this to your css styles, I usually add a custom stylesheet to my theme's info file