While perusing the editprofile.tmpl (vbulletin 3 enhanced version) I noticed this code near the top
Code:
Content visible to verified customers only.
I noticed there was a lone SAVE CHANGES at the top of my profile editor before the input fields started, then another after the input fields. That's because all of these goodies in the code above (including signature, avatar, etc) are not showing up. I know its due to this condition:
if ( $Globals['vbversion'] == "sellerspost"
So my question is how do I make that IF = true? In other words, what setting goes to yes or no to make that happen. I have no php knowledge, but I'm really good at figuring out what it does and editing it to fit my needs... I just can't figure this one out.