R_J
AdminR_J Admin
-
Re: Create user with API
I was trying exactly the same yesterday! That's what I have done - but it didn't work :-( include('./httpful.phar'); $response = \Httpful\Request::post('http://mysite.net/ind… (View Post)1 -
Re: Better Bonk
That's a very good reason not to have such a plugin. I'm very disappointed though, because I fell in love with the name :-/ (View Post)1 -
Re: How to create extra page with panel?
I've tried this: foreach(C('Modules.Vanilla.Panel') as $ModuleName) { $Sender->AddModule($ModuleName, 'Panel');} If not logged in, I just see the GuestModule (makes sense)… (View Post)2 -
Re: vanilla developers, please send the last Version to Softaculous
I think if you "publish" it on a one click hosting server many users would use that beta software without knowing the risks of beta software. There could be major security issues that are n… (View Post)1 -
Re: How to change MeBox's link color?
* create your own theme * Don't search in the core files! * Learn how to use "inspect element" from your browsers right click menu * After you've found the class, id or at least p… (View Post)2
