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.
Options

Need to add stuff to profile sidebar [2.2.4]

ZhaanZhaan Professional fool ✭✭

So I want to add some links and icons to the profile sidebar/panel.. but where exactly is it? I can't find it in views/profile so I'm guessing it's a module or something.

Can anyone help me out? Any help will be appreciated, as always.

Best Answer

Answers

  • Options
    ZhaanZhaan Professional fool ✭✭

    Just to be more specific.. I mean the panel that shows links to a user's discussions, comments etc.

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    I think you are speaking about the UserInfoModule. You can use public function UserInfoModule_OnBasicInfo_Handler($Sender) { and add definition lists here. See that as an example: https://github.com/R-J/Alias/blob/master/class.alias.plugin.php#L25-50

  • Options
    ZhaanZhaan Professional fool ✭✭
    edited July 2014

    Thanks for your reply!

    I couldn't find what I needed in UserInfoModule though.. could it be somewhere else? I need to directly edit the menu (called FilterMenu?) for various reasons.

  • Options
    ZhaanZhaan Professional fool ✭✭

    Ah, I found what I needed in profilefilter.php. Thanks for your help though!

Sign In or Register to comment.