Hi
The problem you are having is caching. You removed the toolbox and it came up again, because you still had the cached version coming up. To avoid that you have to reload the page "hard" with CTRL pressed while clicking the reload button. There also is a parameter for the URL to achieve the same on MediaWiki, or you can disable caching for your user in the options. I would suggest the later one with the options if you do development, as the caching will make you tear your hair out over time otherwise. Great for the endusers, a pain for developing (if you don't use the available options).
I even would go that far in saying all your changes would have worked, if not for the caching. The change of the sidebar just forced the page to refresh, so that block you added, you can safely remove again.
Greetings, Chris
On Sat, May 24, 2008 at 8:32 AM, Rein rein@livingtale.nl wrote:
Found a solution myself! Maybe not the best....
I changed the php lines as the Mediawiki:sidebar page suggest in "Wikitext in side bar". Place inside the sidebar page:
<div class="portlet"> <h5></h5> </div> And the toolbox is disappeared! Rein _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l