Recent content by RyanStonebraker

  1. R

    XF 2.0 PHP function call on button press?

    Hi, I am trying to create an add-on option where a button press triggers a PHP script (or preferably function) to be called. The only way I could figure out to do this was to either use the on/off checkbox option or the named template under the "Edit Option" screen and then have a verification...
  2. R

    XF 2.0 Thread Create Code Event Listener

    I was trying to create a code event listener that would register when a thread was initially created. When this happened, I wanted to get the post_id of the first post in this thread. In order to do this, I looked into the Forum class extension of Entity and found a field called last_post_id...
Top Bottom