XF 1.2 PC System Specs (dropdown menu in postbit)

Nelson A.

Member
Hi,

how to do this?

1fp8.png
 
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}">
 
Top Bottom