x00
MVPx00 MVP
Reactions
-
Re: how to localize vanilla activity for wordpress
Actually the same way you localise vanilla. The vanilla widgets work like this, most vanilla controllers have different ways or rendering their content, but are essentially the same. Widget just pull… (View Post)1 -
Re: Steam OpenID API and Vanilla Forums plugin
@Avaine just for your information Open Source isn't and never has meant it doesn't cost or you can't charge for work, despite many people thinking that. It doesn't concern freeloa… (View Post)1 -
Re: Plugin hook for discussion posts?
You need to hook the model, in MVC system is the model that is associated with database entry. The model concerned is the DiscussionModel, the events you could use are BeforeSaveDiscussion, and After… (View Post)1 -
Re: Unicode in Name of Product Fails
as you can reference it shows that the query is working. The problem is I have double formatted. You can replace in views/listings.php and views/store.php Gdn_Format::Url($Product->Slug) with $Pro… (View Post)1 -
Re: [Solved] KarmaBank and I Like This: consecutive "Likes" not being counted
no don't that. Try changing public static function OperationDiffEquals($MetaValue,$Target,$Condition,$User,$LastTrans,$Option){ $Difference=$MetaValue-($LastTrans ? $LastTrans->LastTally : 0)… (View Post)3
