Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#217 2007-02-13 18:48:16
Re: mem_self_register
Yeah I did maverick and it appears as though I am calling the form correctly.
My problem is that the <form> tags are getting stripped off of it for some reason. Something in my site is causing this and I cannot figure out what at this point!
Offline
#218 2007-02-13 20:01:25
Re: mem_self_register
Cory
By “the form tags are getting stripped off” do I understand correctly that you mean that when you view the source of the rendered page the self_register_form tags are not showing anywhere?
If so, any chance the place you are calling the form (<code><txp:mem_self_register_form /></code>) is coded inside of a conditional tag that is not being met?
Per your request, below is the standard install form I have called successfully. I have used it and have used variations of it minus the table markup.
<code>
<table>
<tr>
<td>Full Name</td>
<td><txp:mem_name_input /></td>
<td><txp:mem_name_warn /></td>
</tr>
<tr>
<td>Username</td>
<td><txp:mem_user_input /></td>
<td><txp:mem_user_warn /></td>
</tr>
<tr>
<td>Email</td>
<td><txp:mem_email_input /></td>
<td><txp:mem_email_warn /></td>
</tr>
<tr>
<td colspan=“3”><txp:mem_submit /></td>
</tr>
</table>
</code>
Mike
Offline
#219 2007-02-13 20:13:37
Re: mem_self_register
Yeah, when I view the source on the page, the <form> tags are getting stripped off. I am thinking it is a JS issue somewhere within my site but as of yet, I cannot find the problem.
I had this exact same issue last night with a PayPal donation button. The <form> tags were getting stripped off of it also. This is happening both on the server and in a local dev environment. This tells me it is something within the site causing this.
Offline
#220 2007-03-11 06:51:57
Re: mem_self_register
Just popping in to say thanks to all those who have been helping the public in my absence.
Offline
#221 2007-03-30 18:51:40
Re: mem_self_register
>michael
Thanks for a great plugin. Ironically, I was a contributor to the initial ransom, but am just now getting around to using it.
I’d really like to hack this plugin to add a suite of categories (file, image, article, link) with the “username” upon successful anonymous account creation.
It doesn’t sound like it should be too hard to do, but I’ve no idea how to do it…
Any help appreciated.
Offline
#222 2007-03-30 18:57:42
- igner
- Plugin Author
- Registered: 2004-06-03
- Posts: 337
Re: mem_self_register
Just chiming in here, as Manfre’s mostly in maintenance mode on this. Shoot me an email and I’ll see what I can do to give you a hand.
And then my dog ate my badger, and the love was lost.
Offline
#223 2007-03-31 07:58:03
Re: mem_self_register
Does this plugin allow for a member only page? As in, once registered, can they have their own page, rather than loggin into the TXP admin page? Is this difficult to achieve?
Offline
#224 2007-04-24 20:16:06
Re: mem_self_register
Manfre,
are you aware your site is showing “database unavailable” :(
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#225 2007-05-02 22:00:56
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: mem_self_register
Yeah. I went to download the plugin and…
I’ve just sent him an email, so hopefully it’ll be up again soon.
Offline
#226 2007-05-08 17:39:47
Re: mem_self_register
jstubbs wrote:
Does this plugin allow for a member only page? As in, once registered, can they have their own page, rather than loggin into the TXP admin page? Is this difficult to achieve?
This is possible if you also use ign_password_protect.
Mary,
Once again, thanks for the email about my site being down. It should be working now.
Offline
#227 2007-07-17 02:37:17
Re: mem_self_register
I setup a Public SVN for my plugins
Edit: I made a few changes and finally fixed the problem that kept new users from having default privileges set. If anyone is still suffering through problems, post here. I’ll add them to my backlog and hammer away at them.
Edit2: Oh yeah. I posted v0.8.3 with a few fixes to problems reported in the above posts that date back up to a year.
Last edited by Manfre (2007-07-17 04:47:35)
Offline
#228 2007-07-17 05:48:14
Re: mem_self_register
To those wishing to do a public profile, I have started to add support for it. Available in SVN, I have v0.8.4b with an updated mem_profile tag.
Offline