Recent content by delzhand

  1. D

    Fixed Reactions on mobile device

    It's almost impossible to show the reactions popup when emulating a mobile device with dev tools. Single-tap replacing hover actions on mobile is such a well-established web pattern I can't fathom why it's not in use here. Is there even a way to alter the behavior of JS with addons?
  2. D

    XF 2.3 Validation of multiple field values together

    I would like to modify the user registration form to add a field called "claim", and I need to validate the registration form in such a way that both the username value and claim value are passed into a function I've already written. I haven't been able to find any existing instances of...
  3. D

    XF 2.3 How to save additional data to a Post

    Maybe you can help me figure out what I'm missing. I'm hoping all I've got wrong is template syntax. I'm trying to designate certain posts as official moderator statements, and so I added a "mod_decree" column to xf_post. I've overridden post_edit with the following: Find: <xf:if...
  4. D

    XF 2.3 How to save additional data to a Post

    I'm trying to add a checkbox to posts that allows users to toggle a change to the way the post is presented in a thread. I've successfully added a column to the xf_post table. I have a listener that exposes the data to the post, and I'm able to both show a checkbox in the post_edit template...
Back
Top Bottom