Questions tagged [mediawiki-extensions]

This tag is for questions related to programming and using MediaWiki extensions.

This tag is for questions about developing or using extensions for MediaWiki. For general MediaWiki questions, consider .

Further reading:

342 questions
4
votes
8 answers

Login Integration in PHP

In my host, I currently have installed 2 wordpress applications, 1 phpBB forum and one MediaWiki. Is there a way to merge the login so that all applications share the same credentials? For instance, I want to register only in my phpBB and then I…
pek
  • 17,847
  • 28
  • 86
  • 99
4
votes
1 answer

How do I add a horizontal top menu bar to a MediaWiki site without hacking the skin?

I want my MediaWiki site to have (either in addition to, or instead of, the sidebar) a bar of links at the top of the site, visible on every page. Requirements To minimize future maintenance burden, my requirements are: No modifications to core,…
ctrueden
  • 6,751
  • 3
  • 37
  • 69
4
votes
4 answers

curl gives 403 error?

I'm trying to set a cookie for my phpBB forums from a MediaWiki login page. Using the hook after a login to the wiki is successful, I want to run a php script that sets the cookie. The script works when I run it independently or when I use GET ,…
Stephan Muller
  • 27,018
  • 16
  • 85
  • 126
4
votes
1 answer

Displaying edit count on MediaWiki

I would like to display number of edits / contribution on user page. Is there any way to do that? I tried to use link mentioned here: http://en.wikipedia.org/wiki/Help:User_contributions So if follow that, I got a URL something like…
dreamer
  • 1,039
  • 2
  • 16
  • 36
4
votes
1 answer

Render pages in Collection as if they were rendered by wiki engine

I am experimenting with Mediawiki Collection extension, for generating books from my articles (which I find very useful). However it doesn't render everything in the same way my mediawiki instance does. Namely, mathjax elements don't render and…
Alexey Grigorev
  • 2,415
  • 28
  • 47
4
votes
1 answer

Exclude some parts of the page from pagelinks in MediaWiki

I'm using MediaWiki. Some of the pages in the wiki contain one or more large navigation block, like the ones on the bottom of this page: https://www.eftepedia.nl/ Blocks like these are included in many pages. Now, when a page is saved, the list of…
GolezTrol
  • 114,394
  • 18
  • 182
  • 210
3
votes
1 answer

Is there a readily available solution for displaying a cookie consent GDPR compliant message on a MediaWiki website?

I guess the question is self explanatory. In case no readily solutions are available, which would be the easiest way to implement the message (except from editing MediaWiki's skins and adding the code, which would possibly require redoing the job…
3
votes
2 answers

Single Sign On from WordPress to media wiki

I am trying to create Single sign-on from Wordpress to MediaWiki. I have WPOauthServer running on my WordPress (Wordpress plugin). And on my wiki I have Extension:OAuth2 Client installed. I want that my users only log in to WordPress and from there…
3
votes
2 answers

Extension:External Data and Categories

Situation I retrieve data from a CSV-source using the external data-extension for mediawiki: {{#get_web_data:url=http://example.com/names.txt|format=csv|data=name=1}} {{#display_external_table:template=AddCat|data=1=name }} The file names.txt…
user2033412
  • 1,950
  • 2
  • 27
  • 47
3
votes
1 answer

MediaWiki Category Tree expand all by default

Im using the Category Tree extension for MediaWiki which allows you to create a nice tree view of all categories. By default when you visit a page with a category tree you have to expand a category manually by clicking the toggle symbol. Is there a…
Alphacoder
  • 299
  • 2
  • 10
3
votes
1 answer

Tag a page revision on mediawiki and access revisions by tags

I develop an application which has a manual/help system on a mediawiki site. When the user needs help in the application, he/she can click a button and access the corresponding help page on the wiki. This works pretty well and it is easy to keep the…
komen
  • 113
  • 7
3
votes
1 answer

How to customize the MediaWiki VisualEditor

I have the MediaWiki VisualEditor extension running on my Wiki and it works great. However, I'd like to customize the main VE toolbar to add a list of different font styles such as: 1. new --> would wrap the text in text…
3
votes
1 answer

Template with variable number of parameters

I'm working on setting up a wiki for a small game and I'm facing a problem concerning templates. Organization of the wiki : This game has regions, which are made up of several levels. My wiki has one page for each region, and this page contains…
3
votes
1 answer

texvc does not render latex math in Mediawiki

I have the Math extension installed in my MediaWiki 1.19. After I updated Ubuntu Server from 12.04 to 14.04 something seems to have messed it up and it has stopped working. Basically I get the following error when I try to display anything between…
Miguel
  • 7,497
  • 2
  • 27
  • 46
3
votes
1 answer

Is there any Visual Editor for MediaWiki that not depends on Parsoid?

I'm trying to install VisualEditor on a ordinary server hosting. But VisualEditor depends on Parsoid server. My hosting plan doesn`t allow to install another frameworks and apps. Is there any VisualEditor for MediaWiki that not depends on Parsoid?…
ricardogobbo
  • 1,690
  • 3
  • 19
  • 41
1
2
3
22 23