Graeme Geldenhuys schreef:
Hi,

A bit off-topic.  I am playing with my own wiki site.  How did you
guys add the "Index" link to the Navigation menu on the left?


This information is carefully guarded and only available for persons and organizations supporting the Lazarus development. :-)

Now seriously:
I edited the Localsettings.php so that it looks like this.

$wgNavigationLinks = array (
        array( 'text'=>'mainpage',           'href'=>'mainpage' ),
        array( 'text'=>'documentation',      'href'=>'documentation-url' ),
        array( 'text'=>'downloads',          'href'=>'downloads-url' ),
        array( 'text'=>'glossary',           'href'=>'glossary' ),
        array( 'text'=>'index',              'href'=>'index-url' ),
        array( 'text'=>'recentchanges',      'href'=>'recentchanges-url' ),
        array( 'text'=>'randompage', 'href'=>'randompage-url' ),
        array( 'text'=>'help',               'href'=>'helppage' ),

The text inside quotes refer to pages in the mediawiki namespace, e.g.
http://wiki.lazarus.freepascal.org/MediaWiki:Index and http://wiki.lazarus.freepascal.org/MediaWiki:Index-url

HTH,
Vincent

BTW. any progress on showing the testresults using an hierarchical view (as supplied by testsuites) in html?

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to