hello everyone.
here's my dilemma; I hope someone can help me for fix this.
I installed vbux / plaza with no problems, everything is working correctly, this is the display on the postbit legacy.
recently, I installed a product called dbtech postbittabs. the postbit_legacy integrates well with this product, except with the gifts and ribbons of the plaza.
this is the error
with this code:
Code:
<div class="vbplaza_user_gifts">
<center><div class="eti_postbit">$vbplaza_user_gift</div></center>
</div>
<div class="vbplaza_user_ribbons">
<div class="eti_postbit"><center>$vbplaza_user_ribbons</center></div>
</div>
$vbplaza code isvB3 syntax code, so I edited the code and overwrite with this:
Code:
<div class="vbplaza_user_gifts">
<center><div class="eti_postbit">{vb:raw vbplaza_user_gifts}</center></div>
</div>
<div class="vbplaza_user_ribbons">
<div class="eti_postbit"><center>{vb:raw vbplaza_user_ribbons}</center></div>
</div>
the result is this:
wtf? This problem is reflected with this product only, without it is displayed correctly even with my edit!