businessdad
MVPHackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
businessdad MVP
Reactions
-
Re: Hooking in with plugins
Vanilla is one of the few frameworks where I found "convention over declaration" done right. I work with other frameworks and some pride themselves to follow "declaration over conventi… (View Post)1 -
Re: if you were going to charge for access to your site's forum, how would you do it?
The website is not the best, that's true. From what I've seen, it would be $180 + $40 for the Vanilla plugin, once off. (View Post)1 -
Re: if you were going to charge for access to your site's forum, how would you do it?
Or you can use aMember, which seems to support Vanilla (and it's quite cheap, too). (View Post)1 -
Re: How do Increment value in mysql update query when the column is a variable?? can it be done?
Ok, I think I got it now. I think you can either do like this: $SQL = " UPDATE GDN_SomeTable SET $ColumnVar= $ColumnVar + 1 WHERE MyID = $BlahID"; // Obviously, $BlahID should be sanitised … (View Post)4 -
Re: Chinese Zodiac and a plugin question relating to a page refresh or redirect after form save.
To better understand, what do you mean with after "after the settings were saved in the profile"? I'm asking because, if you are referring to the popup window, the redirect would affect onl… (View Post)2