XenForo
Administrative
- Thread starter
- Admin
- #1
Hi all.
I'm looking to create an addon where users can select a small icon image to put before their username. I am intending the selection form to have functionality like the smilie search box in the editor. That's fine and well, but I'm really struggling to understand one part of how this works in particular.
Going from the top:
Read more
ادامه مطلب...
I'm looking to create an addon where users can select a small icon image to put before their username. I am intending the selection form to have functionality like the smilie search box in the editor. That's fine and well, but I'm really struggling to understand one part of how this works in particular.
Going from the top:
- In the editor controller, this is the search action: SmiliesEmojiSearch
- The database search is conducted via the Emoji Repo: getMatchingEmojiByString...
Read more
ادامه مطلب...