x00
MVPx00 MVP
Reactions
-
Re: Confused with database and models
Ok I see you are creating you own meta. However what you are trying to do is really inefficient. What you are basically saying is every discussion in the the discussion list I will query its comments… (View Post)2 -
Re: Documentation / Developer Program / Codex
@Aviram you are right, and the thing is it is really great system. In fact I have considered creating and adapter class for wordpress so you can have the same implied hooks et all. (View Post)3 -
Re: [V2.0.18.8] Two-in-one: "new user registered callback/ default user image" and "updating a DB value"
Senshi if you are going to delve into proper development, I would broadly read the docs. You should not edit the core, nor do you request individual scripts bypassing the dispatcher and framework. No… (View Post)3 -
Re: Auto-refresh in 2.1b2?
Basically anything that is polling the site constantly with multiple users leaving tabs open will Muller the site, unless they invest in some serious infrastructure. it is the same for self hosted ba… (View Post)1 -
Re: [V2.0.18.8] Two-in-one: "new user registered callback/ default user image" and "updating a DB value"
sorry there is also UserPhotoDefaultUrl This is a function you can predefine in conf/boostrap.before.php (create this file) <?php if (!defined('APPLICATION')) exit();if (!function_exists('UserPhot… (View Post)4
