Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   Add Emoji on Shoutbox Gazelle (http://www.bvlist.com/showthread.php?t=11317)

reigelado 17th December 2017 02:11

Add Emoji on Shoutbox Gazelle
 
Tutorial:http://www.bvlist.com/showthread.php?t=10279
Edit file getChatData.php on shoutbox folder.
Code:

Original:print "
  • ".$dt.get_av($row["Avatar"],25,25)." ".date("j, g:i a",$row["time"])." ".$row["Username"]." : ".format_bbcode($row["text"])."
  • ";

    Edited:print "
  • [".date("j, g:i a",$row["time"])."] - ".$row["Username"]." : ".Text::full_format($row["text"])."
  • "; //adicionado dos emojis no chat!

    Added emojis are the forum standards!


    All times are GMT +2. The time now is 09:39.

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