MyBB Community Forums

Full Version: validate_password_from_username
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm using validate_password_from_username to valid the user and password.

But when i include files required for the validate_password_from_username it produces a basic layout of the forum.
I'm using the following includes:
  • global.php
  • inc/config.php
  • inc/function_user.php

I was wondering if there is a simple way of using this function without the HTML forum output.

If that makes sense?

Regards,
x86
Ok, I've decided i'll copy function and make my own file for it and include config.php for database settings.

Thanks.