|
|
|
|
| CMSimple.ORG > Installer's Manual > FAQ > Hiding the login |
Hiding the login
Can I hide the login prompt from viewers of the site?There are many techniques for doing this.
- Hide it in the template by using the same text and background color. (sic)
- Change the text 'menu_login:' in settings/language to a '.' or '*', and the roll-over text too.
- In the template, move the login() function somewhere far less obvious.
- Remove the login function from the template, then access it directly typing the url - (the url may be different)
http://www.yourdomain.com/index.php/Welcome&login
- Create a hidden page and place this code on it.
Code:
|
|
|
|
|
|
|