Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
Hi roy_b8te, hi mikeh...

The easiest is that you modify in user_login.php:

1) in function 'function user_login_register()' change everywhere is written $_POST['username'] by $_POST['usernamec'].
I think that there is 4: 3 at the first and other in form...

You do not change anything in Feul.php.

2) in 'function welcome_message_login()' there is other small bug, and link of logout is wrong:
//Display Logout Link
Change:
$logout_link = '<a href="'.$SITEURL.'?logout=yes" class="user-login-logout-link">Logout</a>';
by:
$logout_link = '<a href="'.$_SERVER['REQUEST_URI'].'?logout=yes" class="user-login-logout-link">Logout</a>';

I am playing with this plugin because i am doing other plugin that will work with front-end users plugin

Regards.
Reply


Messages In This Thread
Example site down, having issues - by Rich_K - 2012-11-14, 07:36:37
login box won't display - by horstuff - 2015-11-20, 04:57:25
Front End User Login Plugin (XML Or Database - ver: 3.0) - by cumbe - 2012-04-02, 01:33:28



Users browsing this thread: 3 Guest(s)