The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbWiki Standard - vBulletin+MediaWiki integration Details »» | |||||||||||||||||||||||||||
vbWiki Standard - vBulletin+MediaWiki integration
Developer Last Online: Aug 2010
Update:
9/28/2007: vbWiki Std v1.3 RC5 is now available for download. This version adds compatibility with MW 1.11.0+ 5/17/2007: vbWiki Std v1.3 RC4 is now available for download. This version is compatible with MW 1.10.0+ and vBulletin 3.6.6+ 1/21/2007: vbWiki Std v1.0.2 RC3 is now available for download. This version fixes the 'session error' that used to happen on some installations of MediaWiki 1.9.x. Description: vbWiki Standard is the lite version of vbWiki Pro. vbWiki Standard allows the integration of vBulletin and MediaWiki user authentication. (vbWiki Pro is a commercial product that, in addition to the functionality found in vbWiki Standard, provides full skin integration, enhanced user management, Admin CP, editing of wiki skin in vBulletin's Style Manager, among other features.) Why should you add a wiki to your forums? Forums are great for community building with their high level of interactivity. Successful forums have hundreds or thousand of concurrent users creating and replying to threads. However due to this very reason the more your forums grow the more "collective knowledge" is scattered throughout the thousands (or hundreds or millions) of threads in your forums. Making it difficult for users to find and use. A wiki is not that good at community building, but it is a great medium to centralize this 'collective knowledge'. Enabling you to create an 'ecosystem of information' (quoting pipin ) maintained and contributed by your users. The idea behind vbWiki (both Standard and Pro) is to enable the seamless integration between these two packages (vBulletin and MediaWiki) side-by-side in your community. You (and your users and community) get the best of both worlds. Or so the theory goes... Features:
These installation instructions do not apply to vbWiki Pro. Refer to vbWiki Pro installation instructions for more information. MediaWiki and vBulletin must be installed and properly working before installing vbWiki. MediaWiki can be downloaded here.
PHP Code:
PHP Code:
Open vbWiki_Init.php (or vbWikiPro_Init.php) and find this line: PHP Code:
PHP Code:
Changes:
Show Your Support
|
Comments |
#312
|
|||
|
|||
Installation seems to have worked, but no users (not even Administrator) can create new pages. Pages can be edited. How does one configure the usergroups to allow new wiki page creation?
I've disabled guest editing with the following in LocalSettings.php and that seems to work: # Disabling new user registrations $wgWhitelistAccount = array ( "sysop" => 1, "developer" => 1 ); # Disabling anonymous edits $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['*']['read'] = false; $wgGroupPermissions['*']['edit'] = false; $wgWhitelistRead = array ("Special:Userlogin"); But no users can create new pages. For vB integration, how does: $wgGroupPermissions[...] map to a vB user group? Does it need a vB user group id? E.g. $wgGroupPermissions['6'] Or the vB usergroup name? E.g. $wgGroupPermissions['Administrator'] Confused. Thanks for any help. |
#313
|
|||
|
|||
^^ I gues this was just a wiki usage problem on my part. I'm not too familiar with them. I see the "create this page" link in the result of a failed search, and that works.
But I'd still like to know how to map vB usergroups to MW usergroups. I'd like an add/edit group consisting of not just admins and mods but also some regular forum users. How do I do that? |
#314
|
|||
|
|||
Has anyone found a solution to this "Cookies Cleared" problem?
|
#317
|
||||
|
||||
Well since it seems there are no coders familiar with this hack, I'll see if I can try and understand the ins and outs of it, but this is probably a little over my difficulty level so no promises.
I'd love to get this working flawlessly myself, but at the moment my server went kablooey so it might be a while before I can even poke around in there. |
#318
|
|||
|
|||
Anyone notice that Special:Userlogin page doesnt work?
Gives an error. |
#319
|
|||
|
|||
Hi,
I've installed this and I am not being given sysop privileges. I've added: PHP Code:
PHP Code:
Any advice? Thanks! |
#320
|
|||
|
|||
now,i run mediawiki 1.13.0 and vbb 3.6.8,but when Testing forum integration,it dispear this wrong message,can someone help me? thx
i think this caused of SpecialUserlogin.php dir have changed,but i can't resolve it: Warning: require_once(SpecialUserlogin.php) [function.require-once]: failed to open stream: No such file or directory in C:\ampp\htdocs\bbs\vbWiki\vbWiki_Userlogin.php on line 15 Fatal error: require_once() [function.require]: Failed opening required 'SpecialUserlogin.php' (include_path='C:\ampp\htdocs\wiki;C:\ampp\htdocs\ wiki/includes;C:\ampp\htdocs\wiki/languages;.;C:\php5\pear') in C:\ampp\htdocs\bbs\vbWiki\vbWiki_Userlogin.php on line 15 |
#321
|
|||
|
|||
does it work with 3.7.3
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|