easygo wrote:AmateurCichlids wrote:madblueimp wrote:
Mav wrote:Nice looking mod. is it integrated with the phpbb3 smilies, or does it use it's own? it doesn't look like it uses the forum smilies (unless you've customised those already)
No, it uses it's own - they are part of the Tango Desktop Project (see img/emoticons/license.txt
).
To use your own smilies, the easiest way would be replacing the smilies with different ones using the same names.
You might as well adjust the method "replaceEmoticons" in js/chat.js to add your own smiley replacements.
But make sure you don't produce invalid XHTML.
The users on my board love the chat, but they miss all the forum smilies that we had in our old chat. I had modified an early version of chatspot to run on our old phpbb2 forum. Not wanting to go through that process again of modifying, rewriting, coding from scratch my own chat, I'd love to be able to change this one to use board smilies. Can you tell me if there's any php files I can modify and what function/class where I could parse $message or $text to use the built in functions already in phpbb3? I read through about 40 pages of this post the other night, never did find anything besides this old post. I'd modify chat.js as you suggested, but I don't know any javascript.
Thanks,
Tim
I guess you didn't read the important thing in post 1 of this thread, am I right?
So, my suggestion is to try this way ::
http://www.phpbb.com/community/viewtopi ... 0#p7169885
instead of reprogramming the whole script base just to have
the same old smilies as phpBB at the end of the day.
Hope it helps.
What important thing are you referring to?
This forum is still user to user support and I should ask madblueimp on the other site for support?
If that's what you're asking, I did read that. I also read a note that he was looking for someone to take over back in June or so.
I've also read the posts on replacing and adding smilies in js/config.js.
This seems very inefficient to me, since I already have to add and remove them for the board, it would be nice if I only had to do it in one place. Maybe have the chat only show the smilies that show for posting, but have all the board smilies allowed. Since we have over 200 on our board, listing them all in the config.js file isn't what I was looking for as a solution.
Has anyone set private room and private messaging to false in the lib/config.php and had it work?
Thanks,
Tim