aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-20 15:38:17 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-20 15:38:17 -0400
commit947fd054723473c2aabf497bbe5960da5e3fed04 (patch)
tree6607719992869ad78cfcb5c87626210dadc53ea8
parent9bad51a77661173a4126f49da8e726ae839c6922 (diff)
downloadikiwiki-947fd054723473c2aabf497bbe5960da5e3fed04.tar
ikiwiki-947fd054723473c2aabf497bbe5960da5e3fed04.tar.gz
turn on archive mode for forum
-rw-r--r--doc/forum.mdwn2
-rw-r--r--doc/forum/discussion.mdwn2
-rw-r--r--doc/forum/forum/discussion/mapexample.mdwn9
3 files changed, 2 insertions, 11 deletions
diff --git a/doc/forum.mdwn b/doc/forum.mdwn
index bab65cac6..729540774 100644
--- a/doc/forum.mdwn
+++ b/doc/forum.mdwn
@@ -5,4 +5,4 @@ _This is a bold experiment by me, since I have exactly such a question. This ove
## Current topics ##
[[!inline pages="forum/* and !forum/discussion and !forum/*/*"
-actions=yes rootpage="forum" postformtext="Add a new thread titled:" show=0]]
+archive=yes rootpage="forum" postformtext="Add a new thread titled:" show=0]]
diff --git a/doc/forum/discussion.mdwn b/doc/forum/discussion.mdwn
index dc77d43b1..1e55d3f57 100644
--- a/doc/forum/discussion.mdwn
+++ b/doc/forum/discussion.mdwn
@@ -1,4 +1,4 @@
-I like the idea of this forum heirarchy -- but I think a map would be clearer than inlining the sub-pages. Here is an experimental example: [[forum/discussion/mapexample]] (apologies for the double forum/forum) -- [[JonDowland]]
+I like the idea of this forum heirarchy -- but I think a map would be clearer than inlining the sub-pages. -- [[JonDowland]]
> The easier way to accomplish this is to set archive=yes in the inline.
> Switching to archive view can be useful when there are a lot of long
diff --git a/doc/forum/forum/discussion/mapexample.mdwn b/doc/forum/forum/discussion/mapexample.mdwn
deleted file mode 100644
index 9933de596..000000000
--- a/doc/forum/forum/discussion/mapexample.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-This is an experiment to see if a map would be clearer for the forum sub-pages than an inline.
-
-----
-[[!inline pages="forum/* and !forum/discussion and !forum/*/*"
-actions=yes rootpage="forum" postformtext="Add a new thread titled:" show=-1]]
-<!-- show=-1 hack so we get the post form but not any inlined pages. On my TODO
- list is to split out the form functionality into a different plugin. - JonDowland -->
-[[!map pages="forum/* and !forum/discussion and !forum/*/*"]]
-