country flag generation routene location?

Can anyone point me to where the country flag is generated?

Quote · 20 Nov 2009

They are located here Maurice:

media\images\flags

Chris

Nothing to see here
Quote · 20 Nov 2009

not the flags but the point in the source where the flags are generated and placed in profiles.  Thanks

Quote · 20 Nov 2009

lol. woops.. haha I knew it couldnt have been THAT simple...Checking

Nothing to see here
Quote · 20 Nov 2009

If anyone knows, I am also interested in this. I do not ask my members to identify themselves by country when they register, yet an American flag appears next to their names. In fact, I would also like to stop their age from appearing (in the profile views where the flag appears). I do not ask for age, but it appears as "2009 y.o." And in fact, I would probably drop the little male and female symbols, too, if I knew how.

Any help would be appreciated.

Quote · 9 Dec 2009

RE: not the flags but the point in the source where the flags are generated and placed in profiles.  Thanks

Looks like member.php

$sCountryName = _t($aPreValues['Country'][ $this->aMemberInfo['Country'] ]['LKey']);
$sCityName = $this->aMemberInfo['City'];
$sCountryPic = ($this->aMemberInfo['Country']=='') ? '' : ' <img alt="'.$this->aMemberInfo['Country'].'" src="'.($site['flags'].strtolower($this->aMemberInfo['Country'])).'.gif"/>';

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 9 Dec 2009
 
 
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.