D7 Can't delete Language keys

D7 Manage Language delete keys doesn't work. I want to delete male language keys as my site is females only.

Does anyone have any advice.

Jennifer xx

Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com
Quote · 25 Dec 2009

Admin --> Settings --> Predefined Lists

Select a list: Sex

Just click that little red minus sign to the right ot he Male row

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 25 Dec 2009

http://www.boonex.com/trac/dolphin/ticket/1660

Rules → http://www.boonex.com/terms
Quote · 25 Dec 2009

Hi Houstonlively,

I did that first with predefined Lists, but there stiill is some male keys left

_male (System)
_adm_txt_mp_male (System)

I found these thru manage languages but I don't know where they live to delete them manually.

What I am trying to do is below and this worked for D6 but this file doesn't exist in 7 and so I can't yet find it. I cant even remember where I found this fix but I save it onto a word document.

There is still M 25 for default in chat..

<!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } H2 { margin-bottom: 0.21cm } -->

How to change sex of visitor and admin?



template/tmpl_uni/scripts/functions.php


find:
<img style="width: 40px; height: 40px; background-image: url(<?= getTemplateIcon( 'man_small.gif' ) ?>);"
replace with:
<img style="width: 40px; height: 40px; background-image: url(<?= getTemplateIcon( 'woman_small.gif' ) ?>);"


for ray:
ray/modules/chat/inc/actions.inc.php


for admin replace:
$aUser = array('id' => $sId, 'nick' => getAdminNick(), 'sex' => "M", 'age' => 35, 'desc' => "Administrator", 'photo' => $sManImageUrl, 'profile' => "", 'type' => CHAT_TYPE_ADMIN);
with:
$aUser = array('id' => $sId, 'nick' => getAdminNick(), 'sex' => "F", 'age' => 35, 'desc' => "Administrator", 'photo' => $sManImageUrl, 'profile' => "", 'type' => CHAT_TYPE_ADMIN);


for visitor replace:
$aUser = array('id' => $sId, 'nick' => "visitor", 'sex' => "M", 'age' => 25, 'desc' => "", 'photo' => $sManImageUrl, 'profile' => "", 'type' => CHAT_TYPE_FULL);
with:
$aUser = array('id' => $sId, 'nick' => "visitor", 'sex' => "F", 'age' => 25, 'desc' => "", 'photo' => $sManImageUrl, 'profile' => "", 'type' => CHAT_TYPE_FULL);


I am new to dolphin so still finding my way around.

Thanks for your reply maybe with the info I just gave you can help me find a solution

Jennifer xx

Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com
Quote · 25 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.