Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[New Plugin] Graphical Emoticons
[UPDATE]
Plugin released
(does NOT do any database interaction ;-)
---
I am currently working (pre-final state) on a Plugin to enable Emoticons in Vanilla 2. Basically it will hack into the $Comment String and replace a bunch of text emoticons with an img-tag.
One question to the community at this point:
Plugin released
(does NOT do any database interaction ;-)
---
I am currently working (pre-final state) on a Plugin to enable Emoticons in Vanilla 2. Basically it will hack into the $Comment String and replace a bunch of text emoticons with an img-tag.
One question to the community at this point:
- Would you prefer that the Emoticon Code/Image-matches are stored in a database table?
- ...or should this be hardcoded into the Plugin-Code, in order not to go too deep into your Vanilla-installation?
0
Comments
You could always store them in files / folders with naming that correlates to the emoticon code.
Of you could store it in the config in an array:
array (
'emoticon_code' => 'image name',
...
)
What do you think?
Vanilla Forums COO [GitHub, Twitter, About.me]
I decided for the first version to hardcode everything into the plugin (using an array just like your 2nd proposal).
Enjoy :-)
i do realize its for macos permissions (we have the same in BeOS), but its annoying, when unzipping files on the host.
cheers