The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#101
|
|||
|
|||
|
#102
|
|||
|
|||
This is great information. Thanks, I am going to looka t all the info ahere and test it out
|
#103
|
||||
|
||||
dont know my qus is totally out of the track or not...tho asking
its about media wiki intigration/bridge umm wht about wikipedia.org intigration or fetcher for vb? |
#104
|
||||
|
||||
I've got it on my production server. Works very good.
|
#105
|
|||
|
|||
Quote:
I looked at your website and was really excited to find a way I could integrate a wiki into my vbulletin design. Unfortunately it appears as though the author of this software has fled, and now the product suffers from a lack of updates and consequently, uncompatibility with recent updates to mediaWiki. I was wondering if anyone knows of any alternative software similar to vbWiki Pro that I could use to integrate a fully fledged mediaWiki into my site? I want to share users between my wiki and vbulletin. Any assistance would be greatly appreciated although unfortunately I don't hold out much hope. Cheers. |
#106
|
|||
|
|||
It's really a shame this platform has shriveled away. I have a two year old integration and have really put a lot of demands on it. And it has never even locked up once. I am presently looking to hire someone with some knowledge of this to help move me to some other situation.
|
#107
|
|||
|
|||
I did some testing with this and the code found here ( http://www.mediawiki.org/wiki/Extens...rs_Integration ) seems to work fine with the current version of MediaWiki. My problem is controlling access with UserGroups via vBulletin. Does anyone know how to do that or could possibly point me in the right direction?
Thank you. |
#108
|
|||
|
|||
Quote:
My setup: * vBulletin 4.2.0 PL3 * Mediawiki 1.19.2 * PHP 5.3.17 I added a custom usergroup 'wiki' to vB. Members of this group (and admins and mods) are granted to log in to the wiki. I used the code from the quoted extention above, but ran into 2 things:
@group selection In the functions userExists (and authenticate subsequently) I changed the query from PHP Code:
PHP Code:
Since you can have multiple id's in this 'group', the code to match it to the $this->allowed_usergroups needed a little tweaking. I changed the bottom part of the same 2 functions from PHP Code:
PHP Code:
@allowed characters Unfortunately I didn't succeed in modifying the search pattern to only accept alphanumeric or underscore characters in usernames. I did a dirty workaround to bypass the whole check. I replaced PHP Code:
PHP Code:
If someone has a better solution I'd like to hear it. I'm not that kind of a guru at PHP |
#109
|
|||
|
|||
Quote:
Edit: I did this in a different way and it worked. |
#110
|
|||
|
|||
Good to hear! What did you do differently?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|