Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2015-01-30 08:22:24
- wiwa
- New Member
- Registered: 2015-01-30
- Posts: 2
Login form and customer area
Hallo!
We are looking for a textpattern plugin to have a:
Login form and customer area
It should allow all “special customers” to visit sites not beeing visible for “standard users”.
Does anybody know such a well working plugin?
Best regards Wilhelm
Offline
#2 2015-01-30 09:02:28
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: Login form and customer area
Just use the password tag adding
<txp:password_protect login="theuser" pass="thepassword" />
at the top of your article. A pop-up will appear for visitors of that page which will not load until the login and password fields will be filled.
For sophisticated effects access keys by Stef Dawson should work for you.
Last edited by candyman (2015-01-30 09:06:10)
Offline
Re: Login form and customer area
mck_login is a good choice. smd_access_keys could be used, but it is primarily for protecting content with a long, unique token string.
You can combine mck_login with smd_user_manager and/or smd_tabber if you want to make admin-side “dashboard” type functionality once a customer has logged in, or you can code stuff yourself using standard Txp tags in a dedicated front-side “members” Section which is only visible to logged-in users.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Online
Re: Login form and customer area
Bloke wrote #287921:
You can combine mck_login with smd_user_manager and/or smd_tabber if you want to make admin-side “dashboard” type functionality once a customer has logged in, or you can code stuff yourself using standard Txp tags in a dedicated front-side “members” Section which is only visible to logged-in users.
This is how I did it. I lied, I used cbe_frontauth and cbe_members instead of mck_login.
Last edited by MattD (2015-01-30 17:44:52)
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
#5 2015-02-02 18:51:21
- moon blake
- Member
- From: near Hannover, Germany
- Registered: 2009-07-16
- Posts: 76
Re: Login form and customer area
mck_login and cbe_frontauth are not the same: while cbe_frontauth offers more possibilities mck_login offers user registration from frontend. Cbe_frontauth does not, unfortunately.
But if self-registration is not needed, (not mentionend in the starting post) both will fit your needs.
Offline
#6 2015-02-09 17:44:41
- wiwa
- New Member
- Registered: 2015-01-30
- Posts: 2
Re: Login form and customer area
Many, many thank for yor help!
best regards
Wilhelm
Offline
Re: Login form and customer area
Late to the party I know but see this excellent article on public logins.
Offline
#8 2015-02-11 21:46:45
- moon blake
- Member
- From: near Hannover, Germany
- Registered: 2009-07-16
- Posts: 76
Re: Login form and customer area
Yes, Joe, an excellent article by Kevin Potts, but in the comments to it you also find mentioned the features that are stll missed. Even Kevin itself calls it “Textpattern’s biggest deficiency” .
Shouldn’t we start a crowfunding or so for something like a merge of cbe_frantauth, mck_login and smd_user manager?
Offline
Re: Login form and customer area
moon blake wrote #288184:
Yes, Joe, an excellent article by Kevin Potts, but in the comments to it you also find mentioned the features that are stll missed. Even Kevin itself calls it “Textpattern’s biggest deficiency” .
Shouldn’t we start a crowfunding or so for something like a merge of cbe_frantauth, mck_login and smd_user manager?
I would be willing to contribute to something like that – I’m still playing around with each of these, and to be honest I’m mixing them up ie. using some elements of each.
Offline
Pages: 1