Can anyone tell me how to remove Video chat Button from Actions menu. When the friend is online it shows.
Whereas I am not providing the video chat facility to my website members.
How to remove that button ?
Can anyone tell me how to remove Video chat Button from Actions menu. When the friend is online it shows. Whereas I am not providing the video chat facility to my website members. How to remove that button ? |
There is still no answer? I need to customize my actions menu.. Is there any way?
Thanks
Can anyone tell me how to remove Video chat Button from Actions menu. When the friend is online it shows. Whereas I am not providing the video chat facility to my website members. How to remove that button ?
|
This button is a part of the messenger module, if I recall. If you are only allowing basic instant messaging (text), you can change the language key for it from administration > settings > language settings. And if you're not using the instant messenger at all, you can just uninstall it. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Thank you very much i will try, but i need you to tell me what exactly should i change? Please help me! I need normal messenger, no flash or video but with history! The simple messenger is not the messenger we need. I am surfing web last 24 hours and i almost lost my hopes.. We like the engine, but we need to tune it so much :( Also how to insert a picture in Blog reply? Here, for example i can, but in my blog answers - no :( Thank you again, please help us!
|
Thank you very much i will try, but i need you to tell me what exactly should i change? Please help me! I need normal messenger, no flash or video but with history! The simple messenger is not the messenger we need. I am surfing web last 24 hours and i almost lost my hopes.. We like the engine, but we need to tune it so much :( Also how to insert a picture in Blog reply? Here, for example i can, but in my blog answers - no :( Thank you again, please help us!
Navigate to administration > settings > language settings and from the search bar enter "video" and check the box next to the search field. You'll want to edit the following entries:
Change the text to whatever you like (such as just "chat" for example).
I'll also look now for how to delete it from the database (it's the only way to do it).
You're now saying that you need a messenger without Flash and with support for logging (history). The only non-Flash chat module I'm aware of for Dolphin is the simple messenger, which has this given name for a reason. If you want a non-Flash messenger with all the features of the messenger module and more, you may have to post a job in the jobs section for a custom module.
You can enable TinyMCE in the comments section from administration > settings > advanced settings > other. While it includes several formatting options, it does not include a way to add images, mostly to keep the options limited. You'd have to apply a custom modification to allow image embedding, which is beyond my knowledge. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Thank you. Now we have more weird problem.. I tried to remove the capcha from registration and all of a sudden my website stopped working and shows Forbidden 403.. I have no idea what happened! ? |
Thank you. Now we have more weird problem.. I tried to remove the capcha from registration and all of a sudden my website stopped working and shows Forbidden 403.. I have no idea what happened! ? What exactly did you edit? In the mean time, I recommend reverting your changes to whatever you edited for removing Captcha support. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
After removing Captcha support my htaccess was modified to deny from all (!) I have no idea how this could happen but it had a place. So i removed the line and everything works good again. Well, nice software but very complicated for dummy users. Normal messenger absence for such community script is a big marketing error of developers. Will try my luck in the jobs section but that will take a while to get ready.. Huh.. Thank you a lot! |
I will wait for the solution for the button to be removed. because it consumes lots of times of users, if someone clicks on that button. I want only simple message chat option. very very light messenger. If anyone finds the solution tell me. |
n You Creature!! |
to remove the 'video chat' option from the actions block all you need to do is>
go to languages in admin, type 'video chat' on the search bar, click edit on _messenger_actions_item (Boonex Messenger), then all you need to do is delete the words 'video chat' and press ok,
then you will no longer see it on the actions menu
hope this helps
charlie
You Creature!! |
im not sure just removing the lang string is the right path to follow here? since the action would still remain, you have only removed the lang string for the button. to remove the 'video chat' option from the actions block all you need to do is>
go to languages in admin, type 'video chat' on the search bar, click edit on _messenger_actions_item (Boonex Messenger), then all you need to do is delete the words 'video chat' and press ok,
then you will no longer see it on the actions menu
hope this helps
charlie
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
I am having this same problem. I can not find where to get rid of the action. Not sure how changing the lang key would get rid of the action button. I have looked in the database sys_objects_actions. I can not find the action for video chat. Keeping in mind this is the video chat button the is on the pop out small actions menu when you hover over someones avatar. I have also looked all over short_profile_info.php and even in the messenger template and class files. I do not have the knowledge nor can I find it with my search terms searching on boonex on how to get rid of this button. Same story. People click it and wonder why they can not video chat because I have all video chat etc disabled. |
Something somewhere in a file or database controls this video chat button showing up on a profile when a friend is online and the messenger module is installed. So far the only answer to this in uninstall the messenger module which is not really an answer. I am not able to find the answer to this. Really awful though showing members a button to video chat when that type of thing is not offered nor does it work anyway on the site. |
Hello Something somewhere in a file or database controls this video chat button showing up on a profile when a friend is online and the messenger module is installed. So far the only answer to this in uninstall the messenger module which is not really an answer. I am not able to find the answer to this. Really awful though showing members a button to video chat when that type of thing is not offered nor does it work anyway on the site. You need to go to Dolphin's database -> sys_objects_actions table and find a row with modules/boonex/messenger/|action_im.png as Icon. If you want to completely remove the button then you need to delete the whole row. If you want to hide it for everybody then you need to remove {evalResult} from Caption field. Don't forget to remove cache files from [dolphin_root]cache/ folder to apply the changes. Don't remove .htaccess file. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |