Sorry for my bad english , there is no screen shoot.
If you are good developer , you can develope it to make rooms , bcz there is one room (lol).
I am not a coder of elgg plugins , you can comment your bugs
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
I gived this chat for many developers here to make it a plugin for elgg , but no one replayed me , so i do it my self .
***IMPORTANT: the file chat.txt must be 777 chmod
12 downloads and no comments for bugs or for thanks ? :)
My first plugin and no bugs , i think you dont like it :-)
why not screen shoot?
I dont have webcam , that why
How do I display the name and not the username in the chat?
Very good plugin thanks for sharing
i am using for that SESSION , $_SESSION['username'] , so you can edit it as you want
Farther up the nickname the code would
$ _SESSION ['nickname'] ?
and the user can send blank, I think they would have plenty flooders how to configure them not to send blank message?
you can using if else in functions at header, if empty input show error
You dont need a webcam for a screen shot, for windows hold alt+Print Screen then paste in microsoft paint. for a Mac Hold down Apple key ⌘ + Shift + 3 and release all now look on your desktop.
@Roy:
For cryin out 'loud - why be so-o-o l-a-z-y buddy !!
It kinda takes only abt 1 - 2 mins to download,
install and look at the PaixChat PlugIn ;-)
So here's the "screen shoot? " dedicated to you ;-P
Thanks DhrupDeScoop , it's very simple plugin , no need experience to use it , just download+unzip in mod folder+enable .
@DhrupDeScoop i forgot to remove tested discussions registred in chat.txt . and tell me what do you think about this plugin .
another thing , the url is not [root]pg/paixchat , it's [root]mod/paixchat/paixchat.php , pg removed from url
Will this work on 1.8?
yep ! ;-)
Thanks!
I would like to change the font color in the actual chat, where is this located.
***What you can to do:
- You can edit css in lib/paix.css.
$5 says it's in there
weeeellll ;-)
methinks thou hast just lost $5 or £5 lolz ;-oO;X;P
hand it over, matey ! or you be shipped off to australia... ;-P
mod/chat/lib/paixchat.php
<style type="text/css">
/* the chat contents box */
#block {
background-color:#eee;
color: #000;
border:1px dashed red;
overflow-x:hidden;
overflow-y:auto;
height:250px;
padding-bottom:
36px;padding-left:10px;
}
</style>
yes DhrupDeScoop that's the right CSS , or you can create a new file nommed any thing you want : like style.css . and write btw <head> and </head> a meta tag with link to this file :
<link rel="stylesheet" type="text/css" href="{wwwroot}/views/default/style.css" />
- for changing the color of the name , there is a class nommed ".posteur"
I am wanting to change the lime green on the usersname.
Also works great on 1.8, Thanks for the good work.
in top of page paixchat.php , look in "function envoyer($donnees_formulaire)" , and look this link:
>>>fwrite($fichier_texte, addslashes('<font color="green" style="padding-right:10px">' . htmlentities(utf8_decode($donnees_formulaire['posteur'])) . ':</font>' . htmlentities(utf8_decode($donnees_formulaire['message']))<<<
Now i think it's clair.
i am testing on elgg 1.8.3
Can you pls tell me how to fix this issue... I am useing "purity theam"
Thx