Look in the existing templates and see what is used for the information you want to display... Just remember anything with $post[...] will only work in posts, anything with $thread[...] will only work in threads... You will probably need to use $bbuserinfo[...] for stuff like username, rank, and join date... (also VB4 I think it's actually {vb:raw _variablename_} but you can get specific help with this stuff in the VB4 programming questions forum... Get your card setup first and worry about filling in the details later.
You'll also need a little custom php in your membercard.php file to calculate a date 6 months out- but not that hard in the scheme of things.
|