MyBB Community Forums

Full Version: do you know the link of this page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to make a different login and i would like when someone clicks the login button to transfter to a page like this so he can add from there their login details:

[Image: c6itddl.png]
it is invoked from php function error_no_permission()
message is shown from error_nopermission template (in Error Message Templates)

a simple php file may be used to get that error no permission page
<?php
// chdir('forums'); // if required use path to MyBB
define("IN_MYBB", 1);
require '/global.php';
error_no_permission();
?>
I think maybe you are looking for this link: http://www.yourforumurl.com/member.php?action=login
(2013-05-26, 07:17 PM)Heartless Wrote: [ -> ]I think maybe you are looking for this link: http://www.yourforumurl.com/member.php?action=login

thanks dudeBig Grin