Some chat module questions...

How can I remove the display of age and sex of people at chatroom?

If a person doesnt want to reveal his age, is there any option to hide that from others (both in profile and chat)?

I activated the messenger. Where I can find that?

-aneesh

Quote · 2 Jan 2010

search the forum this has been asked and answered ten blue million times.

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 2 Jan 2010

search the forum this has been asked and answered ten blue million times.

Regards,

DosDawg

Can anybody show me where it is in D7 forum? I searched in full d7 but I couldnt find anything! Please help.

Quote · 4 Jan 2010

Please hlep. No answer of this question in D7!

Quote · 10 Jan 2010

How can I remove the display of age and sex of people at chatroom?

If a person doesnt want to reveal his age, is there any option to hide that from others (both in profile and chat)?

I activated the messenger. Where I can find that?

-aneesh

Goto

flash/modules/chat/langs/english.xml

line 21

item key="txtUserCaption"><![CDATA[#nick# #age#, #sex#.]]></item>

change to

item key="txtUserCaption"><![CDATA[#nick#]]></item>

Jennifer

Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com
Quote · 31 Jan 2010

Hi Jennifer,


Thanks a lot! It is not showing age and sex now.

Nobody was aware of the answer even if it was answered millions of times.

Quote · 31 Jan 2010

Thanks Iworld...

Quote · 31 Jan 2010

Hate to steel thread but I need help. I used this code to get rid of female/male symbols on profile pages etc...

Now symbols still show up on activity.

When you use internet explorer you see this. Code below. Any help would be great.....

red x

edit member.php

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 · 31 Jan 2010

Hi guys!

 

How can I add the chat module to my home page.

 

I would like people to login, then if they go to the homepage, the chat should be open in a block. Is it possible? and if so, how do I go about to insert it???

 

AND .... Is it possible to have the shoutbox on each page of your site??? at one static position???

 

Regards,

 

Corne

Quote · 31 Jan 2010

Thanks but sex is still listed in new room. I'm doing a site for people with ADHD and a lot of people like to remain anonymous do you have a way to get rid of this, I swear if I had funding I would just pay someone to do this. Thanks m f new room

How can I remove the display of age and sex of people at chatroom?

If a person doesnt want to reveal his age, is there any option to hide that from others (both in profile and chat)?

I activated the messenger. Where I can find that?

-aneesh

Goto

flash/modules/chat/langs/english.xml

line 21

item key="txtUserCaption"><![CDATA[#nick# #age#, #sex#.]]></item>

change to

item key="txtUserCaption"><![CDATA[#nick#]]></item>

Jennifer

Quote · 1 Feb 2010

Thanks but sex is still listed in new room. I'm doing a site for people with ADHD and a lot of people like to remain anonymous do you have a way to get rid of this, I swear if I had funding I would just pay someone to do this. Thanks m f new room

How can I remove the display of age and sex of people at chatroom?

If a person doesnt want to reveal his age, is there any option to hide that from others (both in profile and chat)?

I activated the messenger. Where I can find that?

-aneesh

Goto

flash/modules/chat/langs/english.xml

line 21

item key="txtUserCaption"><![CDATA[#nick# #age#, #sex#.]]></item>

change to

item key="txtUserCaption"><![CDATA[#nick#]]></item>

Jennifer

Line 20:  <item key="txtRoomCaption"><![CDATA[#title# (#M# M, #F# F)]]></item>

Change to...

<item key="txtRoomCaption"><![CDATA[#title#]]></item>

Please make backup of the file before editing.

Quote · 1 Feb 2010

Worked like a charm thank you...Laughing

Quote · 1 Feb 2010

Lovely to see us all helping each other :)

So here goes me lol, since we talking about chat.

How do you change the default font size in chat

I've tried below as was suggested to me


flash\modules\chat\inc\actions.inc.php

$iSize = $_REQUEST['size'] ? (int)$_REQUEST['size'] : 12;

This can't be right as the font is size is not 12 and even if I change it doesn't affect the font size in the chat which is so small.

Also how do members save there last font settings or does this have to be done every single time they log in.

This has been bugging me since I used Dolphin.

thanks Jenn

Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com
Quote · 2 Feb 2010

Lovely to see us all helping each other :)

So here goes me lol, since we talking about chat.

How do you change the default font size in chat

I've tried below as was suggested to me


flash\modules\chat\inc\actions.inc.php

$iSize = $_REQUEST['size'] ? (int)$_REQUEST['size'] : 12;

I use the settings button in the chat room to change font. I know it doesn't change in the whole system wait or does it i was log i as admin so let me see.

This can't be right as the font is size is not 12 and even if I change it doesn't affect the font size in the chat which is so small.

Also how do members save there last font settings or does this have to be done every single time they log in.

This has been bugging me since I used Dolphin.

thanks Jenn

Quote · 5 Feb 2010

Lovely to see us all helping each other :)

So here goes me lol, since we talking about chat.

How do you change the default font size in chat

I've tried below as was suggested to me


flash\modules\chat\inc\actions.inc.php

$iSize = $_REQUEST['size'] ? (int)$_REQUEST['size'] : 12;

This can't be right as the font is size is not 12 and even if I change it doesn't affect the font size in the chat which is so small.

Also how do members save there last font settings or does this have to be done every single time they log in.

This has been bugging me since I used Dolphin.

thanks Jenn

This thread may help there ... I hope ... but I am still waaaaaaaaaaaaaay new so it may not!

http://www.boonex.com/unity/forums/?action=goto&topic_id=AV-Chat-Default-Font-Size-Change

Quote · 21 Feb 2010

 

 

How can I remove the display of age and sex of people at chatroom?

If a person doesnt want to reveal his age, is there any option to hide that from others (both in profile and chat)?

I activated the messenger. Where I can find that?

 

-aneesh

Goto

flash/modules/chat/langs/english.xml

line 21

item key="txtUserCaption"><![CDATA[#nick# #age#, #sex#.]]></item>

change to

item key="txtUserCaption"><![CDATA[#nick#]]></item>

 

Jennifer

 

 Thanks for your post. Much Appreciated. =)

Quote · 11 May 2012
 
 
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.