Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: One for the Vanilla Team - Is there a way to "drive" Vanilla from a CLI?
A well-constructed plugin should have any database changes within the Structure() method, which can be triggered by a call to /utility/update, bypassing the need to manually enable each plugin. I mig… (View Post)2 -
Re: How to `$DiscussionView = $DiscussionController->Index($DiscussionID);`?
Can you back up and start with what you're trying to do? I think you presented the issue about 2 steps down the rabbit hole and you may already be off in the wrong tunnel. (View Post)1 -
Re: nested catagories problem
There's not a maximum per se, but categories aren't really meant to be used to that scale, and the UI could indeed start having issues with hundreds of categories. Beyond that, 2.0's g… (View Post)1 -
Re: Question about addons/standards/Vanilla
We use "K&R style" for logic, which is part of PSR-2, but for some reason that style and most others then go on to say functions/methods/classes all need their opening brace on a separa… (View Post)1 -
Re: Question about addons/standards/Vanilla
@x00 Yeah, we just wanted to leave the option open for view files. That's not something we'd use anywhere else. //edit: Also, we are jumping to 5.4 minimum for the next version, as we'… (View Post)2