Index: trunk/extensions/Collection/Collection.php |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | |
96 | 96 | $wgCollectionPortletForLoggedInUsersOnly = false; |
97 | 97 | |
98 | | -$wgCollectionNavPopups = true; |
| 98 | +$wgCollectionNavPopups = false; |
99 | 99 | |
100 | 100 | # ============================================================================== |
101 | 101 | |
Index: trunk/extensions/Collection/README.txt |
— | — | @@ -186,8 +186,8 @@ |
187 | 187 | ?> |
188 | 188 | |
189 | 189 | *$wgCollectionNavPopups (bool)* |
190 | | - If you don't want to use popups to easily add/remove linked articles to your |
191 | | - collection, set this variable to false. |
| 190 | + If you want to use popups to easily add/remove linked articles to your |
| 191 | + collection, set this variable to true. |
192 | 192 | |
193 | 193 | The Collection popups are only active if |
194 | 194 | |
— | — | @@ -199,7 +199,7 @@ |
200 | 200 | (see http://en.wikipedia.org/wiki/Navpop) which would result in conflicting |
201 | 201 | popups. |
202 | 202 | |
203 | | - Default is true, i.e. the Collection popups are enabled. |
| 203 | + Default is false, i.e. the Collection popups are turned off. |
204 | 204 | |
205 | 205 | * If you want to let users save their collections as wiki pages, make sure |
206 | 206 | $wgEnableWriteAPI is set to true, i.e. put this line in your LocalSettings.php:: |