| User | Post |
|
9:38 am 29 Aug 2008
| ovizii
Member
| | | |
|
| posts 114 |
|
|
Just wanted to let you know about this awesome plugin called register plus, which helped me extend my profile fields in WP, and restrict registrations.
Coudl you maybe have a look at the plugin and see if you can or want to make SF use it if its installed?
I.e. the forum register page coudl work more closely with these extra fields, and maybe even obey those settings? I.e. I blocked registration inside WP with register plus so all registrations are subject to admin moderation and now if someone tries to register via the forum he gets an error.
see also my post here: http://wordpress.org/support/topic/200125?replies=1
|
|
|
9:59 am 29 Aug 2008
| ovizii
Member
| | | |
|
| posts 114 |
|
|
right now I prevent this trouble by seemlessly redirecting the forum register page to my blog register page.
I'd love to do so for the profile page as well, but the blog profile page would be missing the avatar upload and teh signature fields
If I find a way to integrate those with register plus that would be great, maybe someone can give me soem hints where exactly the avatar and the signature field is stored and hwo they are called.
you can check the redirect out here: http://www.die-kellerkinder.eu/forum click on register and you'll end up on the blog register page
|
|
|
12:15 pm 29 Aug 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
avatar and sigs are stored in the sfmembers table… sorry, heading to airport so no chance to look at the code, but in sf-topiccomponents.php should be functions something like sf_render_avatar() and sf_render_signature() or similar…
|
|
|
|
|
What we will be doing for logins and registrations in 3.2 is a little undecided at the moment although it will be changing and hopefully will correctly support other plugins.
How about a link to the one you mentioned?
|
|
|
12:22 pm 30 Aug 2008
| ovizii
Member
| | | |
|
| posts 114 |
|
|
sorry I did not explicitely link to it, so here it is:
http://wordpress.org/extend/plugins/register-plus
|
|
|
|
|
Thanks. I'll look it up….
|
|
|
10:15 pm 30 Aug 2008
| LB
Guest
| | | |
|
| |
|
|
ovizii,
I'm running into the same issue with the Resister Plus plugin. Can you tell me how you redirected the forum register page to the blog register page?
I've been trying to figure out which file I need to change to make the redirect.
Thanks
|
|
|
|
|
If you want to use the built in WP register form instead of the forum register form then the easiest way is to edit the SFREGISTER define statement in sf-includes.php.
Changing it from:
SFQURL.'&action=register'
to:
$SITEURL.'wp-login.php?action=register'
should do the trick.
|
|
|
2:44 am 31 Aug 2008
| LB
Guest
| | | |
|
| |
|
|
That worked great. Thank you!
|
|
|
11:43 am 31 Aug 2008
| ovizii
Member
| | | |
|
| posts 114 |
|
|
well, if you are still itnerested in the redirect solution, which doesn't envolve any hacks, I use the plugin redirection from urbangiraffe in conjunction with the plugin commander (so only I can use this plugin) to make a 301 redirect from one register url to the other, but you could always make a manual 301 redirect inside the .htaccess file
|
|