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)

Ransack 08-15-2008 09:16 AM

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.

Ransack 08-15-2008 06:46 PM

^^ 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?

Jaxel 08-16-2008 01:58 PM

Has anyone found a solution to this "Cookies Cleared" problem?

Warlord 08-16-2008 08:22 PM

Quote:

Originally Posted by Jaxel (Post 1600057)
Has anyone found a solution to this "Cookies Cleared" problem?

There's this. But it's kind of a half-ass fix really.

Jaxel 08-17-2008 02:56 AM

Quote:

Originally Posted by Warlord (Post 1600279)
There's this. But it's kind of a half-ass fix really.

Just tried that fix... changed NOTHING. That fix is for vbWikiPro.

Warlord 08-17-2008 04:10 PM

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.

Jaxel 08-17-2008 09:38 PM

Anyone notice that Special:Userlogin page doesnt work?

Gives an error.

bezking 08-21-2008 01:20 AM

Hi,

I've installed this and I am not being given sysop privileges.

I've added:

PHP Code:

$g_vbWiki_Usergroup_Mapping            = array (
            
/*Administrators*/    => "sysop",
            
/*Registered Users */    => "editors"
    
); 

And also tried

PHP Code:

$g_vbWiki_Usergroup_Mapping            = array (
            
/*Administrators*/    => "bureaucrat,sysop",
            
/*Registered Users */    => "editors"
    
); 

to vbWiki_Init.php. I'm using vB3.7.2 PL 2 and MediaWiki 1.13.0

Any advice?

Thanks!

wangyu1314 08-23-2008 01:13 PM

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

leonnix 09-25-2008 09:10 PM

does it work with 3.7.3


All times are GMT. The time now is 04:24 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
  • Page Generation 0.02638 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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