diff options
author | JeremyReed <JeremyReed@web> | 2011-06-03 15:38:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-03 15:38:23 +0000 |
commit | ade49d1e888d68f802e9c0b17badb754c0744ddb (patch) | |
tree | 2111b5bb0a37bbb42aa2c03d4df0c6a2140186be /doc | |
parent | ac5164db382a79f5a68b9618c72cc3c02eb87bbf (diff) | |
download | ikiwiki-ade49d1e888d68f802e9c0b17badb754c0744ddb.tar ikiwiki-ade49d1e888d68f802e9c0b17badb754c0744ddb.tar.gz |
How to only have editpage link when admin is logged in? Or on secret page?
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/editpage/discussion.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/plugins/editpage/discussion.mdwn b/doc/plugins/editpage/discussion.mdwn new file mode 100644 index 000000000..568836fb2 --- /dev/null +++ b/doc/plugins/editpage/discussion.mdwn @@ -0,0 +1,13 @@ +## How to only have editpage link when admin is logged in? Or on secret page? + +I saw [[todo/Allow_disabling_edit_and_preferences_links]] but not sure if that is what I want. + +I want to have edit links to maintain site. (I am currently manually using vi and cvs on server or pasting in ikiwiki.cgi to browser location bar.) But I do not want the regular (non-admin) visitors to see the edit link. + +Any suggestions? + +Can two different websites be regenerated at the same time? Or is there any CSS or other template magic I can use to selectively show the EDITURL? + +I do have a secret page that I use to add new blog entry (postform). + +-- [[JeremyReed]] |