OneLobby

Get the OneLobby source code! Go check out http://www.flyingwithfire.com/2007/02/06/onelobby/ for more information!
Download K4stBB? Hi! This looks cool. But the K4stBB URL doesn't work. It redirects to your blog. Is there somewhere there I can get the source code and still download K4stBB, would be awesome, maybe I could continue...
MediaLobby Unless k4st decides to make OneLobby open source or similar this might never happen as it isn't apart of his intentional plans. My idea is to release a special version of OneLobby called "MediaLobby"....
Very nice work, k4st. Peter, so far, you've done an amazing job with OneLobby. This thing is really going to reinvent a few things… I wish you the best of luck with it. … So hawt n sexy OneLobby is.
OMFG. OL is teh COOL. Effing awesome-ness-ness-ness ….
fa:import FAimport is used when trying to import another template file.
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?
Coauthors and revisions I've changed the way co-authors work, and I've also added in thread revisions. So, geoffrey, when you read this, go into this thread, on the top right (in the main menu), you should see 'edit'...
Tag threads You can now tag threads... Yippee! Assumming you're registered and have permission to tag a thread, beside the edit buttons / rating buttons in the single thread view, you should see a 'tag'...
Added new/fresh caching I made it so that the new/fresh switcher on the main page caches its results.. so it only really does a maximum of 2 ajax requests.
Popular and fresh So, I just made it (offline, and on svn) that you could AJAX switch between popular and fresh threads on the main page. Some things I should add to it are caching withing certain time intervals, saving...
Just finished the basic perms acp section I just finished the basic permissions section on the admin panel. It is a lot less complicated then it sounds. All it does right now is manage permission objects and their permissions.. but none of this...
Aha, found the problem So, only a few minutes ago, several of the links didn't work. This is because of a simple difference between PHP4 and PHP5 which caused me a bit of annoying. The __CLASS__ method of PHP4 returns a...
Remote XML classes Yesterday I finished work on the remote XML extension. This extension deals with creating a cURL session or opening a socket to a server to get/send data. It is meant to work with REST and RPC applications,...

Similar Categories:


People Talking about OneLobby are:


Relationships:


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.1941 

 3 

SELECT c.*, GROUP_CONCAT(ts.tag_name SEPARATOR ',') AS tags FROM k4_category_tags ct, k4_tags ts, k4_categories c WHERE c.category_id=1 AND c.category_id=ct.category_id AND ts.tag_id=ct.tag_id GROUP BY c.category_id LIMIT 1

 0.2451 

 1 

SELECT ts.* FROM k4_tags ts WHERE ts.tag_name IN('php','onelobby','development') GROUP BY ts.tag_id

 0.2518 

 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, k4_thread_tags tt2  WHERE t.deleted=0 AND tt.thread_id = tt2.thread_id AND tt2.tag_id IN(2,61,62) 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, tt2.tag_id ORDER BY t.created DESC

 0.274 

 14