Can anyone tell me, how new users can submitted yourself without administrators permission?
For example, that user write his username, password and e-mail, and just can start write blogs without.
registering
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: registering
That's against the "laws" of blogging. The reason of a blog is that you cannot anonymously write. What you want is more some kind of forum like phpBB or even a wiki like cowiki.
Apart from that, it could be easily done as a plugin, but as I said - this does not really make sense. Instead you should create a HTML nugget with a form to let users submit an E-Mail to you to apply for an author account. Then you can create them via the administration panel, and make sure that first you have checked the user.
The other way round you will get spammed and flooded from evil users, I can guarantee you...
Regards,
Garvin.
Apart from that, it could be easily done as a plugin, but as I said - this does not really make sense. Instead you should create a HTML nugget with a form to let users submit an E-Mail to you to apply for an author account. Then you can create them via the administration panel, and make sure that first you have checked the user.
The other way round you will get spammed and flooded from evil users, I can guarantee you...
Regards,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
steve4u
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi Steve!
You're welcome!

But this is easy to do. The most easiest way would be to make:
If you want an automatted email form instead of your readers having to use an email client, you could use a script like FormMail (google for it)...
Regards and hope, that helps,
Garvin.
You're welcome!
You mean, if I offer my readers of my blog a way to send a mail to me? No, I don't, because I only want me to be writing in my blogBtw, do you have similar e-mail form for an author account?
But this is easy to do. The most easiest way would be to make:
Code: Select all
<b>Apply for authorship</b><br />
If you want to be an author of my blog, just
<a href="mailto:steve@host.com">send me a mail</a> and tell me, what you want to contribute. I will then setup an account for you, and you can write entries here!
Regards and hope, that helps,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
I also just created a simple plugin for this: http://www.s9y.org/forums/viewtopic.php?p=3765#3765
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/