PDA

View Full Version : Hrmn...very weird issue


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

Blaine0002
09-28-2005, 08:45 PM
how did you fix it?

Creed
09-29-2005, 09:26 PM
I had the plugin running to early in the script, I was adding a plugin to members.php and had it hook @ members_start. I changed the hook location to members_complete and its working fine :) (btw, this is for the eBay integration hack, which I'm awaiting permission to release :D)