Problem in vBPlaza..

LineUp

New Member
hi all,
when i install the vBPlaza mode i see this :

C) Inside template 'MEMBERINFO':

Find:

<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>


Replace With:

<!-- vbPlaza start -->
<div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
<!-- vbPlaza end -->


Next Find:

<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>


Replace With:

<!-- vbPlaza start -->
<if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->


Then Find:

<if condition="$vboptions['usereferrer']">


Add Above:

<!-- vbPlaza start -->
<if condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
<if condition="$show['gifts']">$show[gifts]</if>
<if condition="$show['ribbons']">$show[ribbons]</if>
<!-- vbPlaza end -->

i fins all he others codes but the above code in not found in my template.
somone can help me?
 
Back
Top