iPhone User Profile View

On the iPhone app, where does the age and gender display come from?  For example, if you're viewing a friend you see # y/o male.

Quote · 20 Jan 2011

HELP - it's not like I can look at the code Frown

Quote · 20 Jan 2011

Please - does anyone know the script that generates the age and gender on the iPhone?

Quote · 21 Jan 2011

 

Please - does anyone know the script that generates the age and gender on the iPhone?

Ask it from AlexT

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 21 Jan 2011

PLEASE for the love of everything on Earth - can anyone answer this?  I posted a support ticket too, and no answer there either.

Quote · 22 Jan 2011

 

PLEASE for the love of everything on Earth - can anyone answer this?  I posted a support ticket too, and no answer there either.

Did you message AlexT?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 22 Jan 2011

Yes I did.  I've been waiting for a reply but really want to get this figured out.

Quote · 22 Jan 2011

Age is extrapolated from the birthday field. The IPhone application does it's communication through the items in the xmlrpc directory namely

xmlrpc/BxDolXMLRPCProfileView.php which includes some other files.

 

if ($aItem['Name'] == 'Age')
{
$sValue1 = (isset($this->_aProfile['DateOfBirth'])) ? age($this->_aProfile['DateOfBirth']) : _t("_uknown");
}

Hope this helps

 

 

 

Quote · 22 Jan 2011

 

HELP - it's not like I can look at the code Frown

Actually you can.   As stated above oo gets its data from the XMLRPC scripts that are available in the Dolphin 7 source code.

 

And if thats not enough, you can pay of a iPhone rebranding license and get the code for the app itself.

Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life
Quote · 22 Jan 2011

Thank you so much for the info guys.  I plan to do the iPhone rebrand if I don't hit major problems with Dolphin.  I'm not really using the product for what it was meant for, so these issues are my own fault.  Still, it would take countless months to get a framework to this point.

Props to the people that did the iPhone app - it's one of my favorite features.  I'm just waiting on 7.0.5 before I really hit this hard - just because it sounds like it's very near.

 

Quote · 23 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.