Log in

View Full Version : Chat Room Information


Jaime82
11-16-2005, 04:28 AM
I have RealChat integrated with Vbulletin and I'm trying to get my chat room to read profile information. I'm having just one problem with a multiple selection custom profile field. It's a Gender field with two possible selections...Male, or Female. When I set it to read the profile field with this information
<param name="pLabel1" value="Gender:">
<param name="pValue1" value="<?php echo $vbulletin->userinfo[field9];?>">

Instead of putting Male, or Female, it puts a 1, or 2.

Any help in figuring this problem out would be greatly appreciated.

Thanks

Jaime