Page 1 of 1

open administration

Posted: Fri Jul 15, 2005 5:51 pm
by vanessa120
Hi

I'm trying to create a weblog for use by non-computer literate people who will get scared by clicking "open administration" to add an entry.

Is there a simple way for them to add/comment on entries that doesn't go to the admin suite or is it possible to change the text "open administration" to something like "click here to add entry".

Thanks
Vanessa

Posted: Fri Jul 15, 2005 7:11 pm
by nohn
Well... You could disable the login sidebar plugin and put a HTML nugget containing

Code: Select all

<a href="<...>serendipity_admin.php?serendipity[adminModule]=entries&serendipity[adminAction]=new">click here to add entry</a>
with <...> your install prefix "/serendipity/" in case of http://domain.example/serendipity/ (or / in case you installed in into the document root)

Posted: Mon Jul 18, 2005 4:08 pm
by vanessa120
thanks that's perfect