2024-01-13, 20:25:17
How can I add the login page with "User" and "Password" to the main page of the website?
QUESTION Login to the website homepage
|
2024-01-13, 20:25:17
How can I add the login page with "User" and "Password" to the main page of the website?
2024-01-13, 21:58:19
(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.
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">
Juan Pecan - My Personal Website - https://aurafx.site
|
« Next Oldest | Next Newest »
|