A popular wiki software that powers Wikipedia. See http://www.mediawiki.org/ for more info.
1
vote
1answer
29 views
How to customise a MediaWiki Book sources page?
If an article includes an ISBN number, the Mediawiki software creates a link to page Book sources, giving a small list of sites that sell new and used books.
Without editing the PHP, it should be ...
1
vote
0answers
54 views
How can i delete all wiki pages created by spammers except mine in mediawiki?
I implemented a mediawiki site but unfortunately somebody created thousands of pages through thousand of users.
Which query could I run for deleting all pages created by these users except mine?
...
2
votes
1answer
17 views
What are my options when I want to restructure mediawiki content
I have a bunch of articles written on the mediawiki. Some of the articles are too long and complex, and are good candidates for splitting up so some chapters will form a distinct articles.
OTOH some ...
0
votes
0answers
35 views
A few website questions related to blogs, forms, wikis, and hosting? [closed]
I got my domain from enom.com because at the time I was told that they are the most popular besides Go-Daddy. I did not go with Go-Daddy because I have heard too many horror stories about them. I'm ...
3
votes
2answers
69 views
Better Image Hosting for MediaWiki
We're using MediaWiki and writing a lot of articles / tutorials that require images / screenshots. Image management in MediaWiki is painful. I was hoping I could use something like Dropbox to store ...
1
vote
0answers
47 views
MediaWiki: how to make DISPLAYTITLE be used in categories listings
The problem: a MediaWiki-driven site uses subpages to build pages hierarchy. When I add something like
Page1/Page2/Subpage
the exactly above string appears in listings and looks clumsy. I can't ...
0
votes
0answers
19 views
How to move TOC at the top of article like Wikitravel in MediaWiki?
How to move TOC at the top of article like Wikitravel in MediaWiki, applying for all pages? Which extensions or settings need for this action?
1
vote
1answer
29 views
Using Extension:Maintenance to generate sitemap MediaWiki
I'm using MediaWiki 1.19.2. I want to generate a sitemap.xml. Here's the documentation.
We have to use a maintenance script to generate the sitemap.xml. So I use the extension Maintenance but I ...
4
votes
1answer
120 views
MediaWiki sitemap generator
I'm using mediawiki for my site. I'm trying several ways to generate sitemap but it doesn't work. Anyone knows how to generate sitemap for MediaWiki and alert to Google automatically?
1
vote
0answers
46 views
MediaWiki plugin for dynamic content via forms
Are there any plugins for MediaWiki that would allow me to create a page that has a form at the top that when filled in populates tags further down in the document? Say someone would put a form with ...
0
votes
1answer
219 views
Rewrite in Mediawiki, remove index.php, htaccess
I've just installed Mediawiki on Apache and I want the url should be
localhost/Main_Page/
localhost/Special:Recent_Changes
...
instead of
localhost/index.php/Main_Page/
...
2
votes
0answers
55 views
Oracle EZConnect in Mediawiki
Mediawiki supports Oracle and I'm trying to configure it in the installer.
The installers says you can use EZConnect...something like:
user/pass@//server.example.com/dbname
or since the installer ...
1
vote
1answer
56 views
Why is MediaWiki auto-linking the word “files”
Our MediaWiki installation is auto-linking the word "files". So
Here are some files: a, b, c
would result in the word "files" being linked to http://ourhost/mediawiki/files.
Why is that happening ...
2
votes
0answers
59 views
Multiple TOC with MediaWiki using section headings in single page
I'm running my own installation of MediaWiki, which has been great! I haven't been able to find the answer to this small problem in any post, how to, etc. Here's the setup:
Article
TOC (limited to ...
1
vote
1answer
61 views
Separate Mediawiki Theme for Its Front Page
Is there any way to use a different theme file for a Mediawiki's front page, while the rest of the wiki uses the standard theme you set? For example, say I use Monobook.php for all of my regular ...