Search 5,000,000+ questions and answers.

Frequently Asked Questions

edit] How do I change the page footer?

MediaWiki FAQ - Meta
This is a dynamic element which is implemented in PHP code. If you are using the default MonoBook skin, the "About" and "Disclaimer" links are being generated by skins/MonoBook.php. You can either modify this file in place (but remember that it will be overwritten by updates) or copy it and make a custom skin (perhaps changing the default skin to the new one).
Related Questions

How do I change the footer?

Manual:FAQ - MediaWiki
For example: if you go in to MonoBook.php (located by default in the "Skins" folder) you will find the following code: footerlinks = array( 'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright', 'privacy', 'about', 'disclaimer', 'tagline', ); In the above you can simply add and remove items from the footer that you wish to appear in your footer. Remember the changes may not appear immediatly because of MediaWiki caches. lastmod - edit MediaWiki:Lastmodifiedat (verison 1.
Related Questions

edit] How do I change which page is the "Main Page"?

MediaWiki FAQ - Meta
Visit the "MediaWiki:Mainpage" page, enter the name of the new default page, and save changes. MediaWiki should recognize the setting and use the new default page.
Related Questions

How can I edit / remove the Powered by MediaWiki image in the footer?

Manual:FAQ - MediaWiki
You can hide the Powered by MediaWiki image by adding the following to your wiki's MediaWiki:Common.css: If you want to remove it completely, you could alter /skins/MonoBook.
Related Questions

Where is a page footer?

FAQ: IncPlugins Website Engine for PHP
It is not necessary with IncPlugins because PHP output buffering callback is used to create a resulted page output. This technique may be disabled and you can call
Related Questions

How do I edit a page?

Manual:FAQ - MediaWiki
To edit a page, simply click the edit link that appears on each page. Using the default MonoBook skin, this is in the form of a tab at the top of the page. A form will appear, containing the existing markup. When you have finished making modifications, click the Save button to commit your changes.
Related Questions

edit] How can I change what the <title> of each page is? Where do I make changes?

MediaWiki FAQ - Meta
In order to change titles, texts, announcements and the like, go to Special:Allmessages, where you will see the text associated with the pages you wish to change. (As far as I can tell, you need to log in as an administrator (like the one you made when you installed) to edit the protected entries in the MediaWiki namespace.) If you want to change the title in your browser, you need to edit MediaWiki:pagetitle. Go there and edit it just like you would any other page in your Wiki.
Related Questions

How do I edit change or modify a page?

Frequently Asked Questions - The Open Bible Project
The Bible is organized by chapters, and each chapter has its own dedicated page. In order to edit the notes under a certain verse, follow these steps: Go to the Main Page and click on the section you want to edit, such as The Old Testament, or the New Testament. Click on the Show Preview button to preview your changes, or click on the Save page button to save your pages.
Related Questions

How do I get the page numbers to automatically show up in the footer?

WinLoG: Frequently Asked Questions
To get the page numbers to show in the footer, you need to put a title such as "Page" or "Sheet" in the template and then make sure that the same title is specified in your Preferences for the Page Title. The Preferences can be edited by selecting the Preferences menu item from the File menu.
Related Questions

How do I add more buttons on the edit page?

Manual:FAQ - MediaWiki
For adding more toolbar buttons above the edit field, you can use JavaScript code to register them in mwCustomEditButtons in your MediaWiki:common.js. For example, a button for large text: var button = { "imageFile": "images/5/56/Button_big.
Related Questions

edit] How do I rename a page and all (some) of the links to it?

MediaWiki FAQ - Meta
Pages may be renamed by any logged-in user, in the standard configuration. Using the "move" tab (in monobook skin) a user may enter a new name for a page. A radio-box will allow the talk page to be moved simultaneously to the new talk page. This will also create a redirect to the new name at the old page name. It's important to check the [[Special:Whatlinkshere]] at the new page name to check for broken redirects and links.
Related Questions

How do I edit my class page?

Quia - Frequently Asked Questions
Go to the Quia Web home page and click Enter next to Instructor Zone. Click the Classes tab to display a list of your class pages. Click the Edit link next to the one you want to make changes to. The class page editor will appear, allowing you to make changes to your page. When you are done, be sure to click Save changes at the bottom of the screen.
Related Questions

How can more than one person edit a home page?

Information Technology Services
If you need to have more than one person edit a file, do not share accounts. All of the users can have write access to a file using a UNIX ACL (access control list). If more than one person needs to be able to edit a single page, mail the WWW Administrator with the directory names which need to be available, along with the Osprey id's of the people who need to edit the files.
Related Questions

Why doesn’t the footer in my newsletters change when I change my footer settings?

MyNewsletterBuilder - faqMyNewsletterBuilder Help
When you change your footer settings, that change will only affect templates that are created after that point. The footer will not change in already sent or already started newsletters.
Related Questions

I want to edit the unsubscribe footer of my Mailing List Message - how?

General FAQ
By default, the Mailing List Messages - meaning, messages that are sent to everyone on a list, provide quite a bit of information about the list and how to unsubscribe. It's very verbose, but we feel that it's a good start. To change the mailing list message template, login into your list control panel and navigate to: Manage Copy - Email Messages You'll see many text fields with all the email message templates that are easy to change.
Related Questions

How can I edit the Header/Footer sections of my site?

EASYRealtySites.com
The content in the header/footer section of your site can be edited by clicking on "Configure Layout" in the left navigation menu of your admin area. Next, click on the appropriate section to be edited. You can then update the information from within the editor window and click on "Process Page Update" at the bottom of the page when you are done.
Related Questions

How can I get a different header/footer on the second (and subsequent) page(s)?

Microsoft Word FAQ - Frequently Asked Questions
If you ask the Office Assistant about this, you won't get a good answer. The assistant will tell you about changing the header or footer at different places in the document by creating new sections. That will work because the header/footer instructions are stored in the last paragraph marker of the section. Each section can have up to three different headers and three different footers.
Related Questions

How can I add an image to a header or footer on every page?

dompdf - The PHP 5 HTML to PDF Converter
You can add images and shapes (line, rectangles, etc.) to every page using PDF 'objects'.
Related Questions

What do I edit in that code to change the color?

FAQ: Frequently Asked Questions - Forums - CreateBlog
SELECT style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 300px; COLOR: #ffffff; font-face: arial;" ID="playlist" size="1"> BUTTON style="background-color: #black;" ID="BackButton" onClick="Back(forms['form'].
Related Questions

edit] How do I change the logo?

MediaWiki FAQ - Meta
Please note that the path has to start with your www-root-directory not your operating-system-root-directory.
Related Questions

edit] How do I change a user's password?

MediaWiki FAQ - Meta
Assuming that $wgPasswordSalt is set to true (the default), you can use the following SQL query: UPDATE user SET user_password = MD5(CONCAT(user_id, '-', MD5('somepass'))) WHERE user_name = 'someuser'; Where obviously "somepass" is changed to the password you want to set and "someuser" is changed to the user name as it is listed in the table "user".
Related Questions

edit] How do I change the name of the default administrator?

MediaWiki FAQ - Meta
Instead of changing the name of the administrator, create a new user with the desired name, and assign sysop privileges to that user with Special:Userrights (1.5 and later), or Special:Makesysop (pre-1.5). If this is to be your primary account on the wiki, you may want to consider assigning the bureaucrat privilege as well.
Related Questions

edit] How do I change the color of text?

FAQ - Inkscape Wiki
Text is not different from any other type of object in Inkscape. You can paint its fill and stroke with any color, as you would do with any object. Swatches palette, Fill and Stroke dialog, pasting style - all this works on texts exactly as it does on, for example, rectangles. Moreover, if in the Text tool you select part of a text by Shift+arrows or mouse drag, any color setting method will apply only to the selected part of the text.
Related Questions

How do I change the Copyright message in the footer?

Zen Cart(tm) Tutorials and FAQs - What Every New Zen Cart Us...
CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be change - 2006-12-04 - Similar Articles
Related Questions

How do I change the information displayed in the invoice footer?

Invoice System :: Dashboard
Click on the "Settings" button to the right of the main menu and choose the tab "Layout". In the "Invoice Footer" section, you can enter text in "Website Address", "Footer Text 1", "Footer Text 2" or "Footer Text 3". Click on the "Upload Footer" button to save your changes.
Related Questions

What is my profile page and how can I edit it?

DCU Moodle: Frequently asked questions: Staff
Your profile page displays details your name and email address, along with further optional details supplied by you. You can also add a picture to your profile. To access your profile, click on the link to your name in the top right-hand corner of the site homepage. You can add some brief information about yourself in the 'Description' area.
Related Questions

edit] How do I show a link to create a page when searches fail?

MediaWiki FAQ - Meta
First you need to go to the "special pages" link. Then click on "All system messages". Find and click on "nogomatch". click on "Edit this page". replace the existing text with the following: Place wikitext similar to the following in MediaWiki:Nogomatch: There is no page called $1. You can [[$1|create this page]]. This will create a regular "redlink" in the search results page, leading to the edit page. Your users can then create the page as usual.
Related Questions

edit] How do I put an alphabetical list of links on the top of the category page?

MediaWiki FAQ - Meta
First, you'll need to edit /wiki/includes/CategoryPage.php and find the instance method shortList of class CategoryPage. The first line of the function looks like : The follow instructions do not work as given. Please clarify exactly. Thanks. 195.82.106.244 00:18, 24 April 2006 (UTC) $r = "<h3>{$articles_start_char[0]}</h3>\n"; Replace it, adding an id attribute.
Related Questions

edit] How do I see a list of users watching a page?

MediaWiki FAQ - Meta
You can't, mainly because watchlists are considered to be more or less "private" information. Obviously, the information's in the database if you wanted to hack up an extension to do it, but there's no in-built facility for it.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact