Quote:
Originally Posted by sypherzone
I tried installing it but it isn't showing? What could be the problem?
|
Most common mistake is not putting it into the postbit template that you use for your forum.
postbit (Like on this forum, Avatar and User Info is on top of each post)
postbit_legacy (Avatar and User Info is on the side)
Quote:
Originally Posted by BoneDust
What would cause the images to not show?
Here's what I posted in the postbit - legacy
<!-- / flags start -->
<div>
<if condition="$post[field8]"><img src="images/flags/$post[field8].gif"></if>
<if condition="$post[field9]"><img src="images/region/$post[field9].gif"></if>
</div>
My profile fields are 8 and 9
I uploaded the images to images/flags and images/region
Any thoughts? I've been trying to figure this out for some time and this is the first addon I've had a problem with.
|
It should be showing up, unless your forum isn't using postbit_legacy. Are the images not showing at all, or are they broken images? If they're broken, then you might need to add the flags folders to your skin's images folder, and not the one in your forum root.