Hi guys,
Here is an updated version to SpankMe's version (
https://vborg.vbsupport.ru/showpost....&postcount=392) with some fixes and one that is working with VB 4.2 PL3 and Mediawiki 1.20.2 .
You can access the manual and diagnostics at
www.YourSite.com/YourWiki/vbmediawiki/
** To avoid the edit permissions issue, navigate to your wiki/maintenance/ directory
and run :
Code:
php resetUserTokens.php
Alternatively, upload the attached resetUserTokensNull.php to the wiki-maintenance directory (it only sets the tokens for users who do not have one - much faster). And set it up as a cron job every hour... This is (still) the best solution I've found so far.
Installation instructions:
1. Upload the wiki_upload files to the wiki folder, and the forum_upload files to the forums folder.
2. Import the product in vbulletin.
3. Set the variables in Settings --> Options --> vBulletin Mediawiki.
4. Grant permissions to various usergroups.
5. Add tab to the wiki under Settings-->Navigation Manager. Set the "Tab scripts" field to "mediawiki".
Release Notes:
Version 1.1 (21 Jan 13):
* The diagnostics page is fixed.
* The navigation bit (login and logout links) in the Vector skin is fixed. <-- If you use the vector skin with memcached, this improved my cache efficiency meaningfully (suspect because how the login/logout link was created for not-logged in users).
Version 1.2 (2 Feb 13):
* Upgrade instructions: upload files, upgrade product using XML file.
* Support for short URLs. You
MUST update the wiki path if you install this version. The previous version works fine, except that the sitemap (and other links to the wiki) create by vbulletin refers to the old style links.
Now, Instead of specifying the wiki path as
www.SITE.com/YourWiki (no trailing slash), you now should enter it as
www.SITE.com/YourWiki/index.php?title= OR
www.SITE.com/ShortURL/ (with trailing slash).
* For more on mediawiki short URLs, see:
http://www.mediawiki.org/wiki/Manual:Short_URL/Apache or
http://shorturls.redwerks.org/ .
Version 1.32 (13 Feb 13): (also changes from 1.30, 1.31):
* Upgrade instructions: upload files, upgrade product using XML file.
* Wiki submenus show in integrated skins.
* Loss of session data errors should be fixed.
* Reduced queries for logged-in users.
* Fixed issue with diagnostics page (likely linked with a apc bug).
Regards
ndahiya