Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: "New way" of view output possible/desirable?
Storing HTML templates in memory and then operating on them doesn't matter for a small site, but would not scale well. It's adding a lot of overhead. I don't see a huge gain in flexibility here over … (View Post)3 -
Re: Why cant guests anonymously post on Vanilla forums?
To ignore the rude rant and answer the titular question: The point of Vanilla is to build communities. Guest comments do not in any way contribute to building community and, in fact, work against it.… (View Post)1 -
Re: How can I use class MySqlDrivers method EscapeSql?
Use : to name a parameter, then pass it as the second parameter to Query(): $this->Query("update :_User set Admin = 1 where Email = :Email", $SqlArgs); (View Post)6 -
Re: JsConnect is resetting user Roles
Assuming you've done as Jason describes above, the issue is likely that your role names do not match between platforms, so I suspect Vanilla is falling back to the default role when it cannot find a … (View Post)2 -
Re: [VF] Order by "Approved"
I kinda wanna abolish that feature entirely and replace it with "does this work in X version" voting a la WordPress. "Approved" right now is pretty random; it basically means it's… (View Post)1