Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chameleon skin still acting funky (for more information, see issue #412) #413

Closed
Newman22 opened this issue Jan 9, 2024 · 1 comment
Closed

Comments

@Newman22
Copy link

Newman22 commented Jan 9, 2024

MediaWiki version: 1.36.2
PHP version: 7.4.33 (fpm-fcgi)
Chameleon version: 4.0.0
Bootstrap (extension) version: 4.5.0

I chose those versions of Chameleon and Bootstrap because I thought it was suitable with the version of MediaWiki I am currently using on my wiki family.

I read the Customization document and applied the theme by downloading the SCSS files from Bootswatch's website, and then uploading them to my skin's /themes directory and adding them to my Localsettings.php. I also added layouts to my Localsettings.php.

I tried doing everything I could, but my skin looks stripped down to basics.

Here is the code that I put in my Localsettings.php:


$egChameleonLayoutFile= __DIR__ . '/skins/Chameleon/layouts/standard.xml';
$egChameleonLayoutFile= __DIR__ . '/skins/Chameleon/layouts/navhead.xml';
$egChameleonLayoutFile= __DIR__ . '/skins/Chameleon/layouts/clean.xml';

$egChameleonExternalStyleModules = [
	__DIR__ . '/skins/Chameleon/resources/styles/themes/darkly.scss' => 'afterFunctions',
	
	__DIR__ . '/skins/Chameleon/resources/styles/themes/darkly_bootswatch.scss' => 'afterMain',
	
];

Originally posted by @Newman22 in #412 (comment)

@JeroenDeDauw
Copy link
Member

Stick to one issue please. Or make them self contained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants