MediaWiki Extensions and Skins

From Ipb Wiki: Integration of Invision Power Board and MediaWiki

Personal tools

  Replying to [Mediawiki Skin] Clean
Enter your Name
Confirm Code

Please enter the 6 character code shown in the image. If you cannot read the code, click the image to generate a new one. Case sensitive.
Loading Image
 

Post Options
 Enable emoticons?
Post Icons
(Optional)
                                
                                
  [ Use None ]
 


Last 10 Posts [ In reverse order ]
Stefane Posted Feb 26 2010, 02:22 PM
  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?
roben Posted Aug 23 2009, 06:11 PM
  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.
Ricardo Posted May 11 2009, 06:01 AM
  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?
Martijn Posted Apr 22 2009, 07:11 PM
  Does anyone know how and where to create a new pulldown list and how to edit the current one ('wiki')?
BRotondi Posted Mar 15 2009, 09:21 AM
  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
attardi Posted Feb 18 2009, 03:39 AM
  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.
manu5070 Posted Jan 28 2009, 05:31 PM
 
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
lwaltzer Posted Jul 14 2008, 03:13 PM
  Does anyone know how to create a new dropdown menu for this theme?
markfarl Posted Jun 19 2008, 05:54 PM
  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
Peter Posted Jun 19 2008, 04:43 PM
  installing firefox with firebug extension can really help to solve css issues like this...
Review the complete topic (launches new window)