Jump to content
  • 0

Remove 'Retrieved from' footer in printable version?


lpab

Question

First, I didn't know mwusers was back!! I looks great!

I'm trying to suppress the 'retrieved from' footer from the printable version of an article. I have no idea where I might override this (do I have to hack the skin?) Using MW 1.23.2 (Vector). 

Thanks!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 2

Method 1: Create or edit the page on your wiki MediaWiki:Retrievedfrom while logged into an Administrator account and delete the contents (so it is a completely blank page). That should suppress the message from appearing at all.

Method 2: Create or edit the page on your wiki MediaWiki:Common.css while logged into an Administrator account and add the following code to the bottom:

/* hide the "Retrieved from" message */
.printfooter { display: none; }

 

Link to comment
Share on other sites

  • 0

Thank you! I get lost between when it's messages, CSS, or the skin itself that is place to modify different outputs. Or even differentiating between which elements do what. Much appreciated. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.