Modifications
- For use with Wiki short-URLs you should remove this in product-mmog_wiki.xml (after installation in Plugin "MMOG Wiki: Online Location Hack"):
Code:
<phpcode><![CDATA[if (strpos($userinfo['location'], ( $vbulletin->options['mmog_wiki_path'] . '/' )) !== false)
so you can use /w which will work with /w/... and /wiki/...
If checking for /w ist not enough, you could also use multiple
Code:
if (...) {$userinfo['activity'] = 'wiki';}
- For German platforms you may change the hardcoded english in product-mmog_wiki.xm:
Code:
$userinfo['action'] = 'Viewing Wiki';
Greetings, Bruno