hi this works great! I'm trying to do this though:
Quote:
Another thing you'll want to do is modify your postbit to include $vpachampicon and/or $vpachamptext.
|
and I simply put in $vpachamptext in the postbit template file's HTML underneath where it says the number of posts...but nothing displays and here's what it looks like in that area:
original:
PHP Code:
$post[avatar]<p>
<smallfont>Registered: $post[joindate]<br>
Location: $post[field2]<br>
Posts: $post[posts]</smallfont></td>
how I edited it (just to see if it works):
PHP Code:
$post[avatar]<p>
<smallfont>Registered: $post[joindate]<br>
Location: $post[field2]<br>
Posts: $post[posts]<br>
$vpachamptext </smallfont></td>
so all I changed was adding a <br> after $post[posts] and then putting in $vpachamptext
is $vpachamptext an array or hash? If so, what's it's index I want to choose? Thank you for your time!