Click on the Log in/create account link if you would like to contribute to this Wiki Website.

User:WikiSysop

From SanFranciscoEVA

Jump to: navigation, search

Contents

This page is "restricted" such that only logged in users with restricted rights can view or edit it.

User Management

Namespace

use %40 in mailto: links in place of @ symbol.
use %2E in mailto: links in place of . symbol.
eg: info1914(at)sfeva(dot)org This is not a valid address

Special:Interwiki Management - Interwiki Help

Use http://www.sfeva.org/w/index.php?flushcache to flush this servers cache.

Search Enhancements

per [1] In includes/SpecialSearch.php there is a function showR esults( $term ) which formats and outputs all the search results from a query, near the top add:

$wgOut->addHTML( wfMsg( 'Googlesearch', $term ) ); # add
$wgOut->addWikiText( wfMsg( 'searchresulttext' ) );# above this

Original Main Page

MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.

Getting started

Site Modifications

These are changes made at the backend of the website

ImageMagick

Had to make some changes as the host uses an older version of convert that wouldn't resize images.
Also noted in LocalSettings.php

$wgImageMagickConvertCommand = "/usr/bin/convert";
# option is "-scale" for version 5 but "-resize" for version 6
# Modified includes/Image.php line 1099

includes/Image.php line 1099

#                               " -resize " . wfEscapeShellArg( "{$width}x{$height}!" ) .
                                " -scale  " . wfEscapeShellArg( "{$width}x{$height}!" ) .
Personal tools