Bleistivt
ModeratorBleistivt Moderator
Reactions
-
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 -
Re: Help w/ Dashboard Error
remove the conf/bootstrap.after.php that you created for Mentions+ (or remove just that line if you are using it for something else) edit: too slow :dizzy: (View Post)3 -
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: Adding the comment text to notification e-mails sent out
It is Vanilla.Activity.ShowCommentBody (View Post)3 -
Re: Is Vanilla HTML4, XHTML4 or HTML5?
It was XHTML 1.0 (strict) originally, but was later changed to HTML5, hence the HTML 5 doctype: <!DOCTYPE html> You can actually have both XML validity and HTML5 validity. They are seperate con… (View Post)4