vbadvanced module for 3.5.x 2.0.0
just uplooad the module thru vba cmps admin.
thx to micheal332001 for helping me out
thx m8
for some reason not sure why its not making all the templates.
here is the missing one
adv_portal_donate_goals_user
Code:
<if condition="$show_as_donor == '1'">
<tr>
<td>$donor_username</td>
<td><if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">?<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$user_total</td>
</tr>
</if>