MediaWiki Extensions and Skins Ipb Wiki: Integration of Invision Power Board and MediaWiki

From Ipb Wiki: Integration of Invision Power Board and MediaWiki

Personal tools
 
Reply to this topicStart new topic
> [Mediawiki Skin] Clean, Updated 8/30/2006, 20:05
Peter
post Aug 29 2006, 01:12 PM
Post #1


Administrator
***

Group: Root Admin
Posts: 2,932
Joined: 5-February 06
From: Belgium
Member No.: 1



File Name :: Clean
Author :: IpbWiki
Category :: Mediawiki Skin
Screenshot :: Screenshot
Description ::
Clean Skin is a MediaWiki skin intended to make your wiki cleaner and more usable.

Features of this skin include:
  • An easy shortcut for making new pages
  • Drop-down menus that group similar functionality
  • Fully translated UI (menu items use the MediaWiki translations; the English UI has been reworded for clarity)
  • Editing features are hidden if a user does not have editing permissions
  • A layout that can be easily changed via CSS
  • A better and clearer foundation to build other custom skins with


Updated Wed, Aug 30 2006 8:05 pm

View File
Go to the top of the page
 
+Quote Post
Guest_T Lucas_*
post 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!
Go to the top of the page
 
+Quote Post
Guest_rovo79@gmail.com_*
post 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?
Go to the top of the page
 
+Quote Post
Guest_Coz_*
post 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; .
Go to the top of the page
 
+Quote Post
Guest_Matt Landau_*
post Feb 6 2008, 10:33 PM
Post #5





Guests






QUOTE (T Lucas @ Oct 5 2006, 03:02 PM) *
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
Go to the top of the page
 
+Quote Post
Guest_kurosawa_*
post 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?
Go to the top of the page
 
+Quote Post
Guest_kurosawa_*
post Mar 6 2008, 05:06 PM
Post #7





Guests






Nevermind, was something obvious and i had a lack of coffee.
Go to the top of the page
 
+Quote Post
markfarl
post 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
Go to the top of the page
 
+Quote Post
Peter
post Jun 19 2008, 04:43 PM
Post #9


Administrator
***

Group: Root Admin
Posts: 2,932
Joined: 5-February 06
From: Belgium
Member No.: 1



installing firefox with firebug extension can really help to solve css issues like this...
Go to the top of the page
 
+Quote Post
markfarl
post 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
Go to the top of the page
 
+Quote Post
lwaltzer
post 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?
Go to the top of the page
 
+Quote Post
Guest_manu5070_*
post Jan 28 2009, 05:31 PM
Post #12





Guests






QUOTE (Coz @ Oct 8 2007, 12:58 AM) *
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
Go to the top of the page
 
+Quote Post
Guest_attardi_*
post 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.
Go to the top of the page
 
+Quote Post
BRotondi
post 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 smile.gif
Used here: SinnImLeben.net

(Clean, vbGore, ... do not work on MediaWiki 1.14: No Edit-Buttons...)

Bruno Rotondi
Go to the top of the page
 
+Quote Post
Guest_Martijn_*
post 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')?
Go to the top of the page
 
+Quote Post
Guest_Ricardo_*
post 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?
Go to the top of the page
 
+Quote Post
Guest_roben_*
post 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.
Go to the top of the page
 
+Quote Post

Fast ReplyReply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: