So what's the plan?

How do you see this developing? Is it a something you will seriously develop with a view to some sort of public release or is it just a project for your own gratification?
Please release it. The more I use it, the more wonderful I think it is. Hee.
i think i can safely say it will be released when it is ready
lol, yeah. Sorry, there won't be much news/coding from me within the next week cause I've just moved into university and plan to get the fullest out of frosh week. Woooooo!
heh cool good luc with uni. Just make sure this isnt forgotten like k4bb
We resent that!
hehe good i hope it makes you do a better job at keeping it alive and allowing extensions…also what are the chances that where it shows the discussions it shows you who last posted atleast and if there are new posts and how many..like vanilla but just shows how many new and who posted last.
well yeah but i mean deafaultly and it actually showing who its by. And make it so we cant all edit everyones posts?
ooo and if we do can we make it so that is still shows it as the original user. Currently it will show it as the editors. So admins may get alot of posts eventually. Thats the whole point of history i guess to see who edited and keep it the same as before. If that makes any sense at all which it doesnt.
and show the by on the top ones
let's hope it get's released i think this would make an excellent blog application the only thing i don't like is the ability for anyone to delete someone else's posts
OneLobby
QueryQuery TimeAffected Rows
SELECT o.object_name,o.object_perms,p.perm_grant,p.perm_deny FROM k4_objects o, k4_perms p, k4_roles r, k4_user_roles u WHERE u.user_id=1  AND u.role_id=r.role_id  AND p.role_id=r.role_id  AND o.object_id=p.object_id ORDER BY r.perm_level ASC

 0.7543 

 3 

SELECT DISTINCT t.thread_id, t.*, ts.tag_name, GROUP_CONCAT(ts.tag_name SEPARATOR ',') AS tags, u.name AS user_name, uu.name AS edit_user_name FROM k4_thread_tags tt, k4_tags ts, k4_threads t, k4_users u, k4_users uu WHERE t.thread_id=34 AND t.thread_id=tt.thread_id AND ts.tag_id=tt.tag_id AND t.user_id=u.user_id AND t.edit_user_id=uu.user_id GROUP BY t.thread_id LIMIT 1

 0.7573 

 1 

UPDATE `k4_threads` SET views=375 WHERE thread_id=34

 0.0032 

 1 

SELECT tu.*, u.name AS user_name FROM k4_thread_users tu, k4_users u WHERE tu.thread_id=34 AND tu.user_id = u.user_id GROUP BY tu.user_id ORDER BY u.name ASC

 0.7736 

 1 

SELECT c.*, u.name AS user_name FROM k4_comments c JOIN k4_users u USING( user_id ) WHERE c.thread_id=34 GROUP BY c.comment_id

 0.7898 

 11