Quote:
Originally Posted by tjdrico
I have released vBookie, a 'bookmaking' or betting extension for vBulletin. I'm mentioning it here because there's an option to use uCash instead of its own built-in cash. This would give your forum members another way to make (or lose) money, and something else to do with the money they have.
|
So what should be placed in my postbit?
Code:
$vbphrase[posts]: $post[posts] | <if condition="$bbuserinfo['usergroupid'] == '6'"><a href="ushop.php?do=a&shortname=admindonate&userid=$post[userid]" target="_blank">Points</a><else />Points</if>: $points (<a href="ushop.php?do=a&shortname=donate&userid=$post[userid]" target="_blank">Donate</a>)
OR this?
Code:
<if condition="$vbookiesettings['cashon']">
<br />vCash: $post[vbookie_cash]
</if>