x00
MVPx00 MVP
Reactions
-
Re: css2less ?
less is different from css, you need a less parser to output css. It is basically how would be if it was more efficient. * http://lesscss.org/ * http://leafo.net/lessphp/docs/ (View Post)2 -
Re: [Documentation][Mobile] "Bonk" Message when applying themes *Error Code copied*
$Configuration['Garden']['MobileTheme'] = 'mobile'; Which is on by default $Configuration['Garden']['MobileTheme'] = TRUE; isn't a theme. (View Post)3 -
Re: Badges?
jeez guys seriously get a grip.... (View Post)3 -
Re: Where exactly is the dev channel on Github?
there used to be more development branches, they have changed the style of development. (View Post)1 -
Re: Issue when creating multi-column Indexes using Vanilla's Database Class
you could create a wrapper round this class create your own more complete _IndexSql as UnderDog said this is just a wrapper. I seen full blown ORM libraries that still doesn't do everything. I g… (View Post)1
