Quote:
Originally Posted by Diva
Yay! The flag hack is here! I am using vb3Gold. Are there any changes for this?
Also, if I want to replace the "Location:" with the flag, what do I need to do?
PS: I tried it and dont see where to enter the different flags in the profile.
|
That would be rather easy to do
replace this
PHP Code:
<if condition="$post[field2]">Location: $post[field2]</if>
with this
PHP Code:
<if condition="$post[field18]"><img src="images/flags/$post[field18].gif" border="0" alt="$post[field18]" /></if>
the field2 stands for the field location ppl fill in with registration, field 18 stands for the flag field i created for my board, so you'll have to check the fieldnumber in your admincp (registration options)...
Cheers