demo7up
12-04-2011, 10:13 PM
<vb:if condition="$post['fieldxx']">
<div class="jdm_plate" style="background-image:url(http://path-to/license_plates/{vb:raw post.fieldxx}.png);">
<p><b>{vb:raw post.fieldyy}</b></p>
</div>
</vb:if>
i need this to change fieldxx just for the one user. because when any given user sets the xx id it changes xx across the board.
Specifically for
style="background-image:url(http://path-to/license_plates/{vb:raw post.fieldxx}.png
so what happens is when a user sets that id it changes a bg in a postbit but all the postbits will look identical because its chaging it for the div its not a per user thing.
How can i make this so that its different per user instead of the same background for who ever has a xx value.
Make sense?
demo page http://www.nycjdm.com/showthread.php?2365-2002-2003-Acura-tl-front-lip
i want the license plates which is fieldxx to be unique to one another not be all the same
<div class="jdm_plate" style="background-image:url(http://path-to/license_plates/{vb:raw post.fieldxx}.png);">
<p><b>{vb:raw post.fieldyy}</b></p>
</div>
</vb:if>
i need this to change fieldxx just for the one user. because when any given user sets the xx id it changes xx across the board.
Specifically for
style="background-image:url(http://path-to/license_plates/{vb:raw post.fieldxx}.png
so what happens is when a user sets that id it changes a bg in a postbit but all the postbits will look identical because its chaging it for the div its not a per user thing.
How can i make this so that its different per user instead of the same background for who ever has a xx value.
Make sense?
demo page http://www.nycjdm.com/showthread.php?2365-2002-2003-Acura-tl-front-lip
i want the license plates which is fieldxx to be unique to one another not be all the same