Hi, i'm in the proccess of testing this script for my site, still i have some questions/issues:
.-i would like to know how to use/customize the file emoticon_replace_full.php ?
.-i'm having problems with accents, such as or or , i would like to know how to fix that..
.-sometimes in a message there's the <br /> tag visible (i modified the script's source to make the output xhtml compliant), the source of the message looks like this btw: blablabla<br />blabla, ..any ideas on how to fix that?
thanks in advance, and good work on the script
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Apologies for the belated response - real life has taken a hit recently so there's not been much development on the script as of late.
The emoticon_replace_full file is not currently in use as the script uses emotcon_replace.php to convert matching emoticons into my own parser code, which would look like this: im#smi
The im# denotes an image, with the following 3 letters signifying the image name - smi.gif.
You can add your own by creating an image with a 3 letter name and adding a line to emoticon_replace.php in the same 3 letter format.
It might be worth me adding this to the admin interface eventually, time permitting!
An earlier release of Stringychat used to work with <br /> tags, however in editing it looks like i've broken the script. By the looks of it, it's just the html parser parsing before the tag is generated - therefore the code is created after all the code has been modified.
I'll get to work on that - it shouldn't take a minute.
As for accents, I'm not entirely sure to be honest. I'll look into it for you - my first thoughts are for language / ISO support which again is something i'll need to look into.
Thanks for showing an interest, i'll try to get the problems fixed asap! :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i'm in the proccess of testing this script for my site, still i have some questions/issues:
.-i would like to know how to use/customize the file emoticon_replace_full.php ?
.-i'm having problems with accents, such as or or , i would like to know how to fix that..
.-sometimes in a message there's the <br /> tag visible (i modified the script's source to make the output xhtml compliant), the source of the message looks like this btw: blablabla<br />blabla, ..any ideas on how to fix that?
thanks in advance, and good work on the script
Hi there,
Apologies for the belated response - real life has taken a hit recently so there's not been much development on the script as of late.
The emoticon_replace_full file is not currently in use as the script uses emotcon_replace.php to convert matching emoticons into my own parser code, which would look like this: im#smi
The im# denotes an image, with the following 3 letters signifying the image name - smi.gif.
You can add your own by creating an image with a 3 letter name and adding a line to emoticon_replace.php in the same 3 letter format.
It might be worth me adding this to the admin interface eventually, time permitting!
An earlier release of Stringychat used to work with <br /> tags, however in editing it looks like i've broken the script. By the looks of it, it's just the html parser parsing before the tag is generated - therefore the code is created after all the code has been modified.
I'll get to work on that - it shouldn't take a minute.
As for accents, I'm not entirely sure to be honest. I'll look into it for you - my first thoughts are for language / ISO support which again is something i'll need to look into.
Thanks for showing an interest, i'll try to get the problems fixed asap! :)