is there any code people can not add more then 1 smiles in there messages for example if the text is hi to all :D :D :D :D ... only 1 smile will show not the other 3 anybody know how to code this ?
is there any code people can not add more then 1 image
Collapse
X
-
Originally posted by bijaybd View Posthey bro its working fine just need to edit the text thats all anyways do you know enable disable code for smiley how to user will able to enable disable there smiley so that they will not get any smiley
function getsmilies($sid){
$usr = mysql_fetch_array(mysql_query("SELECT dissml FROM ibwf_users WHERE uid='".uidfromsid($sid)."'"));
if($usr[0]=='1'){
////Run the code that str_replaces text to smilies
}else{
///return the original text as is
}
}
Comment
Comment