Quote:
Originally Posted by youradhere4222
I don't think the UK flag is working correctly.
Edit: Nevermind, I just needed to change the gif on UK to all-caps.
|
I have been informed that the latest flag folders to be attached are .gif and not .GIF, as you correctly pointed out with the UK flag.
If it is the case that all the flags are .gif (I haven't checked as yet), it would be easier to chage the code from .GIF to .gif:
Code:
<!-- Wy Country Flags Start -->
<vb:if condition="$post['fieldX']"> <dt>Country:</dt> <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.fieldX}.GIF" alt="Users Country Flag" border="" /></vb:if>
<!-- Wy Flags End -->
Becomes:
Code:
<!-- Wy Country Flags Start -->
<vb:if condition="$post['fieldX']"> <dt>Country:</dt> <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.fieldX}.gif" alt="Users Country Flag" border="" /></vb:if>
<!-- Wy Flags End -->
And:
Code:
<!-- Wy Country Flags Start -->
<vb:if condition="$post['fieldX']"> <dt>Country:</dt> <img src="http://www.YOUR FORUM ADDRESS.com/images/buttons/flags/{vb:raw post.fieldX}.GIF" alt="This is {vb:raw post.username}'s Country Flag" border="" /></vb:if></p>
<!-- Wy Flags End -->
Becomes:
Code:
<!-- Wy Country Flags Start -->
<vb:if condition="$post['fieldX']"> <dt>Country:</dt> <img src="http://www.YOUR FORUM ADDRESS.com/images/buttons/flags/{vb:raw post.fieldX}.gif" alt="This is {vb:raw post.username}'s Country Flag" border="" /></vb:if></p>
<!-- Wy Flags End -->
As soon as I get some time, I will go through them.
Quote:
Originally Posted by Affixxx
the images dont display right on some themes
|
Are we talking about Firfox Here? If so, there is a known bug displaying some animagted gifs.