- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,406
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I need to add a smilie toolbar to the bottom of the editor. I planned to hack it and add a div under the editor and a JS onClick to add to the text area to keep it simple. After looking at it ... I want to do it the right way.
I see in the code there is this hidden 2nd toolbar:
A few questions...
I see in the code there is this hidden 2nd toolbar:
A few questions...
- Does XF ever use that 2nd toolbar for anything?
- If not, how can I fill it with emojis? Even if it's just hard coded in the editor template.
- What the best way to...