Custom Login

5 posts by 3 authors in: Forums > CMS Builder
Last Post: March 7, 2011   (RSS)

Re: [kdub718] Custom Login

By Jason - March 7, 2011

Hi,

I've taken a look at your code and I'm a little confused as to what you're trying to accomplish. When you say you want to go to the admin section. Are you referring to the CMS Builder login? Are you using the website membership plugin?

If you could give me a little more background on what's happening I can see if I can make a suggestion.

Thanks
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Custom Login

By kdub718 - March 7, 2011

Yes I'm referring to the CMSB Login. I just want to basically by pass the admin login page and build that in a drop down box directly within my main website. I already have everything built with the inputs from the cmsb login within cmsb...

Not its not a membership plugin its just to login thru the admin.

example: http://web-kreation.com/demos/login_form_mootools_1.2/

Its not that exactly but the concept is what I'm doing.

Re: [kdub718] Custom Login

By Jason - March 7, 2011

Hi,

I haven't tried this outside of using the website membership plugin, so I'm not sure how well this will work. One thing I noticed is that you're not directing your form to the admin page. Try this:

<form class="loginForm" method="post" action="admin/admin.php" style="height:auto;">

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [kdub718] Custom Login

By Toledoh - March 7, 2011

On my demo site, I use a similar thing, but instead of re-directing, once logged in I add an "Admin" button to the navigation.

http://www.toledoh.com.au/nutsnbolts/
Cheers,

Tim (toledoh.com.au)