How to update Footer links: MediaWiki

Here in this article, we will discuss how to edit links in the footer:

step 1: Download the extension called Footer manager.

Step 2: Upload it to the site root directory via FTP and extract the file.

Step 3: Open the LocalSettings.php file and add the following code:

require_once(‘extensions/FooterManager/FooterManager.php’);

The above code will permit the extension which is useful to you in editing the links.

Step 4: Now remove the below mentioned links from the LocalSettings.php file :

$wgFooterManagerLinks[‘numberofwatchingusers’]=false;
$wgFooterManagerLinks[‘credits’]=false;
$wgFooterManagerLinks[‘copyright’]=false;
$wgFooterManagerLinks[‘tagline’]=false;
$wgFooterManagerLinks[‘privacy’]=false;
$wgFooterManagerLinks[‘about’]=false;
$wgFooterManagerLinks[‘disclaimer’]=false;
$wgFooterManagerLinks[‘viewcount’]=false;
$wgFooterManagerLinks[‘lastmod’]=false;

Step 5: Refresh the web browser, The above code will remove the last updated details from your MediaWiki website.

  • Mediawiki, footer links, cms, online store, e commerce, shopping cart
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to secure your WordPress?

WordPress is an open-source application so security level issues you may face but Do not worry...

Install themes into the wordpress

What is the WordPress theme? A WordPress Theme is a collection of files that work together to...

Top 5 e-commerce applications

What is e-commerce?   E-commerce (electronic commerce) is the buying and selling of goods and...

How to Install Wordpress Website?

WordPress is a free and open-source content management system (CMS) based on PHP and MySQL....

How To Check DotNetNuke Install Instance Version?

> Please login to your DNN site with your host account. > Please Navigate to Host >...

Powered by WHMCompleteSolution