Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 11

CurtisOdenslaretibartfastsrinivasmbbs +8 guests

[Solved]About Me Addon : CSS not working in version 2.17.3 above?*

This discussion is related to the AboutMe addon.
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
Tagged:

Comments

  • oziozi
    Posts: 5
    can't seem to get it to work with 2.0.17.8 either... any plans on updating it?
  • Posts: 298
    Here is full solution:

    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.
  • Posts: 303
    Thanks so much!!! working perfect now!

    http://www.pinoyau.info/profile/aboutme/view/67/lokijr
  • Isn't a fix for me. Any other ideas? A new release?
    http://TechnologyIntegration.org

    Thx.
  • Posts: 303
    can't see any "about me" page.
  • oziozi
    Posts: 5
    not working for me either :(
  • Posts: 36
    I am using "About Me" with Vanilla 2.0.17.8 and it does not work at all. This means, I do not see any tab with "about me" at the user's profile page.

    I use Vanilla and the Vanilapress 2010 1.0 theme.
  • Posts: 298
    I'll post updated plugin today or tomorrow.
  • Posts: 27
    Cool. Thanks for posting with the fix. Any idea how to make it show with the standard "About" widget in the sidebar like on the standard profile page?
  • Posts: 36
    thanks a lot, tester13 ! Great, that you had time to update this very useful plugin.
    Now everything works like a breeze!
    (my installation: Vanilla 2.0.17.8 with Vanillapress 2010 1.0 theme)
  • Posts: 21
    tester13 said:
    Still not working for me... There is no "About Me" tab... :(
Sign In or Register to comment.