aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremyReed <JeremyReed@web>2011-06-03 15:38:23 +0000
committeradmin <admin@branchable.com>2011-06-03 15:38:23 +0000
commitade49d1e888d68f802e9c0b17badb754c0744ddb (patch)
tree2111b5bb0a37bbb42aa2c03d4df0c6a2140186be
parentac5164db382a79f5a68b9618c72cc3c02eb87bbf (diff)
downloadikiwiki-ade49d1e888d68f802e9c0b17badb754c0744ddb.tar
ikiwiki-ade49d1e888d68f802e9c0b17badb754c0744ddb.tar.gz
How to only have editpage link when admin is logged in? Or on secret page?
-rw-r--r--doc/plugins/editpage/discussion.mdwn13
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]]