Index: trunk/extensions/Collection/README.txt |
— | — | @@ -208,6 +208,13 @@ |
209 | 209 | |
210 | 210 | Default for both variables is null, i.e. the popup is deactivated. |
211 | 211 | |
| 212 | +* If you want to let users save their collections as wiki pages, make sure |
| 213 | + $wgEnableWriteAPI is set to true, i.e. put this line in your LocalSettings.php:: |
| 214 | + |
| 215 | + $wgEnableWriteAPI = true; |
| 216 | + |
| 217 | + (This is the default for MediaWiki >= 1.14.) |
| 218 | + |
212 | 219 | * As the current collection of articles is stored in the session, the session |
213 | 220 | timeout should be set to some sensible value (at least a few hours, maybe |
214 | 221 | one day). Adjust session.cookie_lifetime and session.gc_maxlifetime in your |