Quote:
Originally Posted by fernas
Hi, I'm having a problem with WikiEditor. I already installed the correct extension on my MediaWiki 1.20.2 but the editor doesn't show when I'm using forum skin. When I use vector skin all is working fine.
Anyone know how to solve this?
|
Hello,
I have had the same problem and I spent long time to fix this. The problem is that the MediaWiki javascripts were moved to the footer. And the footer was not displayed by vbmediawiki. To fix this, I have added the following code to the file /wiki/skins/vbMediaWikiForum.php in line 667 (after the line: "<div class="visualClear"></div>"):
HTML Code:
<!-- scripts and debugging information -->
<?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>
<?php $this->html('reporttime') ?>
<?php if ( $this->data['debug'] ): ?>
<!-- Debug output:
<?php $this->text( 'debug' ); ?>
-->
<?php endif; ?>
@ndahiya: Thanks for your work. May be you can add this piece of code to the next version of your plugin?
Regards, Kristian