sdev's latest activity

  • sdev
    sdev reacted to Paul B's post in the thread XF 2.2 SQL to get all posts by a user with Like Like.
    SELECT `username`, `post_date`, `message` FROM `xf_post` WHERE `user_id` = 1 Or even just: SELECT `post_date`, `message` FROM `xf_post`...
  • sdev
    sdev replied to the thread AMA with my forum AI bot.
    Nothing planned as of now. And it would require alot of work as everything runs now with cronjobs and custom stuff.
Back
Top Bottom