File arts

Hey are you releasing the file arts framework? in other words could i please have a copy?
There's no documentation, and I'm not going explain things. I'll also have to ask geoff if it's okay whenever he gets back. Still want it?
yeah id love to browse round it and possibly try to impliment it in some way if that is alright with you both.
it's alright with me, just waiting till geoff comes back online and till the svn repos on one of my domains comes back up (there was a weird issue where they exist for one use and not another, and I deleted that one user.. but the repos still exist somewhere.. lololol)

lol ok cool, thanks

How come adding a post uses ajax, editing uses ajax but deleting has a redirect?

cause I'm lazy.
lol ok, have you asked geoff?
yeah, he's fine with it Just waiting for the svn repo to come back, I fooked some stuff up before
lol cool thank you, alot.
Nice! =o) Is Filearts still beeing developed continously and if, by Geoff or you, Peter?
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.1331 

 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=48 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.1527 

 1 

UPDATE `k4_threads` SET views=390 WHERE thread_id=48

 0.0114 

 1 

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

 0.2492 

 1 

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

 0.2625 

 10