Female Male symbols

edit member.php

find (line ~248) function getBlockCode_AccountControl() {

and this line(~285): $sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;

hide this line, edit to: //$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;
--------

find this line (~428): <img src="{$sProfileIcon}" />

hide this line, edit to: <!--<img src="{$sProfileIcon}" />-->

Quote · 23 Jan 2010

I will have a look see and see if I can find those lines. I'm a little confused as to how to do the editing.

Quote · 23 Jan 2010

Thanks okweb, If someone would give me more specific instructions...that would be great...I get a little confused...hide this line; edit to. See above on okweb reply

Quote · 25 Jan 2010

From:

$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;

To:

//$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;

------------

From:

<img src="{$sProfileIcon}" />

To:

<!--<img src="{$sProfileIcon}" />-->

Quote · 25 Jan 2010

Thank you okweb, sorry I'm such a newbieInnocent

Quote · 25 Jan 2010

Well it took a while but I found it. Yes it worked. I think it made the profile pic smaller though or maybe I have been looking at this site for too long. I think you can adjust that in admin panel anyways.Thanks okweb... your are OK!Cool

Quote · 26 Jan 2010

Alright the code works for firefox but loads like this in iexplorer, how do I fix this one?

red x

Quote · 31 Jan 2010

Now in Safari there is a blue question mark....Help please to fix

Quote · 31 Jan 2010

Hi guys!

 

I have a question regarding that icon.

 

How can I ADD a new icon for a NEW sex value. The values I have is the default male and female, but I have also added a new one called "couple".

 

How can I add a new icon for sex = couple???

 

Kind regards,

 

Corne

Quote · 31 Jan 2010

have you tried to clean cache

Quote · 5 Feb 2010

have you tried to clean cache

Yes I have, so you are saying this should work and there shouldn't be a red x?

Thanks,

Quote · 5 Feb 2010

have you tried to clean cache

Takes for your help. I totally forgot to change this code. Once I did the redbox didn't show up on internet explorer. I haven't check safari but I bet it doesn't have a question mark....Cool

<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} p.code, li.code, div.code {mso-style-name:code; mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->

<!--<img src="{$sProfileIcon}" />-->

Quote · 10 Feb 2010

worked perfectly!

Quote · 24 Jun 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.