businessdad
MVPbusinessdad MVP
Reactions
-
[V2.0.18.8] Possible bug - "OnDisable" is not called for Applications
I'm developing an application built on Garden/Vanilla 2.0.18.8 and I noticed that, when it's disabled, the OnDisable hook is not invoked. I tried putting a brutal die() statement in it, logging its e… (View Post)1 -
Re: Hiring a Custom Theme Designer
Not to be pessimistic, but "building a theme" and "building a CSS file" are two very different tasks. (View Post)2 -
Re: Unlabeled checkboxes on the page
I found out the reason of the issue: module Split/Merge was enabled, which caused the checkboxes to be displayed. This is why I don't want to give clients Admin access, no matter how much they shout.… (View Post)1 -
Re: Unlabeled checkboxes on the page
@kasperisager. Thanks for the answer. Could you please tell me where can I find this setting? Thanks. (View Post)1 -
Re: Subqueries and the SQL Builder
If I understood correctly, this should work (even though I don't like to see SELECT * in a query): SELECT g.* ,COUNT(w.*) AS 'TeamSize' FROM `yarbs_games` AS g LEFT JOIN `yarbs_widgets` AS w ON (w.`W… (View Post)1