Posted by boombatower on February 15, 2009 at 1:37am
4 followers
| Project: | Profile role |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | needs work |
Issue Summary
--
| Project: | Profile role |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | needs work |
--
Comments
#1
Restricts fields on admin page, but leaves them along on /user/register page.
Waiting for integration before those fields can be restricted.
#2
Committed.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
If used together with the languages-module, you maybe have a different action instead of /user/register. I had /en/user/register.
So
if ($form['#action'] == '/user/register') {doesn't work. Usingif ($form['form_id']['#value'] == 'user_register') {instead this problem can be avoided.#5
Thanx Falco! -> http://drupal.org/node/924116