XF 1.2 PC System Specs (dropdown menu in postbit)

Maybe this would work:

1. Add custom fields for the users to update their System specs.
2. Edit the message_user_info template with jQuery code. $('.element').slideToggle. The code you are calling will be from:

Code:
<xen:if is="@messageShowCustomFields AND {$user.customFields}">
 
Back
Top Bottom