You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
SELECT `username`, `post_date`, `message` FROM `xf_post` WHERE `user_id` = 1
Or even just:
SELECT `post_date`, `message` FROM `xf_post`...
-
Nothing planned as of now. And it would require alot of work as everything runs now with cronjobs and custom stuff.