The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
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 ![]() 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 |
#172
|
|||
|
|||
![]() Quote:
![]() |
#173
|
|||
|
|||
![]()
Guess my question doesnt warrant an answer.
|
#174
|
|||
|
|||
![]()
Hi Jim,
My apologies for that. Somehow I missed your post, definitely not intentional. Quote:
It is always easier and much less complex to have both systems on the same server and domain, this is recommended, but not mandatory. We have a couple of customers that are using a setup similar to what you describe. We even saw a setup where vB and MW were installed on servers located on different hosting networks. There are three components that need to be taken care of: 1) Access to vBulletin's DB 2) Access to vBulletin's installation 3) Cookie Tunneling for synchronized session #3 is a feature that is only available in vbWiki Pro. However if you are interested in vbWiki Std, there is a free mod here at vb.org that let's you do the same thing (CES Cookie Cutter). #1 depends on your installation. For instance in these setups it is recommended to duplicate vB installation folder over in your MW server. The alternative is to access the files over the network, which has lower performance. #2 is simple, all that is needed is to let your MW server talk to vB's MySQL server. However depending on how #2 is implemente, it may be required to change vBulletin's server name from 'localhost' to the actual IP or host name where MySQL is hosted. All in all, it is doable, but 10-20 times more complex than a regular installation. For more information refer to this article over at our site:Installing vbWiki Pro in a multiple domain setup Anyways, read through this, and if you have any questions, let me know. Thanks. |
#175
|
|||
|
|||
![]() Quote:
This is usually caused by entering the incorrect path on the 'require_once' line added to MW's LocalSettings.php. Verify that the path entered in LocalSettings is an absolute local directory path. For instance, this is wrong: require_once "http://www.mydomain.com/forums/vbWiki/......php"; // THIS IS WRONG The right way is as follows: require_once "/local/path/to/your/forum/installation/vbWiki/vbWiki_Init.php"; Entering the correct path for your server. Could you verify if this is the issue in your installation? Thanks. |
#176
|
|||
|
|||
![]() Quote:
|
#177
|
|||
|
|||
![]()
I just read that MediaWiki 1.7 and above is not just compatible with, but requires PHP5. That's kind of weird to me. I'm having to use a much older version because my server is running 4.4.4
|
#178
|
|||
|
|||
![]()
I'm having problems with the install now. I'm getting this error:
Code:
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myhattie/public_html//forums/vbWiki/arcane_vbulletin_core.php on line 79 |
#179
|
|||
|
|||
![]()
look at this
/home/myhattie/public_html//forums/vbWiki/arcane_vbulletin_core.php on line 79 You have double // in front of forums/vbWiki Remove one of them. |
#180
|
|||
|
|||
![]() Quote:
![]() |
#181
|
|||
|
|||
![]() Quote:
In addition to what Quantnet.org mentions, it always helps to turn on vbWiki's diagnostics mode. Try it, and usually it will identify what needs to be corrected. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|