View Single Post
  #1  
Old 17th December 2017, 02:11
reigelado reigelado is offline
Member
 
Join Date: Dec 2017
Posts: 3
Default Add Emoji on Shoutbox Gazelle
Tutorial:http://www.bvlist.com/showthread.php?t=10279
Edit file getChatData.php on shoutbox folder.
Code:
Original:print "<li>".$dt.get_av($row["Avatar"],25,25)." <small>".date("j, g:i a",$row["time"])."</small> <a href='user.php?id=".$row["ID"]."' target='_blank'><font color='".format_class_colour($row["PermissionID"])."'><strong>".$row["Username"]." </strong></font></a>: ".format_bbcode($row["text"])."</li>";

Edited:print "<li><small>[".date("j, g:i a",$row["time"])."] - </small> <a href='user.php?id=".$row["ID"]."' target='_blank'><font color='".format_class_colour($row["PermissionID"])."'><strong>".$row["Username"]." </strong></font></a>: ".Text::full_format($row["text"])."</li>"; //adicionado dos emojis no chat!
Added emojis are the forum standards!
Reply With Quote