ashkir Full Member
Posts: 1,159 Status: Offline Gender: Male Location: Cali! Age: 35 Joined:
pmskypemsnyahoo | Quick Common Info Codes (28th May 09 at 9:36pm UTC) | | Here are some quick codes to grab data from vForums. These are the more common ones that people may want to use. To use these just paste the script where you want the item to appear. These will ONLY work on vForums. Display name, with link to profile and class color:
Code: - <script>document.write('<a href="/action/view_profile" class="group'+vf_usergroup+'">'+vf_displayname+'</a>');</script>
Member Post Count:
Code: - <script>document.write(vf_posts);</script>
Total PMs Number:
Code: - <script>document.write(vf_total_pms);</script>
New PMs Number:
Code: - <script>document.write(vf_new_pms);</script>
Skin Width: Very useful with several skins and a same informational table same width as board.
Code: - <script>document.write(vf_width);</script>
| |
|