Creed
09-28-2005, 05:12 PM
Is there something I'm missing here, I have a custom profile field (field8), and I'm trying to call a page if that profile field exists, and use a template based on it. Well when I pull that page it doesn't pull that profile field.
if I use $bbuserinfo[field8] it will pull my info (the one viewing)
if I use $userinfo[field8] it will not pull the profile's info.
if I use $vbulletin->userinfo[field8] the results are "Array[field8]"
What am I missing? Is there something changed in 3.5 that I'm not aware of?
nvm, I fixed it (with help) :D
if I use $bbuserinfo[field8] it will pull my info (the one viewing)
if I use $userinfo[field8] it will not pull the profile's info.
if I use $vbulletin->userinfo[field8] the results are "Array[field8]"
What am I missing? Is there something changed in 3.5 that I'm not aware of?
nvm, I fixed it (with help) :D