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
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 |
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 |
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. |
Please hlep. No answer of this question in D7! |
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 |
Hi Jennifer,
Nobody was aware of the answer even if it was answered millions of times. |
Thanks Iworld... |
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..... edit member.php $sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon; To: //$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon; ------------ From: <img src="{$sProfileIcon}" /> To: <!--<img src="{$sProfileIcon}" />--> |
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 |
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 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 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 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. |
Worked like a charm thank you... |
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
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 |
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
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 |
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
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 |
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. =) |