vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - MediaWiki/vBulletin Single Sign-On (https://vborg.vbsupport.ru/showthread.php?t=191186)

Digital Jedi 11-26-2008 11:18 AM

Quote:

Originally Posted by Big Kahuna (Post 1673112)
Yeah I'm bummed too. I spent a whole freaking day trying to figure out what I was doing wrong with retracing my steps over and over and over again. I've got VB3.7.4.patch 1 and MW 1.12.1 and after 9 hours don't have it working.

I really wish the original post would actually say that it won't work with MW1.13.1 in red bold. Sure could save a lot of people from wasting a whole day.

www.moparstyle.com/forums
www.moparstyle.com/wiki

There's a fix posted within the thread to get it working with 1.13.1 and it's posted two pages back.

BRotondi 11-26-2008 11:22 AM

I tried it, but it's not working 100% (see above)...
Bruno

1.13.2 / 3.7.4 SP1

Jaxel 11-26-2008 11:37 AM

I use VB 3.7.4.PL1 and MW 1.13.2 and everything is working fine...
(Follow this to get it working: https://vborg.vbsupport.ru/showpost....6&postcount=98)

Also... you DONT need to edit class_core.php...
I found a different way as I really dont like editing VB core files...

In wiki/includes/User.php find:
PHP Code:

define'EDIT_TOKEN_SUFFIX''+\\' ); 

Replace with:
PHP Code:

define'EDIT_TOKEN_SUFFIX''+#+' ); 

Thats it. http://www.8wayrun.com/wiki/Special:Version

Digital Jedi 11-26-2008 11:40 AM

Quote:

Originally Posted by BRotondi (Post 1673278)
I tried it, but it's not working 100% (see above)...
Bruno

1.13.2 / 3.7.4 SP1

Try downloading the file he fixed himself from two pages back. He uploaded a file where me made the edits himself and it works perfectly for me.

Picolet 11-26-2008 01:39 PM

http://semantic-mediawiki.org/wiki/Semantic_MediaWiki

Semantic MediaWiki (SMW) is a free extension of MediaWiki ? the wiki-system powering Wikipedia ? that helps to search, organise, tag, browse, evaluate, and share the wiki's content. While traditional wikis contain only texts which computers can neither understand nor evaluate, SMW adds semantic annotations that bring the power of the Semantic Web to the wiki. http://semantic-mediawiki.org/wiki/Semantic_MediaWiki

BRotondi 11-26-2008 01:43 PM

I tried this already (last poste on Page 9)...

Bruno

Jaxel 11-26-2008 02:30 PM

What is all that extra stuff that Veridiac did to AuthPlugin_vbSSO.php? All I did is rename AutoAuthenticate to UserLoadFromSession and everything works fine. Why was all that extra stuff necessary?

BRotondi 11-26-2008 03:02 PM

What Versions do you use?

obsidian 11-27-2008 05:39 AM

I just got everything running with Vb 3.72 and MW 1.13.
Steps I followed:
- Install media Wiki
- Edit the Localsettings file with

define( VB_SYSTEM_PATH, '/var/www/html/forum' );
require_once( "$IP/includes/AuthPlugin_vBSSO.php" );
$wgGroupPermissions['*']['createaccount'] = false;

- Set the VB path in the localsettings file and then uploaded it.
- Edited the AuthPlugin_vBSSO.php file from:
$wgHooks[AutoAuthenticate ][] = 'vBSSOAutoAuth';
to
$wgHooks['UserLoadFromSession'][] = 'vBSSOAutoAuth';
- uploaded the files in the upload directory

- edited User.php as stated in Post #143

After that I just went to the Wiki page and refreshed and it showed me logged in. I did not make any of the class_core.php edits.

Great Hack... just takes a bit of patience to work through it due to all the new versions.

BRotondi 11-27-2008 05:50 AM

the class_core hacks are not necessary for login, only for "user count/where is the user" inside vB. For such a thing you need to edit the core...
Thanks for the information, I will try it again!

Bruno


All times are GMT. The time now is 04:25 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.01329 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
  • (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