On 17.10.2009, at 17:22, R wrote: > Everything is working fine. But im not able to save books in > "Category:Books" because in "Special:Book", "Save and share your > book" Section is not shown.
Users must be logged in and have the rights collectionsaveascommunitypage and/or collectionsaveasuserpage to save collections. You can put this in your LocalSettings.php for example: $wgGroupPermissions['user']['collectionsaveasuserpage'] = true; $wgGroupPermissions['autoconfirmed']['collectionsaveascommunitypage'] = true; See the README.txt of the Collection extension for details. -- Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
