hi bepe,
i installed this replacing the 3 other mods.. basic stuff works well. but a few issues.
* the maintenance scripts in the wiki stop working!! in the prior mod (_vbSSO), they worked fine. looks like it is a issue of the path and cookies based on the errors.
* i use custom urls for the wiki: ie, /home instead of the physical path of /w/index.php . however, in the settings we do not differentiate between the two so get a bunch of issues. we should pass 2 variables (web path, and physical path).
* because of the existing integration, i have usernames that are already capitalized. so i have to skip replacing User.php to lowercase the usernames. the login works fine. however, the user edit count fails (shows as 0 in vbulletin). my mediawiki edit count mod (
https://vborg.vbsupport.ru/showthread.php?t=233959) took care of it in a roundabout way, but you might like to have a look.
* if someone is using a cache (APC, memcache), then unless a cache path is set in vbulletin settings, the integration will fail (looks like a session variable thing?). in forums config.php you have to set this: $config['Datastore']['prefix'] = 'forums'; (can be any other word as well, just unique). you might like to mention it in the install instructions.
* should provide an option to turn off linkage with the talk pages in search results.
* new wiki articles: if a page has fwds (eg: test1, test2, test3 are fwds to test in the wiki, then the recent wiki changes shows ALL of them as separate entries. in the wiki, it would show as one only). Also, the recent changes and the changed list in the forum do not match (maybe coz of time zone issues? we could provide an offset in the settings and check).
* if a wiki page has sub pages (ie, book type format.. like:
www.site.com/home/Abc/Def), the style integration fails... it looks like it is coz of the way the paths are interpreted. one example of the way it is trying to pull the path:
http://www.site.com/home/forums/images/title.gif (see the /home/forums, instead of /forums). similar problem with some special pages like
http://www.site.com/home/Special:Contributions/System
ndahiya