hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Featured Topics on home page
7 -
Re: Is Yaga application broken with vanilla 2.2 release ?
Yaga 1.0.3 does not support Vanilla 2.2+ The development version of Yaga works on Vanilla 2.2. You can get it on from github (develop branch). I am working on getting it released here as soon as poss… (View Post)6 -
Re: need karma leadership board plugin For my theme :) (one-click theme)
Themes that override views generally require you to modify plugins to be "compatible". What plugins have you tried? (View Post)1 -
Re: Plugin template Render as String
Set the delivery type to view and use PHPs output buffering. E.g.: $sender->DeliveryType(DELIVERY_TYPE_VIEW);ob_start();$sender->Render($this->GetView('test.php'));$string = ob_get_flush(); (View Post)1 -
Re: Are private messages secure enough?
Data is like a secret. The only way to keep it secret is to not share it with anyone. (View Post)1
