Hello,
i have installed the Semantic Media Wiki and the SemanticACL extensions today. Sadly i didn't get it to work properly, which is probable my fault. What i have done so far:
1. Added following lines to the LocalSettings.php
- wfLoadExtension( 'SemanticACL' );
require_once "$IP/extensions/SemanticACL/SemanticACL.php"; (i tried both lines)
enableSemantics( 'Wikiname' );
$smwgNamespacesWithSemanticLinks[NS_MAIN] = true; $smwgNamespacesWithSemanticLinks[NS_Test1] = true;
2. I created a page inside the main namespace which contains the following lines:
The User Acltest has normally no rights to edit a page in this namespace and my hope was to give him the rights on this page using your extension. But it doesn't work for me. I also gave him the SMW-Administrator and SMW-Kurator rights but nothing changed. I think it has to do with the whitelist because i can't understand for what this line is used. Is it a page inside the wiki or a special param? Does anybody have an idea what went wrong? Thx in advance.