open administration

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
vanessa120

open administration

Post 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
nohn
Regular
Posts: 37
Joined: Fri Oct 08, 2004 3:28 pm

Post 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)
vanessa120

Post by vanessa120 »

thanks that's perfect
Post Reply