u will find
Anonymous user:
"anonymous"
The name used to indicate anonymous users.
and as for the authenticated, i guess you have to change the code or just a new user role which has all the rights you want it to have
maybe combine this with automember module
I just went into the database and in the roles section you can rename them. I made administrator just admin and made the anonymous user just anon. I then went and created a post on my board as the anon user and it went thru no probs. It did however recognise the anon name as Anonymous, but that's no probs, now I can have a heap of shorter names along the roles screen.
and just in case you didn't hear me the first time:
DON'T DO IT!!!!
I did it several hours ago and there is ONE major problem with it. When a new user get's created it can't find the authorised account and hence causes grief for them (and you)
Aand don't ask me why it looks for a name as opposed to a UID, it certainly seems to be a piece of sloppy coding to register by a hard coded role name as opposed to an ID... Or at least have given us the option to say (in the steetings somewhere) Newly created users receive what role as default. But it doesn't.
The only way around this would be to manually authenticate everyone yourself and make sure you assign accordingly.
I don't think it's possible, but I really don't understand why one would need to change it. Only those with user administration privilages can see what the users are called. If you really wanted to change it, you might be able to use javascript to change all occurances of "anonymous user"/"authenticated user" on the page to whatever you need. I'm not real sure how to do that though (I'm not an expert in javascript).
-- Bradlis7.com | Churchofchristnet
I wonder if there's any way that the translating ability of drupal could do this... It seems like the theme() function does this (not for sure), but I'm also lost on how to do this.
You could always dig into the code if you know php. Find where it prints out the title of the role, and put one of these:
if($text == "authenticated user") print "member";
and do the same for anonymous users. But good luck with that.
This probably should be an option, but I don't want to complain. They did it for a reason, I'm sure.
-- Bradlis7.com | Churchofchristnet
You can see a preview of the module in a video at this location: http://blip.tv/file/545202
_______________ http://dav3.net << I've lost 8kg in one month
The problem is making sure I don't find it again :^)
Comments
in admin->settings
u will find
Anonymous user:
"anonymous"
The name used to indicate anonymous users.
and as for the authenticated, i guess you have to change the code or just a new user role which has all the rights you want it to have
maybe combine this with automember module
-micha
I just want to rename the
I just want to rename the roles so that instead of displaying "authenticated user" what would display is "Member".
Automember is limited to only one type of user, and if it's possible to simply rename the "fixed" roles then automember is useless for my purposes.
So far so good...
I just went into the database and in the roles section you can rename them. I made administrator just admin and made the anonymous user just anon. I then went and created a post on my board as the anon user and it went thru no probs. It did however recognise the anon name as Anonymous, but that's no probs, now I can have a heap of shorter names along the roles screen.
DON'T DO IT
and just in case you didn't hear me the first time:
DON'T DO IT!!!!
I did it several hours ago and there is ONE major problem with it. When a new user get's created it can't find the authorised account and hence causes grief for them (and you)
Aand don't ask me why it looks for a name as opposed to a UID, it certainly seems to be a piece of sloppy coding to register by a hard coded role name as opposed to an ID... Or at least have given us the option to say (in the steetings somewhere) Newly created users receive what role as default. But it doesn't.
The only way around this would be to manually authenticate everyone yourself and make sure you assign accordingly.
So, just once more: DON'T DO IT!!!!
Thanks for the thread
Thanks for the thread and comments, but is there no easy (or even medium hard) way to do this?
I don't think it's possible,
I don't think it's possible, but I really don't understand why one would need to change it. Only those with user administration privilages can see what the users are called. If you really wanted to change it, you might be able to use javascript to change all occurances of "anonymous user"/"authenticated user" on the page to whatever you need. I'm not real sure how to do that though (I'm not an expert in javascript).
--
Bradlis7.com | Churchofchristnet
function theme_drupal_labels
wouldn't it be nice if all of these 'labels' were themeable functions ... alas we can only dream.
I wonder if there's any way
I wonder if there's any way that the translating ability of drupal could do this... It seems like the theme() function does this (not for sure), but I'm also lost on how to do this.
You could always dig into the code if you know php. Find where it prints out the title of the role, and put one of these:
and do the same for anonymous users. But good luck with that.
This probably should be an option, but I don't want to complain. They did it for a reason, I'm sure.
--
Bradlis7.com | Churchofchristnet
string overrides fixes this
I was going through some old posts and found this thread. Now there is a painless way of doing exactly this!
Visit:
http://drupal.org/project/stringoverrides
You can see a preview of the module in a video at this location:
http://blip.tv/file/545202
_______________
http://dav3.net << I've lost 8kg in one month
The problem is making sure I don't find it again :^)
great find
thank you thank you.
I love this whole Drupal thing.
Rename anonymous user role
For Drupal 7, go here: admin/config/people/accounts and you can rename the anonymous role