Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved]About Me Addon : CSS not working in version 2.17.3 above?*
Aolee
✭✭
hi guys,
is it just my forum?
im using the default theme, but after i did the upgrade to 2.17.3
the About Me page became a plain text?
please see one of the members here
http://www.pinoyau.info/profile/aboutme/view/9/jayjee09
is it just my forum?
im using the default theme, but after i did the upgrade to 2.17.3
the About Me page became a plain text?
please see one of the members here
http://www.pinoyau.info/profile/aboutme/view/9/jayjee09
0
Comments
Chnage
$Sender->AddCssFile('/plugins/AboutMe/design/am.default_theme.css'); // change this to use a different css stylesheet i.e. from am.default_theme.css to am.realgamerstheme.css }
to
// $Sender->AddCssFile('/plugins/AboutMe/design/am.default_theme.css'); // change this to use a different css stylesheet i.e. from am.default_theme.css to am.realgamerstheme.css } public function ProfileController_Render_Before($Sender) { $Sender->AddCSSFile('am.default_theme.css', 'plugins/AboutMe'); }
For me it works perfect.
http://www.pinoyau.info/profile/aboutme/view/67/lokijr
http://TechnologyIntegration.org
Thx.
I use Vanilla and the Vanilapress 2010 1.0 theme.
Now everything works like a breeze!
(my installation: Vanilla 2.0.17.8 with Vanillapress 2010 1.0 theme)