Hy TigerXtrm
It works with 1.15.1, never tried with .2. The Path must be relative and do not change anything, than the red part, e.g.:
Code:
## vbMediaWiki (https://vborg.vbsupport.ru/showthread.php?t=235342)
define( VB_INSTALL_PATH, '../forum' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
- use ../forum if you have //server/.../wiki and //server/.../forum
- use .. if you have //server/.../wiki and //server/.../ (means Wiki is installed in a subfolder of the forum
- etc.
=> The server installation path is needed, not the
http://..-Path!
It should work even if you put above lines at the end of LocalSettings.php ... perhaps a conflict with other extensions?
Greetings, Bruno