Hi, I downloaded the fratman_enhanced layout and wanted to do some slight modification. When I created fratman_enhanced.css, it doesn't seem to have any effect on the layout. What could be the problem? The website is at http://huasun.info
Ekompute .info wrote:
Hi, I downloaded the fratman_enhanced layout and wanted to do some slight modification. When I created fratman_enhanced.css, it doesn't seem to have any effect on the layout. What could be the problem? The website is at http://huasun.info
Where do you create it? In the filesystem? The file is called main.css (at skins/fratman_enhanced folder)
Or do you mean [[MediaWiki:fratman_enhanced.css]] ? I don't think you have $wgUseSiteCss = true; set.
Hi Platonides, thank you for your response. Yes, I created it as [[MediaWiki:fratman_enhanced.css]], just like [[MediaWiki:Common.css]].
Do I need to write $wgUseSiteCss = true; in LocalSettings.php? I wrote my own skin before and I didn't even realize that I need to do that, but it could work when I created [[Mediawiki:Nuskin.css]].
On Mon, Nov 29, 2010 at 12:19 AM, Platonides Platonides@gmail.com wrote:
Ekompute .info wrote:
Hi, I downloaded the fratman_enhanced layout and wanted to do some slight modification. When I created fratman_enhanced.css, it doesn't seem to
have
any effect on the layout. What could be the problem? The website is at http://huasun.info
Where do you create it? In the filesystem? The file is called main.css (at skins/fratman_enhanced folder)
Or do you mean [[MediaWiki:fratman_enhanced.css]] ? I don't think you have $wgUseSiteCss = true; set.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Ekompute .info wrote:
Hi Platonides, thank you for your response. Yes, I created it as [[MediaWiki:fratman_enhanced.css]], just like [[MediaWiki:Common.css]].
Do I need to write $wgUseSiteCss = true; in LocalSettings.php? I wrote my own skin before and I didn't even realize that I need to do that, but it could work when I created [[Mediawiki:Nuskin.css]].
$wgUseSiteCss is true by default, but you don't seem to have the site CSS enabled. Maybe you overrode too much when creating this skin?
Hi Platonides, which file should I put $wgUseSiteCss? I put it in LocalSettings after you told me about it, but it didn't work either. The fratman_enhanced layout was not done by it. It looked so much better than the one I did for myself and so I installed it from the Mediawiki site.
On Mon, Nov 29, 2010 at 7:48 AM, Platonides Platonides@gmail.com wrote:
Ekompute .info wrote:
Hi Platonides, thank you for your response. Yes, I created it as [[MediaWiki:fratman_enhanced.css]], just like [[MediaWiki:Common.css]].
Do I need to write $wgUseSiteCss = true; in LocalSettings.php? I wrote my own skin before and I didn't even realize that I need to do that, but it could work when I created [[Mediawiki:Nuskin.css]].
$wgUseSiteCss is true by default, but you don't seem to have the site CSS enabled. Maybe you overrode too much when creating this skin?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hi Platonides, I tried using another free layout called Cavendish for my http://johor-bahru-insurance.com and seems to be also facing the same problem. It cannot link to common.css and cavendish.css, even though I set $wgUseSiteCss = true; in LocalSettings. Apparently, this layout which I download already contains cavendish.css inside the Cavendish folder. Seems like you are the only one who can solve this problem. What do you think is the problem?
On Mon, Nov 29, 2010 at 8:51 AM, Ekompute .info ekompute@gmail.com wrote:
Hi Platonides, which file should I put $wgUseSiteCss? I put it in LocalSettings after you told me about it, but it didn't work either. The fratman_enhanced layout was not done by it. It looked so much better than the one I did for myself and so I installed it from the Mediawiki site.
On Mon, Nov 29, 2010 at 7:48 AM, Platonides Platonides@gmail.com wrote:
Ekompute .info wrote:
Hi Platonides, thank you for your response. Yes, I created it as [[MediaWiki:fratman_enhanced.css]], just like [[MediaWiki:Common.css]].
Do I need to write $wgUseSiteCss = true; in LocalSettings.php? I wrote my own skin before and I didn't even realize that I need to do that, but it could work when I created [[Mediawiki:Nuskin.css]].
$wgUseSiteCss is true by default, but you don't seem to have the site CSS enabled. Maybe you overrode too much when creating this skin?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- PM Poon
Ekompute .info wrote:
Hi Platonides, I tried using another free layout called Cavendish for my http://johor-bahru-insurance.com and seems to be also facing the same problem. It cannot link to common.css and cavendish.css, even though I set $wgUseSiteCss = true; in LocalSettings. Apparently, this layout which I download already contains cavendish.css inside the Cavendish folder. Seems like you are the only one who can solve this problem. What do you think is the problem?
You seem to be using an old version of Cavendish skin. For instance wiki.mozilla.org seem to be using a newer one. According to http://www.mediawiki.org/wiki/Manual:Gallery_of_user_styles#Cavendish it now lives at http://wecowi.svn.sourceforge.net/viewvc/wecowi/trunk/skins/ There's also another similar skin called Cavendish-mod there with an older style. And the one used at mozilla seem to be a third variation, although the cvs version[1] is completely outdated and I can't find the newer one on mercurial.
I am copying Milos Dinic, which has recently done at mozilla.org some work with mediawiki in case he can enlight us about the instance of Cavendish used by Mozilla.
1- There's a copy at http://viewvc.svn.mozilla.org/vc/projects/developer.mozilla.org/trunk/skins/... vut that's the same as in cvs.
mediawiki-l@lists.wikimedia.org