Posted by glennnz on March 28, 2011 at 8:32am
13 followers
| Project: | Auto username |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Is there a plan for a D7 release?
Comments
#1
I've had a first go at upgrading this to D7
It doesn't work yet, I can't figure out what to do with lines 222 and 223:
<?php$full = token_get_values($type, $object, TRUE);
$tokens = token_prepare_tokens($full->tokens);
?>
token_get_values() and token_prepare_tokens() don't exist any more.
If these two problems are solved, I think it;'s pretty close, does anyone have any ideas for this?
Cheers
Glenn
#2
Bump...
#3
Subs.
#4
I think you also may want to take a look at the Realname module for Drupal 7 which was rewritten to use the Token API.
#5
Any update on this? I need a solution. The Realname module won't work because I need to create the username automatically.
#6
I don't have time to continue with this at the moment, can someone else work on it?
Thanks
#7
How about putting up a request for more maintainers on the project page?
#8
Subscribing.
#9
I could try to port the module to D7 in the spare time and take the manteinance for it.
#10
Thanks for stepping up to the plate @Aldus
Any progress?
#11
Any progress?
#12
Okay I started work on this module. Give me a couple of days please.
#13
Here is the Drupal 7 port of Auto Username:
http://drupal.org/sandbox/nouriassafi/1564376
Feedback is more than welcome!
Many thanks.
#14
would it be possible to release it as a standard dev in the module page?
#15
There might be a duplication of efforts here...
http://drupal.org/project/realname_registration
I've been using this module successfully since September. Updating it last week however did create a critical problem #1566418: Does not support legacy profile module from D6 to D7 upgrade
#16