![]() |
Hi Strafe, The easiest way is to create a new Usergroup in vBulletin, add these members to this new group. And then when configuring vbWiki, map this new usergroup to MediaWiki's sysop group. (You'll need the id for the newly created usergroup, which you can find in the Usergroup Manager in vB).
|
Thanks, that cleared everything up. :)
|
I added these lines to my Init file but it results to a blank wiki page.
PHP Code:
|
Hi Strafe,
After each entry in the array a comma is needed: PHP Code:
|
I'm using the Live Search Ajax mod and on the wiki page, the ajax window is blocked by the wiki header where you have My talk My Wiki Preferences My watchlist My contributions Log out
Here is the mod https://vborg.vbsupport.ru/showthread.php?t=154694 Here is the wiki at www.quantnet.org/wiki I guess the way the custom template is code, it blocks the ajax ? I have it working fine on forum home and front page. Thanks |
Could you PM me a test username/password? (or is this visible to guests, I didn't see it).
My guess is that this is related to the z-index CSS property, it should be simple to correct. |
this is visible to guests...i PM you a test account none the less
I hope it's something with the css |
:) Sent you a PM.
|
Your fix worked like a charm. You da man.
Thanks |
I recently purchased vbWikiPro (great product - thanks so much!), and ordinarily would ask this question on the NuHit forums, but they seem to have serious rewrite errors (that most forum thread links are posting to 404 errors), so I'm posting this here.
I noticed that after installing vbWikiPro, there was a huge spike to server load. I'm running on a Dedicated Server (P4 3.0 Ghz, 2 Gigs of RAM, RAID-0 150 GB 10,000 RPM HD) and my forum (around 50-60 registered users online at any given time, around 400-500 normal users accessible during peak times) ordinarilly never has a load above 0.20. Installed vbWikiPro, and started getting regular load ranges of 0.80-2.00! Is there any reason for this? |
Hi Kaelon,
Thanks for the positive feedback. We upgraded our systems this morning, and some of the URLs changed. If you encounter any link pointing to a 404, please send me a PM. Thanks. Regarding the server load. Since this is a vbWiki Pro question, I posted it in our support forums, I hope you don't mind. Let's continue the discussion there. Thread: http://www.nuhit.com/forums/vbwiki-p...-post7283.html I also replied to the thread. Regards. |
First of all, thanks, this is an awesome mod.
I'm trying to figure out how to keep anyone but myself from editing the main page on the wiki. I don't care what they do with the rest of the wiki, but I want to set the main page up myself, and I don't want anyone messing with it. Is this possible? Another question, will banned vbulletin users be banned from editing the wiki as well? |
Quote:
Quote:
This way anybody with edit rights can modify any other page, but only you can edit the main page. Quote:
This will be implemented in the next release, it has been reported over in our site, and we are working on implementing support for banned groups. Thanks. |
Another question..
I love the feature where the user cp links to the vbulletin usercp, but is there also a way to have the mediawiki preferences link still at the top? The users need to be able to select their timezones, set up search preferences, etc. I know you can just go to Special:Preferences, but it would be easier if they just had a link at the top. Thanks! |
Great mod here, will look at installing later on.
|
Quote:
|
Quote:
Thanks very much |
:)
I am assuming that you have vBlog powering your Blog. Try this and let me know.. PHP Code:
|
Kaching !
Thanks ;) |
:) Glad it worked.
|
Broken for me on MW 1.11.0rc1
Internal error Detected bug in an extension! Hook vbWiki_GetLocalURL_Hook failed to return a value; should return true to continue hook processing or false to abort. Backtrace: #0 /wiki/includes/Title.php(838): wfRunHooks('GetLocalURL', Array) #1 /wiki/includes/MediaTransformOutput.php(84): Title->getLocalURL('') #2 /wiki/includes/MediaTransformOutput.php(142): MediaTransformOutput->getDescLinkAttribs('Image:glogo.jpg') #3 /wiki/includes/Linker.php(576): ThumbnailImage->toHtml(Array) #4 /wiki/includes/Parser.php(4627): Linker->makeImageLink2(Object(Title), Object(LocalFile), Array, Array) #5 /wiki/includes/Parser.php(1774): Parser->makeImage(Object(Title), 'Image:glogo.jpg') #6 /wiki/includes/Parser.php(1052): Parser->replaceInternalLinks('<span class="pr...') #7 /wiki/includes/Parser.php(306): Parser->internalParse('<span class='pr...') #8 /wiki/includes/Article.php(3017): Parser->parse('<protect>?<cent...', Object(Title), Object(ParserOptions), true, true, 2754) #9 /wiki/includes/Article.php(831): Article->outputWikiText('<protect>?<cent...') #10 /wiki/includes/Wiki.php(383): Article->view() #11 /wiki/includes/Wiki.php(48): MediaWiki->performAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest)) #12 /wiki/index.php(89): MediaWiki->initialize(Object(Title), Object(OutputPage), Object(User), Object(WebRequest)) #13 {main} |
Interesting. We haven't tested vbWiki with 1.11 RC1. However, the error described here is easy to fix.
Open a file named vbWiki_Hooks.php and at line 122 there is a closing curly brace } insert the following (before the closing brace): PHP Code:
Thanks. |
Using that idea, I did the same thing to fix the same error in a few other functions. After adding that line to the end of vbWiki_PersonalUrls_Hook, vbWiki_GetLocalURL_Hook, and vbWiki_SpecialPage_initList_Hook, it appears to be working normally.
Thanks for the help and for the great mod. |
Quote:
Quote:
Let me know if anything else comes up. Cheers. |
ElfMage,
Have you tried upgrading to MediaWiki 1.11.0rc1 ? Any problem with WikiPro/3.6.8 ? Thanks |
Hi,
vBulletin 3.6.8: There are no problems with the latest vBulletin version. We are running this version over at our site. MediaWiki 1.11 RC1: There is a slight incompatibility. Take a look at darksoulz's post above. He got it working with a couple of code changes. |
the 1.11.0 verson was released...anyone upgraded can share their experience ?
Any code changes we need ? |
I installed this and received an error that said:
Quote:
|
Hi, are you the same user who posted a similar issue over at our forums?
Thanks. |
Quote:
I just looked at your forum - very nice - I love the cartoon quote balloons |
If you would do, what wiki expects you to do ... you would have seen that this is the same small bug described above.
I just added return true to all functions in vbWiki_Hooks.php and it works perfectly with 11 :) thanks a lot ;) |
Quote:
|
Quote:
Quote:
Quote:
We'll be releasing a new version in 2-3 weeks, that will include these changes. |
Ah, after some tweaking we got it to work, thanks a bunch!
|
Hi,
i have installed vBulletin 3.6.8 installed and working. MediaWiki 1.11.0 ist installed and running. I followed the installation instructions here, for these mod (RC4) but nothing happen. I also set PHP Code:
I'm stuck. Please help. Thanks Alfred |
Hey ElfMage, seems like vbWiki Standard isn't compatible with the new MediaWiki version 1.11.0. :(
I only get the following error on my Wiki main page when trying to run it (with $wgShowExceptionDetails = true): Quote:
Any new update of vbWiki to fix this anytime soon? EDIT: This seems to be your problem (I had to patch 3 or 4 hook functions in your code to make it work again, no biggie, but you'd probably want to do it in the release version anyway): http://lists.wikimedia.org/pipermail...er/023348.html |
Quote:
However, we just released vbWiki Std 1.3 RC5 which is compatible with MW 1.11+ Feel free to download it and let me know if it doesn't fix these errors. |
Quote:
Thanks. |
Quote:
i did what you recommended and installed RC5. I put PHP Code:
LocalSettings.php (there is no ?>) but still nothing happens. It seems, that the LocalSettings is not called neither the vbWiki_Init.php Thanks Alfred |
Hi Alfred,
Just to be sure, you replaced the '/absolute/path/to/your/forums' with the correct local path, correct? Could you send me a PM with a link to your wiki/forum? Thanks. |
All times are GMT. The time now is 09:39 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|