x00
MVPx00 MVP
Reactions
-
Re: How to include an external css or js file?
using dot syntax for you url scheme sucks. Not sure why you are using so many external resources, but define some constants or config values. External resources could be moved anywhere. (View Post)1 -
Re: How to include an external css or js file?
use $sender->Head->addCss( [absolute url] ); (View Post)1 -
Re: Can I send data from an external page to the vanilla login page?
with jQuery <div id="sign_in_form"></div><script>var url_to_forum = 'http://somesite.com/forum'; // set you url here. // load sign in form$( '#sign_in_form').load( url_to_… (View Post)6 -
Re: Vanilla users to Laravel
vanilla use phppass hash however it uses the blowfish option unlike wordpress. This is a pretty good hash. You could integrate this hashing method. wrapper -> /core/class.passwordhash.php (checkVa… (View Post)1 -
Re: Check User Logged In Via API or HTTP Link/Query?
just https://vanillaforums.org/profile.json will do (View Post)1