MediaWiki Extensions and Skins Ipb Wiki: Integration of Invision Power Board and MediaWiki
From Ipb Wiki: Integration of Invision Power Board and MediaWiki
![]() ![]() |
Aug 29 2006, 01:12 PM
Post
#1
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 2,955 Joined: 5-February 06 From: Belgium Member No.: 1 |
File Name :: Clean
Author :: IpbWiki Category :: Mediawiki Skin Screenshot :: Description :: Clean Skin is a MediaWiki skin intended to make your wiki cleaner and more usable. Features of this skin include:
Updated Wed, Aug 30 2006 8:05 pm View File |
|
|
|
| Guest_T Lucas_* |
Oct 5 2006, 03:02 PM
Post
#2
|
|
Guests |
I really like this skin but I have a question. I noticed on the screen shot that the "Help" menu appears beside the "wiki" menu on the top left hand corner. I am having trouble making this appear for me. I have the Help:Contents page populated so I am wondering why its not showing up. Any ideas?
Thanks! |
|
|
|
| Guest_rovo79@gmail.com_* |
Sep 10 2007, 01:37 PM
Post
#3
|
|
Guests |
This skin (Clean) is great, but when you edit, there is no edit toolbar. is there a way to make it reappear?
|
|
|
|
| Guest_Coz_* |
Oct 8 2007, 12:58 AM
Post
#4
|
|
Guests |
QUOTE(rovo79@gmail.com @ Sep 10 2007, 01:37 PM) [snapback]4004[/snapback] This skin (Clean) is great, but when you edit, there is no edit toolbar. is there a way to make it reappear? If you are still interested, search #toolbar in the main.css file in the clean/ directory, and comment out the line display: none; . |
|
|
|
| Guest_Matt Landau_* |
Feb 6 2008, 10:33 PM
Post
#5
|
|
Guests |
I really like this skin but I have a question. I noticed on the screen shot that the "Help" menu appears beside the "wiki" menu on the top left hand corner. I am having trouble making this appear for me. I have the Help:Contents page populated so I am wondering why its not showing up. Any ideas? Thanks! Here's a bit of a workaround. Find this in main.css: if ($key == "help") $helpLink = $link; and change it to this: if ($key == "help") $helpLink = $link; else $helpLink = "<a href=\"./Help:Contents\">Help</a>"; Cheers, Matt |
|
|
|
| Guest_kurosawa_* |
Mar 5 2008, 10:36 PM
Post
#6
|
|
Guests |
hi, i have ot say i love this skin. The only thing i don't like is the fact that all images get a blue border around them. Is there anyway to stop this?
|
|
|
|
| Guest_kurosawa_* |
Mar 6 2008, 05:06 PM
Post
#7
|
|
Guests |
Nevermind, was something obvious and i had a lack of coffee.
|
|
|
|
Jun 18 2008, 06:26 PM
Post
#8
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 18-June 08 Member No.: 1,891 |
Hey everyone new here, to both mediawiki and the rest.
Im using this skin and for some reason it leaves a blue border around images. I located the Div tag responsible and came to the conclusion that its showing it as a link that was already visited because if I change it to #ffffff it changes my hyperlinks to white aswell. So anyway to get rid of it? it also scales the images down somewhat when they are large, anyway around this? cheers in advance, mark |
|
|
|
Jun 19 2008, 04:43 PM
Post
#9
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 2,955 Joined: 5-February 06 From: Belgium Member No.: 1 |
installing firefox with firebug extension can really help to solve css issues like this...
|
|
|
|
Jun 19 2008, 05:54 PM
Post
#10
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 18-June 08 Member No.: 1,891 |
Ye I resolved the scale issue, just took a screen dump and then measured its scaled down length in pixels, then searched all the files with that number, and it came up in a js file 'maxlenght=560'.
Cant believe that idea actually worked. I have a web developer extension on firefox. but when I disable CSS styles the blue border is still there so I assume its something other then css issue |
|
|
|
Jul 14 2008, 03:13 PM
Post
#11
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 14-July 08 Member No.: 1,906 |
Does anyone know how to create a new dropdown menu for this theme?
|
|
|
|
| Guest_manu5070_* |
Jan 28 2009, 05:31 PM
Post
#12
|
|
Guests |
If you are still interested, search #toolbar in the main.css file in the clean/ directory, and comment out the line display: none; . hello sorry for my bad english i use clean skin, and i am interested to have toolbar when edit or create something. I found toolbar in main.css i have that : #toolbar { display: none; } change into that : #toolbar { } but i see no toolbar, i understand i need to comment and put something in #toolbar but what ? just need to see the default toolbar. thx for your help |
|
|
|
| Guest_attardi_* |
Feb 18 2009, 03:39 AM
Post
#13
|
|
Guests |
There are a few itches in the template:
1. in the editing pages, the check boxes beside "This is a minor edit" do not appear 2. in my preferences > Editing, the label of the first option is trimmed to just "edit links". This happens both in IE8 and FireFox. |
|
|
|
Mar 15 2009, 09:21 AM
Post
#14
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 15-March 09 Member No.: 2,258 |
Thanks for this nice theme! I invested some time but will let it fall and try to find something like vbGore
Used here: SinnImLeben.net (Clean, vbGore, ... do not work on MediaWiki 1.14: No Edit-Buttons...) Bruno Rotondi |
|
|
|
| Guest_Martijn_* |
Apr 22 2009, 07:11 PM
Post
#15
|
|
Guests |
Does anyone know how and where to create a new pulldown list and how to edit the current one ('wiki')?
|
|
|
|
| Guest_Ricardo_* |
May 11 2009, 06:01 AM
Post
#16
|
|
Guests |
Hi,
I'm having problems trying to add the toolbar back. Commented out the line as suggested before but it is not working. Yes, I've logged out, clean cache, cookies, everything... closed and re-opened the web browser, but still not going Any ideas? |
|
|
|
| Guest_roben_* |
Aug 23 2009, 06:11 PM
Post
#17
|
|
Guests |
I encountered some problems with this skin on newer media wiki versions. Especially the geshi-code highlighter did not work completely because its stylesheets where not loaded. I fixed this by adding:
CODE <?php print Skin::makeGlobalVariablesScript( $this->data ); ?> <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script> <!-- Head Scripts --> <?php $this->html('headscripts') ?> <?php if($this->data['jsvarurl']) { ?> <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl') ?>"><!-- site js --></script> <?php } ?> <?php if($this->data['pagecss']) { ?> <style type="text/css"><?php $this->html('pagecss') ?></style> <?php } if($this->data['usercss']) { ?> <style type="text/css"><?php $this->html('usercss') ?></style> <?php } if($this->data['userjs']) { ?> <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('userjs' ) ?>"></script> <?php } if($this->data['userjsprev']) { ?> <script type="<?php $this->text('jsmimetype') ?>"><?php $this->html('userjsprev') ?></script> <?php } if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?> right before the </head> tag in clean.php. |
|
|
|
| Guest_Stefane_* |
Feb 26 2010, 02:22 PM
Post
#18
|
|
Guests |
Hi,
I'm really enjoying this skin. But I miss some lines which are usually in the footer when using mono-template: "Disclaimer" and "About"....is it possible to have them in "Clean" as well? |
|
|
|
![]() ![]() ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:





Aug 29 2006, 01:12 PM





