Installed on 4.0.3 here, seems to be working fine using the updated product XML file. And it sure does NOT like any usernames with a / or any non-alphanumeric character in them. Question is, if I make that necessary character change in my control panel is it going to blow out any users that have such characters in their names, or should I ensure that those characters are removed before I do such a thing?
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 37
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 49
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='/home/speaks5/public_html/wiki:/home/speaks5/public_html/wiki/includes:/home/speaks5/public_html/wiki/languages:.:/usr/lib/php:/usr/local/lib/php:/home/speaks5/php') in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 49
the forum style should be inherited; for more complex styles changing the whole page layout... something like header is now footer or so... you would need to change the MEDIAWIKI template
The content of MW is looking like the original media wiki... I think that is good, ppl should see that we are using the original one ... anyway, you can change the wiki skin by hand or by editing the css
... but it's almost impossible to make the content of the MW look 100% like the content of VB... Sorry if u meant that ... anyway, both skins are playing nice together
About impossible... make it fit to all possible skins is impossible... sure it is possible if you adapt the one skin u are using to the media wiki... ok... basically everything is possible, it's just a matter of time
I am trying to install this mod in my vBulletin version 4.0.4 but running into some issue such as the main tab dows not show "wiki" rather shows $vboptions['mediawiki_name'] and the underlying link also shows something as following $vboptions['mediawiki_path'], when I click on that it takes me to Not Found
The requested URL /vBulletin/{$vboptions['mediawiki_path']} was not found on this server.
Am I running into all these issues because I am trying to install this mod on top of vBulletin 4.0.4 where this mod is not compatible ? Please guide !
I might have run into some issue during installation of this mod in my vBulletin that is why I dont see the name of the tab as 'Wiki' rather i see $vboptions['mediawiki_name']} as well as the underlying link of this tab does not land me up anywhere because it links to $vboptions['mediawiki_path'] leading to Page not found error.
I can not add any entry in the Wiki because the Wiki does not even open up, how to open the Wiki
Dont know if its been posted before but to fix the stats being shown on the user CP in /includes/mediawiki_member_profileblock_fetch_unwrapped.php
replace
PHP Code:
if ($id == 'aboutme')
with
PHP Code:
if ($id == 'stats')
does anyone know how to get the search working in 4.0.4?
Got it installed into 4.0.4 but yea, seeing same issues others are seeing. Anyone know if the author is actively still working on this? I need this to work, otherwise I will have to look elsewhere.