Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#517 2008-03-18 17:30:39
- igner
- Plugin Author
- Registered: 2004-06-03
- Posts: 337
Re: ign_password_protect
jakob – I’ll get a fix out fairly quickly for that. Sorry.
tj – thanks again for the support, both verbal and otherwise. I have no intention of abandoning this plugin, rest assured of that. As for the tasks I can throw your way, I appreciate the offer, but sadly I think you’re a bit far away to do the renovation work on my house, or move my stuff in once that work’s done. Long story, but I’m about done with a very transitional year, and can get back to some of the “vanity” projects that have been on the back burner.
And then my dog ate my badger, and the love was lost.
Offline
#518 2008-03-19 05:24:52
- igner
- Plugin Author
- Registered: 2004-06-03
- Posts: 337
Re: ign_password_protect
updated version has been posted – mainly addresses the multiple TLD issues I’ve been promising to fix forever, and the bug Jakob pointed out a few posts ago.
Links on the first post have been updated, or grab it here
And then my dog ate my badger, and the love was lost.
Offline
#519 2008-03-19 09:11:53
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: ign_password_protect
Ouch !
Badly formed or empty plugin code.
Edit : Thanks for this very, very, very useful plugin, by the way.
Last edited by Niconemo (2008-03-19 09:16:06)
Nico
Offline
#520 2008-03-19 13:12:14
Re: ign_password_protect
IGN lives! Thank you!
Offline
#521 2008-03-19 14:56:57
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: ign_password_protect
garbo wrote:
IGN lives! Thank you!
Could you install the update ?
Nico
Offline
#522 2008-03-19 15:38:14
- igner
- Plugin Author
- Registered: 2004-06-03
- Posts: 337
Re: ign_password_protect
Sorry ‘bout that – apparently I needed to update the plugin compiler. Should install fine now.
And then my dog ate my badger, and the love was lost.
Offline
#523 2008-03-19 15:42:10
Re: ign_password_protect
Niconemo wrote:
garbo wrote:
IGN lives! Thank you!
Could you install the update ?
Curiously, no. Nothing happens upon install. I was probably too elated to see activity on this topic to actually try it out.
Help!
UPDATE: Thanks. That was a quick response. The update installs fine. Much appreciated!
Last edited by garbo (2008-03-19 15:44:55)
Offline
#524 2008-03-19 15:44:51
- igner
- Plugin Author
- Registered: 2004-06-03
- Posts: 337
Re: ign_password_protect
download a new version.
And then my dog ate my badger, and the love was lost.
Offline
#525 2008-03-19 15:45:53
Re: ign_password_protect
Perfect. Thanks, Igner.
Offline
#526 2008-03-19 17:55:26
Re: ign_password_protect
Hi Igner – will your new version work with Manfre’s modified version I have on my site?
Offline
#527 2008-03-19 18:10:07
- igner
- Plugin Author
- Registered: 2004-06-03
- Posts: 337
Re: ign_password_protect
Yes, I incorporated manfre’s change into this release.
And then my dog ate my badger, and the love was lost.
Offline
#528 2008-03-19 18:16:06
- igner
- Plugin Author
- Registered: 2004-06-03
- Posts: 337
Re: ign_password_protect
Sheru wrote:
First of all my senario is like this..
public_html/textpattern
public_html/index.php
public_html/products(lists the product by search & this is of different database rather than txp database)Now I would like to place login box on front end in textpattern and u-name and password is valid then redirect to folder called products e.g http://localhost/products/index.php
Is this thing possible using this plugin? if yes, would help me.
Not really, unless the products section pages are being handled by Textpattern. That’s not to say that you couldn’t write a routine to validate users against the user database, but the pages have to be rendered by TXP in order for the plugin to fire off.
Though if you wrote the code that generates the product, list, it may be possible to wrap that up into a plugin, so then TXP could render the product pages, and subsequently you could use ign_pass_protect to secure them. Make sense?
And then my dog ate my badger, and the love was lost.
Offline