Index: trunk/extensions/Collection/README.txt |
— | — | @@ -191,20 +191,6 @@ |
192 | 192 | } |
193 | 193 | ?> |
194 | 194 | |
195 | | - *$wgCollectionNavPopups (bool)* |
196 | | - Flag controlling whether popups to easily add/remove linked articles to your |
197 | | - collection are enabled. |
198 | | - |
199 | | - The Collection popups are only active if |
200 | | - |
201 | | - * JavaScript is enabled, |
202 | | - * book creator mode is enabled, |
203 | | - * the current user didn't enable the "Navigation popup gadget" on the MediaWiki |
204 | | - (see http://en.wikipedia.org/wiki/Navpop) which would result in conflicting |
205 | | - popups. |
206 | | - |
207 | | - Default is true, i.e. the Collection popups are enabled. |
208 | | - |
209 | 195 | * If you want to let users save their collections as wiki pages, make sure |
210 | 196 | $wgEnableWriteAPI is set to true, i.e. put this line in your LocalSettings.php:: |
211 | 197 | |