aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-03 12:17:49 -0400
committerJoey Hess <joey@kitenet.net>2011-06-03 12:17:49 -0400
commit136846d442ea25a79203cdefe1eafbbce37197b1 (patch)
treef31e47c6589abf7c38bdfb626636255e73090e72
parentd336d18607bbbe42f887796d57c4e426fd82318f (diff)
parentade49d1e888d68f802e9c0b17badb754c0744ddb (diff)
downloadikiwiki-136846d442ea25a79203cdefe1eafbbce37197b1.tar
ikiwiki-136846d442ea25a79203cdefe1eafbbce37197b1.tar.gz
Merge branch 'master' of ssh://git.ikiwiki.info
-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]]