Quote:
Originally Posted by DS MrSinister
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>
|
it works fine when it's aligned to the right, but when the paypal module is aligned on the left it makes all modules centered in one big column. i couldn't tell if there was a missing <table> some where, because it shows up correctly on the right side. :ermm: