1

I have installed WIkiMedia 1.26.2. WikiEditor and Cite extension are included by default in the extensions directory. I tried to use them by adding these lines at bottom of LocalSettings.php

#load Wikieditor
wfLoadExtension( 'WikiEditor' );

# Enables use of WikiEditor by default
$wgDefaultUserOptions['usebetatoolbar'] = 1;

# load Cite
wfLoadExtension( 'Cite' );

But still i'm not able to see it in editor. Cite button is not there.

When i see Special:Version, Cite and WikiEditor are there in the installed extensions.

I have the exact same problem asked here and here

Do i need to add/load any additional files?

Machavity
  • 30,841
  • 27
  • 92
  • 100
Kanav
  • 2,695
  • 8
  • 34
  • 56
  • Did you add `MediaWiki:RefToolbar.js` etc as per https://www.mediawiki.org/wiki/Citation_option_in_your_edit_toolbar#Getting_RefToolbar_with_the_.27cite.27_option_in_place: ? – leo Feb 18 '16 at 12:43
  • How can i add it? I can browse it though, by appending `/MediaWiki:RefToolbar.js` to the domain name. Does this mean that this has been added? – Kanav Feb 19 '16 at 11:45
  • Did you read the docs? And do you have a link to your wiki? – leo Feb 19 '16 at 12:39

0 Answers0