Hi,
I am trying ti figure out how to edit the Login Form "action" I am wanting to change it from
<form action="__action_url__" method="POST">
To <form action="NEW FILE" method="POST">
All assistance is appreciated.
Thanks
Hi, I am trying ti figure out how to edit the Login Form "action" I am wanting to change it from <form action="__action_url__" method="POST"> To <form action="NEW FILE" method="POST">
All assistance is appreciated. Thanks |
I am assuming you found that line in templates/base/login_form.html or templates/base/login_form_ajax_a.html https://www.deanbassett.com |
What I am trying to do is to get the mod that i purchased, phpBB3 Integration 2.0 to work. As it is now, when I log into my site, it does not log me into the phpBB3 forum too. I have to login a 2nd time and then I do not have admin rights in phpBB3 When I log into phpBB3 first, it auto logs me into my site and I have all admin rights on phpBB3. I created a New HTML login form that logs into phpBB3 first and redirects to the member.php for my site. That little html file works perfectly everytime. So, I was hoping that I could get the actual login function in dolphin to do the samething. I have edited the "login_form.php" file with the action to the phpBB3 script but it is not working. Looks like I will just have to use the html form that I made. i would rather use the login form in dolphin so it doesn't change the look of my site. |