x00
MVPx00 MVP
Reactions
-
Re: How to replace the output html content?
you could do $('body').prepend('<script type="text/javascript">mytestcall();</script>'); (View Post)2 -
Re: How to judge mobile or full site view?
You can use IsMobile() more accurate $ForceNoMobile = Gdn_CookieIdentity::GetCookiePayload('VanillaNoMobile');if(IsMobile() && !$ForceNoMobile){...} (View Post)3 -
Re: Bitcoins?
Well you could do it as a product type, in the market place. You can already set a variable quantity and set value. You would set up the value as 0.25 and set the quantity as variable. You can also i… (View Post)1 -
Re: Yesterday forum was allright and now : Bonk*
If a database it down it is usually a wider problem than this software. it is rare incidence that the software itself could cause the database to down. Pretty unlikely in general, with a stable resil… (View Post)2 -
Re: Karma Bank - Feedback - Ideas
Why not make little plugin called ThankfulPeopleKarma? if you use this hook public function Base_KarmaBankMetaMap_Handler($Sender){ $Sender->Meta['ReceivedThankCount'] = '(Requires … (View Post)2
