Topic: Smileys utility
I just did a few searches and was surprised to see no hits on this.
I was recently thinking about putting together a little PHP utility, completely separate from PunBB, that can be used to add, edit and delete smileys. I would be surprised if nothing like this had been developed already. Working with smilies can be a bit of a pain.
What I was thinking of was a simple PHP script that would parse the two relevant lines from parser.php and allow an administrator to:
1) edit any smiley, either by changing the text string or uploading a replacement graphic;
2) delete any smiley; or
3) add additional smileys.
Obviously the utility would have to write the changes to parser.php.
You could make it fancy by having the utility access PunBB's database for user information so only, say, PunBB moderators or administrators can login and use the utility. I would think writing a standalone utility would be a lot easier than modding PunBB for this.
Is there anything like this out there already?