Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#211 2006-11-08 23:52:12
Re: mem_self_register
Thank you so much! I knew about the typo in mem_mem_password_input but I didn’t catch the mem_change_pass_form typo which was causing me all the problems.
Everything seems fine now though.
Offline
#212 2006-11-12 09:03:32
Re: mem_self_register
mem_self_register automatically detects and supports custom fields that have been added to the database. To do this properly, you will need to make the form field match the name of the custom database field. To display the information back to the user, mem_profile should be used with the var="CUSTOM_FIELD_NAME" attribute.
Version 8.3 has been uploaded that corrects the following problems.
I corrected the mem_mem_ typo in the help.
There was a typo in the code that caused infinite recursion when using mem_change_password_form tag instead of the mem_change_pass_form tag. This resulted it in the page not being able to load if this tag was present.
Offline
#213 2006-11-27 02:22:34
Re: mem_self_register
User priviledges again (sorry…)
I’m running 4.0.4 and mem_self_register 0.8.3.
Everything is working fine except the new users are coming in with no privileges.
The advanced preference settings is set at staff writer.
I also checked into the database and the preference is indeed listed as “4”
Diagnostically all checks passed. Here are my other active plugins: zem_contact_lang-4.0.3.02, zem_contact_reborn-4.0.3.16, rss_live_search-0.2.2, ajw_if_comment_owner-0.3, ied_hide_in_admin-0.1.6, tru_tags-1.9, rss_auto_excerpt-0.2, mem_self_register-0.8.3m
thanks!
Offline
#214 2006-12-21 13:00:30
- rcdonohue
- New Member
- Registered: 2006-12-21
- Posts: 2
Re: mem_self_register
Hi Manfre – any way to limit the email value to a specific domain? So that only users with a valid email from, for example, “mysite.com” could register? Thanks and cool plugin!
Last edited by rcdonohue (2007-01-16 13:39:01)
Offline
#215 2007-02-13 17:38:23
Re: mem_self_register
Does anyone have this plugin working with 4.0.4 that would mind posting the code for your form that allows users to create an account?
I can’t seem to get this plugin working at all and I want to be sure that my form is correct for submitting the account creation request.
Thanks!
Offline
#216 2007-02-13 17:56:48
Re: mem_self_register
Cory
Just to make sure the basics are covered – did you go into the plugin help and run the install wizard? It should install the necessary forms correctly.
Then calling the form with <code><txp:mem_self_register_form /></code> should work . . .
Offline
#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