Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Login to the website homepage
#1
How can I add the login page with "User" and "Password" to the main page of the website?
Reply
#2
(2024-01-13, 20:25:17)LogicPHP Wrote: How can I add the login page with "User" and "Password" to the main page of the website?

Although I have not personally tried this, you may want to take a look at the following plugin:
http://get-simple.info/extend/plugin/fro...anced/809/

Let us know if it worked for you.


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply
#3
Do you mean that you wish to have a login form for the admin / backend on the main page of your website?

if so its relativly easy to do, I have tested this on localhost and seems to work fine.

Code:
<form class="login" action="../pathto/admin/index.php?" method="post">
<p><b>Username:</b><br /><input type="text" class="text" id="userid" name="userid" /></p>
<p><b>Password:</b><br /><input type="password" class="text" id="pwd" name="pwd" /></p>
<p><input type="submit" name="submitted" class="submit" value="Login" /></p>
</form>
Juan Pecan - My Personal Website - https://aurafx.site
Reply




Users browsing this thread: 1 Guest(s)