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}" />--> |
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. |
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 |
From:
$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;
To:
//$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;
------------
From:
<img src="{$sProfileIcon}" />
To:
<!--<img src="{$sProfileIcon}" />-->
|
Thank you okweb, sorry I'm such a newbie |
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! |
Alright the code works for firefox but loads like this in iexplorer, how do I fix this one?

|
Now in Safari there is a blue question mark....Help please to fix |
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
|
have you tried to clean cache |
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,
|
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....
<!--
/* 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}"
/>-->
|
|