![]() |
Hello
My skin has not been integrated with Wiki. When I click "Wiki" button in navbar I see a wiki homepage (no vBulletin's header). I've tried on Chrome and Safari. |
I did not understand that's the item:
"Upload the contents of the" wiki_upload "directory into your wiki root directory. Add this line to the very end of your LocalSettings.php: " Where this directory wiki? I need to do it yourself at the root of the forum or somewhere to get and install? Please'll show:) |
The directory of the wiki is wherever you installed mediawiki.. Google MediaWiki, download and install if you have not done so already.. :)
@bepe: bepe, everything seems to be working great now with the exception of the width of the skin you included, all the default skins are ok.. For some reason there is a slider at the bottom of the screen now as the forum is way to wide to fit on a page, when I select another skin its fine and the slider goes? any ideas how to limit width of text?? |
@Cust0ms: In LocalSettings search for $wgDefaultSkin = ... and set it to
Code:
$wgDefaultSkin = 'vbmediawiki'; @bepe: I think you did not mention this anywhere, had the same problem :). And another one: If you set your vB-stylevar titleimage e.g. to "/images/logo4.png", you have to change it e.g. to "../images/logo4.png", since the header will create something like src="../forum/../images/logo4.png". Greetings & 1000 Thanks for this mod! (Now installed on the server and debugging / fine tuning) Bruno |
The top right link "My Profile" links to the non existant "wiki/members/..." when I am in the wiki (and correct to "forum/members/...") when I am in the forum.
|
Quote:
http://xxx.net/forum/members/67-bepe but it should be: http://xxx.net/forum/member.php?67-bepe I'm running the VB header from the wiki location... that means I have to change all links to source files like images, css, php, ... I'm using this regex for it: $temp = preg_replace( '/(src|href|action)="([^:"<>]+\\.(php|gif|jpg|png|js|ico|css))/', '\\1="'.$base.'/\\2', $temp ); means that u need to have one of this in the link: ". + php|gif|jpg|png|js|ico|css" then my code will correct the link |
but u are right... why check for the file extension... every relative link needs to be corrected I think... need to check that
|
Quote:
|
(deleted)
|
Quote:
open vbMediaWiki.php with some text editor and change line 379 from: PHP Code:
PHP Code:
|
All times are GMT. The time now is 10:00 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|