vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - vbWiki Standard - vBulletin+MediaWiki integration (https://vborg.vbsupport.ru/showthread.php?t=136242)

ElfMage 08-07-2007 07:08 PM

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).

Strafe 08-07-2007 08:15 PM

Thanks, that cleared everything up. :)

Strafe 08-09-2007 08:15 PM

I added these lines to my Init file but it results to a blank wiki page.
PHP Code:

$g_vbWiki_Usergroup_Mapping            = array (       
            
/*Administrators*/    => "sysop,bureaucrat"
            
/*Super Moderators*/    => "sysop,bureaucrat"
    
); 

I made it so that mods and admins can be sysops. Why is it giving me a blank page?

ElfMage 08-10-2007 04:23 AM

Hi Strafe,

After each entry in the array a comma is needed:

PHP Code:

$g_vbWiki_Usergroup_Mapping            = array (        
            
/*Administrators*/    => "sysop,bureaucrat",
            
/*Super Moderators*/    => "sysop,bureaucrat" 
    
); 

The blank page was caused by a PHP error. If you check the PHP error logs you may see the corresponding entry there...

Quantnet 08-10-2007 10:11 PM

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

ElfMage 08-11-2007 04:32 AM

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.

Quantnet 08-11-2007 06:51 AM

this is visible to guests...i PM you a test account none the less

I hope it's something with the css

ElfMage 08-12-2007 01:20 AM

:) Sent you a PM.

Quantnet 08-12-2007 01:43 AM

Your fix worked like a charm. You da man.
Thanks

Kaelon 08-18-2007 04:06 PM

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?


All times are GMT. The time now is 12:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01437 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete