I've spent a few hours getting reaquainted with the code and have been tinkering with it for the 1.3 update which will include:
Quote:
Originally Posted by THSWiki 1.3 Changelog
*Search now suggests you create a page
*Search now only shows latest revision from each article
*Search title bugfix
*Banned usergroups are now banned
*Locked Pages in AdminCP
*Dependancy for PHP 5
*Config page is now divided into sections, for easier navigation
*Special page functionality
*Random, Recently Changed, Index, and Stats special pages
*AdminCP Update page now tells you your installed version
I have dinnerreservations, so I'll have to do the Report Article feature when I get back, then I'll roll out the update.
Meanwhile, feel free to test the front-end at http://tp.cip.nu/wiki.php?page=Special:Index
The biggest change I would like to see is limiting users with less than X amount of posts to be able to edit any wiki pages. Does this statement mean that I can create a new usergroup that new members are assigned to. That usergroup does not get wiki editing privileges. When they reach X amount of posts, they get promoted to a new usergroup that grants them wiki editing privileges. Or does this statement just mean that the "Banned" usergroup is simply banned from all wiki access period, no exceptions.
EDIT:
I also tried installing Cyb's - Advanced Forum Permissions Based On Post Count https://vborg.vbsupport.ru/showthread.php?t=201285
but the settings for the wiki forum do not take effect. I set it to 50 posts minimum to create or reply to threads for that forum, which has no effect in the wiki.php page
It should add a new section to the adminCP navbar called "THS Wiki". Try refreshing your adminCP and make sure you have uploaded all the files. If all else fails, try reinstalling allowing overwrite.
The biggest change I would like to see is limiting users with less than X amount of posts to be able to edit any wiki pages. Does this statement mean that I can create a new usergroup that new members are assigned to. That usergroup does not get wiki editing privileges. When they reach X amount of posts, they get promoted to a new usergroup that grants them wiki editing privileges. Or does this statement just mean that the "Banned" usergroup is simply banned from all wiki access period, no exceptions.
EDIT:
I also tried installing Cyb's - Advanced Forum Permissions Based On Post Count https://vborg.vbsupport.ru/showthread.php?t=201285
but the settings for the wiki forum do not take effect. I set it to 50 posts minimum to create or reply to threads for that forum, which has no effect in the wiki.php page
THS Wiki ignores the permissions set for the forum you are using for storage, the only prohibited users in 1.3 will be users that have been banned from the forum.
More "limitations" will be introduced in 1.4, such as allowing users based on post count, join date, etc.
My live board has mediawiki plus a bridge installed, and there's a lot of content on it. Is there any way to import the pages from the mediawiki installation?
Your best bet would be to run a database script that exports content from the MediaWiki tables into the vBulletin post and thread tables, unfortunately I cant really help you out with that one