The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there anyway for them to show up? For example, I have a gender icon on my forum and the image shows up in postbit, but not in the profiles?
I tried making a new block in the profiles and copying the posbit info, but that didn't do anything :| |
|
#2
|
||||
|
||||
|
Post up the code you used and the template name you put it in so we can see what is wrong. Please use the code/html/php tags for your code.
|
|
#3
|
|||
|
|||
|
Code:
<if condition="$post[field6]"><img src="$stylevar[imgdir_misc]/$post[field6].gif" alt="$post[field6]" /></if> |
|
#4
|
||||
|
||||
|
What template? Using a $post variable in anything other than a postbit template isn't going to work. I think you need to use $userinfo in most templates in the profile page.
|
|
#5
|
|||
|
|||
|
I will try that, thanks!
|
![]() |
|
|