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.

How do I get the Vanilla style Profile box?

edited August 2010 in Vanilla 2.0 - 2.8
On this forum, the "Discussions, Activity, Inbox, Signout" section are listed in the box to the right. On the default skin, it is on the header. How do I get it to look like the one on this site?
Tagged:

Comments

  • Its called a Box, and the ul class is PanelInfo here is some sample code.

    <div class="Box"> <h4>Tickets</h4> <ul class="PanelInfo"> <li class="Active"><strong><a href="/it/discussions">All Tickets</a></strong> 12</li> <li><strong><a href="/it/categories/general">General</a></strong> 0</li> <li><strong><a href="/it/categories/resolved-issues-">Resolved Issues </a></strong> 11</li> <li><strong><a href="/it/categories/it-projects">IT Projects</a></strong> 0</li> <li><strong><a href="/it/categories/it-issues">IT Issues</a></strong> 0</li> <li><strong><a href="/it/categories/helpdesk">Helpdesk</a></strong> 1</li> </ul> </div>
Sign In or Register to comment.