Quote:
Originally Posted by samdret
I'm trying to give the vBExperience information the same look as the rest of the template, but when I try to edit postbit_legacy and enter
HTML Code:
<div class="post_field">{vb:raw xperience_postbit}</div>
the result (view source) is:
HTML Code:
<div class="post_field"></div>
<dt>Points</dt> <dd>86</dd> <dt>Level</dt> <dd>1</dd>
Am I missing something here? Also, xperience_awards_postbit and xperience_achievements_postbit turn up nothing, even though they are set like that in the settings.
|
replace xperience_level_postbit template with this. hope this helps
Code:
<div class="post_field"><dt>{vb:rawphrase xperience_level}</dt> <dd>{vb:raw xperience.level}</dd></div>