Mediawiki

m
m
Line 57: Line 57:
  
  
Another example is how to hide/remove the toolbox. By default the mediawiki sites have two blocks called 'navigation' and 'toolbar'. Numerous forums are dedicated to the issue with toolbar removal. You are the luckiest as I will provide you with fast and simple solution.
+
Another example is how to hide/remove the toolbox. By default the mediawiki sites have two blocks called '' 'navigation' '' and '' 'toolbar' ''. Numerous forums are dedicated to the issue with toolbar removal. You are the luckiest as I will provide you with fast and simple solution.
 
So, to remove the toolbox from a mediwiki site you need to complete the below steps:
 
So, to remove the toolbox from a mediwiki site you need to complete the below steps:
  
'''1.''' add the following line to your main.css file:
+
'''1.''' add the following line to your '''''main.css''''' file:
  
 
  #p-tb { display: none !important; }
 
  #p-tb { display: none !important; }
  
'''2.''' Remove the following line from your_skin.php file located within 'skins' folder:
+
'''2.''' Remove the following line from '''''your_skin.php''''' file located within 'skins' folder:
  
 
  if ( !isset( $sidebar['TOOLBOX'] ) ) $sidebar['TOOLBOX'] = true;
 
  if ( !isset( $sidebar['TOOLBOX'] ) ) $sidebar['TOOLBOX'] = true;
Line 73: Line 73:
  
  
To sum it all up, I would like to say that mediawiki is one of the best (if not the best) tools to create a site both for experienced and non-technically minded users. If you would like to see an example of site built in mediawiki then go to http://myidealhost.com/tutorials/. Oops, this is the page you are currently at!
+
To sum it all up, I would like to say that mediawiki is one of the best (if not the best) tools to create a site both for experienced and non-technically minded users. If you would like to see an example of site built in mediawiki then go to '''''http://myidealhost.com/tutorials/'''''. Oops, this is the page you are currently at!
  
 
Hope you'll enjoy working with mediawiki as much as I did! :)
 
Hope you'll enjoy working with mediawiki as much as I did! :)
 
</div>
 
</div>

Revision as of 13:39, 23 November 2011

rss feed for my website