MyBB Community Forums

Full Version: Custom Validation with Login Form
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All, just discovered myBB, and I think it's awesome!

I have followed this tutorial (http://community.mybboard.net/showthread.php?tid=6190), and managed to create a login form out of the forum and in my main website. Very Easy!

I will be using myBB database tables for user registration throughout my entire website!

Therefore I will not be allowing user registration within the forum.

My problem is, if the user inputs the incorrect login details, then they are redirected to /forum/member.php!

I want all the form validation to be customised in the main website, i.e. on index.php.

I will be using server-side validation, i.e. using PHP not Javascript.

Has anyone completed this before?????