Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   xBTiT (http://www.bvlist.com/forumdisplay.php?f=30)
-   -   Clickable nickname in ajax-chat (http://www.bvlist.com/showthread.php?t=9368)

NickOleg 1st August 2013 17:04

Clickable nickname in ajax-chat
 
Hi! how to make a clickable nickname in the standard ajax-chat? so that when you press on the nickname, in the form of messages inserted nickname...

Example:
http://img.ranetka.ru/images/viu1375369678r.png

firefly007 1st August 2013 17:39

Give me your chat.php or shoutbox.php file

NickOleg 1st August 2013 17:58

1 Attachment(s)
As the unit is installed clean ajax_shoutbox_block.php. The archive is the script of the chat.
I think I need a script like javascript: onclick. But how to do it, I don `t know. Version Xbtit 2.3

firefly007 1st August 2013 18:27

PHP Code:



<script type="text/javascript">
function 
insertText(val,e){
document.getElementById(e).innerHTML+=val;
}
</script>
<textarea id="textIns"></textarea>
<a href="javascript:insertText('Hello ','textIns');" onClick="void(0)">Insert 'Hello'</a> 


NickOleg 2nd August 2013 13:34

mm, thanks, the script itself is working) just could not get it to embed code in chat) does not work. Maybe someone is ready to use???)

DiemThuy 2nd August 2013 14:00

in ajaxchat/getChatData.php

replace

Code:

$name = $row[name];
for

Code:

$name="".$row["name"]."";


All times are GMT +2. The time now is 10:40.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.