Help pop up pages not compatible with dark themes

Started by chadon, October 15, 2008, 07:05:48 PM

Previous topic - Next topic

chadon

I am not sure if this would be a bug but someone sent me a messages saying that the pop up help pages where showing with a black text and black background in a theme I made.
Like most custom themes mine doesn't come with a Help.template.php file so the forum is loading it from the default theme. This file is then loading the style.css file from the custom theme making it not compatible with themes with dark backgrounds.
Would it be possible if a default theme file is loaded to have it loading the default style file?
This could be done by editing the help template like this:
<link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/style.css" />


Instead of:

<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/style.css" />

SleePy

I can't find this in any the help templates for 1.1 or 2.0
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Oldiesmann

#2
You must not have looked very hard :P

Line 15 of Help.template.php in both Beta 4 and the latest SVN

SleePy

I am sure I looked Oldies, I think I misunderstood the request though.

I think the issue is we are missing the new style sheets needed to make the page display right.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Advertisement: