I am looking into making my own roster page. I know how to make the vBulletin powered pages thanks to a great article I read on here. The issues I am having on trying to complete it, is trying to pull usernames and custom fields into the tables. I have in use already the show roster plugin, but I cant install two of them. So I decided to just make my own.
I have tried using
Code:
<vb:if condition="$post['fieldx']"><dt>IGN</dt> <dd>{vb:raw post.fieldx}</dd></vb:if>
In a custom vb page but nothing shows up. I did change the X to its corresponding field.