x00
MVPx00 MVP
Reactions
-
Re: [HQ news] Vanilla has a new R&D lead (spoilers: it's me)
That's cool. :) One idea is to have someone that works exclusively on things like community support, developer program, docs and all that jazz. So others can focus on other things. I think it can be … (View Post)1 -
Re: The Hall Of Code Curiosities
I understand why you would feel that I totally get it, I feel that way too going through review. When it is your baby you can't help but take it personally. Guilty as charged. I would say through it … (View Post)2 -
Re: Remove "/categories" from permalink?
@byakko it is possible to dynamically route with a hook, something like (not tested): protected function dynamicRoute(&$routes, $route, $destination, $type = 'Internal', $oneway = FALSE) { $key =… (View Post)4 -
Re: Asset Pipeline for Vanilla
One idea is to have accumulate option which would effectively defer that logic to the client side. Over time it could accumulate files to the same resource pattern rules, but across all pages. It wou… (View Post)2 -
Re: Consolidate addon does not work on version 2.1.11
.DMarker{ background-color: green; color: white; margin-left: 5px;} is the style. I notice your theme custom.css in not last, normally it should be last. Anyway you could simply put the above style i… (View Post)1