FreiChat related discussions
Chat room editing + languages

Hello all :)
Thanks for your great script. I was wondering if you could help me on something. I have installed it and tested it without any problem on my test site on Joomla 1.7. But I have a few questions:

My problem is that the Chatroom tab (frei_tab) is placed too high on my page and is partially going on my site logo, which doesn't look nice. I would like to lower it (about 100 pixels) so it doesn't fall on the logo. Could you tell me how to do it? my test site is: http://test.studiozip.com/site4/en/

Also, my site is multilanguage (english and greek). If I translate the language file in greek (which I will gladly send you after), will it be possible to assign different languages on site?

Finally, as other users, I have the same issue with the "powered by EvNix" at the bottom. Actually it would not bother me if it was appearing only upon opening the box. It's only bothering me as it shows at all times. Is it possible to fix this by making it appear only when opening the box? If not, I will wait for your subscription option when available.

Thanks again and sorry for my poor english :)

Hello all :) Thanks for your great script. I was wondering if you could help me on something. I have installed it and tested it without any problem on my test site on Joomla 1.7. But I have a few questions: My problem is that the Chatroom tab (frei_tab) is placed too high on my page and is partially going on my site logo, which doesn't look nice. I would like to lower it (about 100 pixels) so it doesn't fall on the logo. Could you tell me how to do it? my test site is: http://test.studiozip.com/site4/en/ Also, my site is multilanguage (english and greek). If I translate the language file in greek (which I will gladly send you after), will it be possible to assign different languages on site? Finally, as other users, I have the same issue with the "powered by EvNix" at the bottom. Actually it would not bother me if it was appearing only upon opening the box. It's only bothering me as it shows at all times. Is it possible to fix this by making it appear only when opening the box? If not, I will wait for your subscription option when available. Thanks again and sorry for my poor english :)

use the below javascript code to change the style.top value, make sure it executes after the chatroom is loaded.

var x=document.getElementById('dc-slick-9');
x.style.top="100px";

There is no support for multiple languages yet. But I guess we will resolve this soon.

As for "Powered By EvNix", you will have to wait for subscription.

use the below javascript code to change the style.top value, make sure it executes after the chatroom is loaded. <code> var x=document.getElementById('dc-slick-9'); x.style.top="100px"; </code> There is no support for multiple languages yet. But I guess we will resolve this soon. As for "Powered By EvNix", you will have to wait for subscription.
Necessity is the mother of all inventions!

Hi again and thanks for your answer :)
I guess I should put your code in the "freichat.js" file or else? Since I am a complete idiot could you tell me in what line and what file to insert it? My knowledge in script is close to zero as I am more a designer than a programmer.
Thanks for your help!

Hi again and thanks for your answer :) I guess I should put your code in the "freichat.js" file or else? Since I am a complete idiot could you tell me in what line and what file to insert it? My knowledge in script is close to zero as I am more a designer than a programmer. Thanks for your help!

You have to insert the code in freichat/client/freichat.js

About line no 702 , you should find

if(freidefines.PLUGINS.showchatroom=='enabled'){


Just insert your code the following way
if(freidefines.PLUGINS.showchatroom=='enabled'){
var x=document.getElementById('dc-slick-9');
x.style.top="200px";

You have to insert the code in freichat/client/freichat.js About line no 702 , you should find <code> if(freidefines.PLUGINS.showchatroom=='enabled'){ </code> Just insert your code the following way <code> if(freidefines.PLUGINS.showchatroom=='enabled'){ var x=document.getElementById('dc-slick-9'); x.style.top="200px"; </code>
Necessity is the mother of all inventions!

Thanks! I tried it but it doesn't work. All the chat goes below the footer. I've also tried with other values (-50px, 100px, 10px...) but it is still below the footer on the same place. So I reverted to the initial code.
If you see another solution fine. If not, I am already thankful for your patience and your help (especialy as you work on saturday).
All the best:)

Thanks! I tried it but it doesn't work. All the chat goes below the footer. I've also tried with other values (-50px, 100px, 10px...) but it is still below the footer on the same place. So I reverted to the initial code. If you see another solution fine. If not, I am already thankful for your patience and your help (especialy as you work on saturday). All the best:)

use the "contact us" link to send us a screenshot with a rough position where you want it located.
If you remember, we offer free installation of this chat.
just send us the required details and we will handle the rest.

use the "contact us" link to send us a screenshot with a rough position where you want it located. If you remember, we offer free installation of this chat. just send us the required details and we will handle the rest.
Necessity is the mother of all inventions!
123
5
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft