businessdad
MVPbusinessdad MVP
Reactions
-
Re: Vanilla 2.1 or Xenforo?
In short: * There are a couple of premium templates for Vanilla Forums on ThemeForest (e.g Nexus), and some on vanillaskins (see my signature). The market is not as large as the one for other platfor… (View Post)7 -
Re: What motivates you to contribute?
What brought us to Vanilla We met Vanilla due to another developer's decision. We needed a forum and an e-commerce platform, and all the options knew were limited and kind of "crappy" (curi… (View Post)5 -
Re: A few Sql questions - anyone care to help!
I haven't checked with 2.1, but with 2.0 you might be able to use Gdn_DatabaseStructure::Columns(). $Structure->Column('SampleID', 'int(11)', False, 'key');$Column = $Structure->Columns('Sample… (View Post)4 -
Re: Convert sql code to work on VanillaModel
The Where() method takes two arguments: * A field, plus an optional comparison operator: SomeField, SomeField = * A value to which the field will be compared. If you leave the second argument empty, … (View Post)2 -
Re: Convert sql code to work on VanillaModel
As I wrote, I wasn't sure it would work (support for the BETWEEN clause is still a bit dodgy in Vanilla framework). You can use the example given by @x00, which should work. Universal DBA answer: it … (View Post)3