]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Allow_disabling_edit_and_preferences_links.mdwn
clarify
[ikiwiki.git] / doc / todo / Allow_disabling_edit_and_preferences_links.mdwn
index 523a1f4da4015c3d2c910596239cb26a5e40201b..a356c69df1a4244a305c06134052c0f19ce15545 100644 (file)
@@ -38,3 +38,17 @@ Patch:
 > really want to disable the editpage plugin in the setup file for the
 > public, static wiki. Sounds like you might also want to turn off cgi
 > entirely for that build. --[[Joey]] 
+
+>> I want to retain the same page.tmpl for both sites (different templates
+>> will just increase the maintenance hell), so disabling the links in the
+>> config for one public site works better in my case.
+>>
+>> I do have the editpage plugin disabled for the public static wiki, but
+>> the link still appears on the site.  I want to keep the cgi on, so that
+>> the site is still searchable. --[[puck]]
+
+>>> For me, disabling the editpage plugin does make the "Edit" link
+>>> disappear (this is with 3.03) but as far as I can tell, "Preferences"
+>>> is not controlled by any plugin.  It would be nice if it were; I am
+>>> trying to achieve a configuration where the only action supported
+>>> via CGI is blog-style comments.  --[Zack](http://zwol.livejournal.com/)