Quote:
Originally Posted by AfterWorldForum
I'm having a minor issue getting the $xperience_awards_postbit variable to work in combination with the Tabbed Postbit mod.
Trying to insert the following:
Code:
<div class="info"><b>Achievements: </b>{vb:raw xperience_achievements_postbit}</div>
<div class="info"><b>Awards: </b>{vb:raw xperience_awards_postbit}</div>
With the experience setting switches set to the custom location. If I set them to postbit_userinfo_right, the icons show up, though looking totally off from the rest.
Any ideas?
Thanks in advance  Great hack, by the way 
|
I ended up solving this by manually editing the xperience_awards_showcase and xperience_achievements_showcase to use the divs.
Would still be interested in knowing which variable to use to get the custom location to use, though. I tried a few things after checking the code for the plugin, including {vb:raw awards} and {vb:raw awards.postbit}, but I did not seem to get it to work.