Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Why is there so much markup in php files?
Because it is discouraged to edit core files. Even copying the views to your theme - try not to do it. There is almost always a way to do what you want by just editing the master view, editing the st… (View Post)2 -
Re: How to add validation to settings activated via the Configuration model
Yes, I believe he is. Because we can only guess where the error is, without a single line of code. Are you doing that? (View Post)1 -
Re: Validation does not exist: regex.
What version of vanilla and the wordpress plugin are you using? (View Post)2 -
Re: MySQL CPU Usage off the charts!
https://github.com/hgtonight/Application-Yaga/archive/6f7bbb00bc6868ef03c6479372359a5d9f93525d.zip You could try this revision which is still compatible with 2.1 but executes less queries. (View Post)2 -
Re: Your Custom Badges?
A very simple one: <?phpclass Charter implements YagaRule { public function award($sender, $user, $criteria) { return $user->UserID <= $criteria->Target; } public function form($form) { r… (View Post)3