hello,

really really great module. i was looking for somthing like this for a long time.

is there an way however for an option to change all letters to lowercase in the final result? this would be awesome.

thank you

Comments

potsed’s picture

I would think something like (untested):

$temp_username=strtolower("[profile_firstname-filtered]");
return $temp_username;
weizrd’s picture

it works like charm.
would be great to integrate this as an option into the UI as well, so that other might have this option too.

thank you a lot.

alexkb’s picture

Status: Active » Closed (won't fix)

This is indeed a setting in the 7.x branch, but not the 6.x branch. Closing this issue, as it's on an unsupported branch. If someone wants to contribute a patch to add the feature, please reopen the issue.