Prosilver is not working anymore

Zaborg

Web Designer
Joined
Jul 3, 2010
Messages
2,713
Reaction score
2
FP$
5,146
I un-installed, re-installed, installed it 100x times and still the same results! All prosilver based themes act the same, as you can see right now (prosilver is default style atm): http://shareyourexp.com .

Subsilver2 works as it should.


Any ideas? I have NO idea when it started to do this.

//Solved: style.php was missing. (/root/style.php)
 
It seems as if your css is not being parsed.

Go to the following:
ACP->Styles->Themes->Refresh proSilver
 
Could you please open the following file: /includes/functions.php
And find the following:
PHP:
<span class="syntaxdefault"></span><span class="syntaxstring">'T_STYLESHEET_LINK'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="syntaxkeyword">=>&nbsp;&nbsp;</span><span class="syntaxdefault"></span>
Once you find it, post that whole line here.
 
Ensure you have style.php in the root of your phpBB installation. If it is not there, download a fresh version of phpBB and upload style.php.
 
Code:
'T_STYLESHEET_LINK'		=> (!$user->theme['theme_storedb']) ? "{$web_path}styles/" . $user->theme['theme_path'] . '/theme/stylesheet.css' : append_sid("{$phpbb_root_path}style.$phpEx", 'id=' . $user->theme['style_id'] . '&amp;lang=' . $user->data['user_lang'], true, $user->session_id),
 
Oh My God, style.php was really missing and now it works!!!

Thank you a lot!!!! 😀 (That's why I love FP so much <3 <3 )
 
Back
Top Bottom