Recent content by Kovu

  1. Kovu

    Moderator Action Logging

    I've been trying to write an addon which, on every moderator action, does something with it. (Sends it to a server or something). I currently have a listener listening to XenForo_ControllerAdmin_Log::actionModerator(), but in my override I'm not sure how to get the details of the moderator action.
  2. Kovu

    Writing to a Table Which is not Mine

    Fixed it, it was much more simple than I initially thought.
  3. Kovu

    Writing to a Table Which is not Mine

    I've been currently developing a plugin where, when a user is banned, the system runs a cron which removes all of their post ratings (From Dark's PostRating plugin). However, I do not know how to write to his table. I seem to need a DataWriter, but I'm not sure if I can use his, or I need to...
  4. Kovu

    DataWriter Writing

    Oh, my bad, I didn't see it had a part 2.
  5. Kovu

    DataWriter Writing

    After going through some tutorials and threads, I've seen a lot of information on reading from a table in your database, but I've not found anything on actually writing to the table. I can run a query and save the results to a variable, but I'm not sure how to actually write to the database.
  6. Kovu

    Where to Listen

    I was worried about the performance impact, thanks for the suggestion. After searching through the forums however, there doesn't seem to be a reference to a way to create a new cron using code. Am I simply not understanding how crons work? They're just automated tasks correct?
  7. Kovu

    Where to Listen

    I'm currently developing a plugin which interfaces with PostRatings, which will give certain users XXX when they reach a certain amount of votes. I know I need to access PostRatings' database, but I'm not sure when or where to do so. If you're still confused, say a user hits 50 Creative votes...
  8. Kovu

    Amount of Development Resources

    After browsing the forum for a few hours, I haven't seen a lot of documentation of XenForo. Appearantly, there was a site called XenFans, but the site is now offline. Being new-ish to PHP, I'm wondering where I can find through XenForo addon development tutorials and assistance.
Top Bottom