Use the mailing list

The wiki discussion pages arent regularly checked and not recommended for discussion. Please use the mailing list http://mail.gnome.org/mailman/listinfo/dashboard-hackers for discussions.

Mediawiki skin

The skin we use on this Mediawiki is here: http://beagle-project.org/skins/beagle-skin.tar.gz

It should be extracted from your toplevel mediawiki directory.

--Joe 23 May 2005

Thanks so much for this!

--Laurence Currie-Clark 10:22, 30 Mar 2006 (EST) Bold text I download the skin and it's great. The only problem is where your navigation is at the top I keep on getting the error -Warning: Invalid argument supplied for foreach() in c:\program files\easyphp1-8\www\mediawiki\skins\Beagle.php on line 48 do you know how to remedy this. Thanks--Kylew 21:25, 11 Apr 2006 (EDT)

Love the skin - but seems to not work with IE (this site and my site using this skin both don't work with IE 6.0). More specifically the Edit, Discussion, etc., buttons at the bottom get all screwed up. I'll try to take a look at it and send updates.

Also - Kylew - have fixed the problem you described above. Will post my results later today.

--Bird 09:03, 24 Apr 2006 (EDT)

Sorry I couldn't find a better way to post this. Diff shows original on right and fixes on left.

To fix top menu error (invalid argument....) edit Beagle.php:

61,67c48,51
< <?php foreach ($this->data['sidebar'] as $bar => $cont) { ?>
<         <div class='portlet' id='p-<?php echo htmlspecialchars($bar) ?>'>
<             <?php foreach($cont as $key => $val) { ?>
<               <li id="<?php echo htmlspecialchars($val['id']) ?>"><a href="<?php echo  htmlspecialchars($val['href']) ?>"><?php echo htmlspecialchars($val['text'])?></a></li> 
<           <?php } ?>
< <?php } ?>
<       </div>
---
>       <?php foreach($this->data['navigation_urls'] as $navlink) { ?>
>               <li id="navMenu-<?php echo htmlspecialchars($navlink['id']) ?>" class="navMenuItem"><a  href="<?php echo htmlspecialchars($navlink['href']) ?>"><?php echo htmlspecialchars($navlink['text'])   ?></a></li> 
>       <?php } ?>
>
  • To fix links at bottom (appears in IE6)

    112c95
    <               <li id="articleActions=<?php echo htmlspecialchars($key) ?>"><a href="<?php echo  htmlspecialchars($action['href']) ?>"><?php echo htmlspecialchars($action['text']) ?></a></li>
    ---
    >               <li id="articleActions=<?php echo htmlspecialchars($key) ?>"><a href="<?php echo  htmlspecialchars($action['class']) ?>"<a href="<?php echo htmlspecialchars($action['href']) ?>"><?php echo   htmlspecialchars($action['text']) ?></a></li>
    

    --Bird 23:25, 24 Apr 2006 (EDT)

    Hi Guys, i am having some serious issues trying to interpret what the above actually means. Could someone please layout nicely what needs to be added/deleted/replaced. if you could email me the details it would be great.

          1. Duivesteyn 05:34, 23 Sep 2006 (EDT)

    I agree, reading that was really hard... but I finally figured it out - let me help.

    Replace -


    <?php foreach($this->data['navigation_urls'] as $navlink) { ?> <li id="navMenu-<?php echo htmlspecialchars($navlink['id']) ?>" class="navMenuItem"><a href="<?php echo htmlspecialchars($navlink['href']) ?>"><?php echo htmlspecialchars($navlink['text']) ?></a></li>


    With this -

    <?php foreach ($this->data['sidebar'] as $bar => $cont) { ?>

            < div class='portlet' id='p-<?php echo htmlspecialchars($bar) ?>'>
                <?php foreach($cont as $key => $val) { ?>
    

    < li id="<?php echo htmlspecialchars($val['id']) ?>"><a href="<?php echo htmlspecialchars($val['href']) ?>"><?php echo htmlspecialchars($val['text'])?></a></li> <?php } ?> </div>


    Replace -

    <li id="articleActions=<?php echo htmlspecialchars($key) ?>"><a href="<?php echo htmlspecialchars($action['class']) ?>"<a href="<?php echo htmlspecialchars($action['href']) ?>"><?php echo htmlspecialchars($action['text']) ?></a></li>

    With this -

    <li id="articleActions=<?php echo htmlspecialchars($key) ?>"><a href="<?php echo htmlspecialchars($action['class']) ?>"<a href="<?php echo htmlspecialchars($action['href']) ?>"><?php echo htmlspecialchars($action['text']) ?></a></li>

    Finally, I also noticed that IE doesn't handle the HR's correctly as Beagle has them formated. I created a fix for this as well. It requires changes to Beagle.php and main.css.

    In main.css Replace hr.dotted and create hr.invisible as follows -

    hr.invisible { visibility:hidden; }

    hr.dotted { border-bottom: 1px dotted #ccc; background-image:none; padding:0px; margin:0px; height:0px; }

    In Beagle.php Find the two uses of < hr > that DON'T include the "dotted" class and add the new "invisible" class to them.

    Voila, you are done! Questions to mp3_cdripper (at) hotmail (dot) com Put "MediaWiki" in the subject or I'll probably delete it as spam... I've previewed this thing a million times and it still looks like garbage. Open up the "edit" screen and the code will look MUCH better.

    --JCSoRocks 22:58, 30 Sep 2006 (EDT)

    Where do you create the links that go into the main navigation at the top?

    --Adyrcz 15:27, 08 Nov 2006 (CST)

    --knvb1123 16:24, 23 Jul 2007 (CST) How do you create the top menu items? Where do I go to create them or edit them? I wish wiki had a admin panel like wordpress'

    knvb1123: after making the changes detailed above to the PHP template, the top-menu items are actually the sidebar you'd find on Monobook.

    Sign in as your Sysop user and go to MediaWiki:Sidebar using the search box. You can then make changes as you see fit - they will be changed on the top navigation. --Lokizilla 17:18GMT, 30th January 2008

    Someone can help me? i want see the toolbar in the edit page. Matteo 19:19, 20 March 2008 (EDT)


    This page was last modified 23:19, 20 March 2008. This page has been accessed 13,100 times.

      
    MediaWiki

    Copyright © 2004-2007