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.

My Profile Sidebar

Matthew6DMatthew6D New
edited November 2011 in Vanilla 2.0 - 2.8
Hello. How do I get a "My Profile" sidebar like the one on here?

Thanks!

Best Answer

  • 422422 Developer MVP
    edited November 2011 Answer ✓
    ahh

    You can create a sidebar panel in dashboard, and use php to display items like Vanilla do ( AFAIK )

    Dashboard > Messages

    Add Message

    Add it to Below Sidebar in dropdown.

    Then in the message box, add the php

    Ensure you select PANEL BOX in radio buttons.

    p.s. what that php is I dont know, but nothing to outrageous, perhaps Todd Lincoln or Tim could help.. or one of the other Devs

    There was an error rendering this rich post.

Answers

  • 422422 Developer MVP
    edited November 2011 Answer ✓
    ahh

    You can create a sidebar panel in dashboard, and use php to display items like Vanilla do ( AFAIK )

    Dashboard > Messages

    Add Message

    Add it to Below Sidebar in dropdown.

    Then in the message box, add the php

    Ensure you select PANEL BOX in radio buttons.

    p.s. what that php is I dont know, but nothing to outrageous, perhaps Todd Lincoln or Tim could help.. or one of the other Devs

    There was an error rendering this rich post.

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    in config-defaults.php

    you can add 'SignedInModule' to Panel to display it.

    There was an error rendering this rich post.

  • LincLinc Detroit Admin
    @sahotataran Always use config.php. Never edit config-defaults.php.
  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Thanks for the tip Lincoln :)

    There was an error rendering this rich post.

Sign In or Register to comment.