Recent content by kylerc

  1. kylerc

    Fixed REST API - allow sorting of profile posts comments

    It looks like the rest API returns comments on a profile post in newest-first ordering without a parameter to change the ordering according to the documentation at https://xenforo.com/community/pages/api-endpoints/#route_get_profile_posts_id_comments. Would it be possible to allow specifying a...
  2. kylerc

    Cannot reproduce Users on iOS 13 can’t login

    @Chris D I don't specifically have this issue with the login fields, but I do have the same issue described repeatedly on xenforo.com with the search. The input doesn't seem to correctly get focus for some reason. On Ui.X we can sometimes reproduce the issue with the login dropdown, but I...
  3. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    Was a fun easter egg I included :P
  4. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    For those wanting to take their Emojify experience to the next level we suggest our chrome extension located at https://chrome.google.com/webstore/detail/emojify-pro/opdijmfhogbceaehkjnojfmbbepfhomh to take the future of the web with you wherever you browse.
  5. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    Just as an update, we're still working on an updated release. The fix for this ended up involving more than I initially expected so might end up slipping past today, but will be releasing an update as soon as we have the bug fixed.
  6. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    Should have an update later today with permissions to disable for guests and a fix for it not running in some cases.
  7. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    Hmm I haven't been able to replicate this yet. Would you be able to message me a link to a demo / site with the issue to get a better look?
  8. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    Hmm any errors in the javascript console? If not, could you provide me a link to a demo by opening a ticket? I'll take a look.
  9. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    Since this seems like a popular request, we'll likely have an update tomorrow for enabling in selected areas. Theme 🏠 wants to be sure Emojify Pro meets the need for modern communication found on 💯% of 🕸sites.
  10. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    Theme🏠 is glad you and your users 👀 the future of communication. For advanced communities we suggest disabling Training Mode under the add-on options.
  11. kylerc

    [TH] Emojify Pro - April Fools' Trick for your community! [Deleted]

    For less experienced communities we recommend enabling training mode to assist users with adjusting to the future of communication. You'll find it under the add-on options.
  12. kylerc

    Audent.io

    Hey, glad you like the project :) . This was a custom NodeJS implementation we did for them that's running on their servers. The configuration of replies the bot knows is input through an api call in an extensible syntax, but is pretty black box at this point and only works with their custom...
  13. kylerc

    Add-on Custom livechat + app - XF2

    Although it doesn't do everything you've listed, https://xenforo.com/community/resources/chat-2-by-siropu.5762/ is probably the best place to start for something like this unless you're wanting a completely custom solution.
  14. kylerc

    XF 2.1 What does .m-clearFix() do and can I use it to clear floats?

    Hey Stuart, Yeah that will basically use a LESS mixin to make the element self-clearing of floats. This is the definition of what it's doing from the setup.less template. .m-clearFix() { &:before, &:after { content: " "; display: table; } &:after {...
  15. kylerc

    [TH] Nodes for grid, custom styling, and custom icons

    @XFA The first initialization of the Nodes JS should be happening on the browser's DOMContentLoaded event (or document.ready in jQuery). I'd guess you either need to have your JS run and initialize before that fires or you could fire a resize event manually after your addon has initialized...
Top Bottom