User Ranks and Titles - Site Users - uCoz System management and tuning - uCoz Community
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in


We are in the second round! Let's keep voting!

Page 1 of 41234»
uCoz Community » uCoz System management and tuning » Site Users » User Ranks and Titles
User Ranks and Titles
SunnyDate: Monday, 2008-05-05, 8:01 Am | Message # 1
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
You can edit ranks here – Control Panel » Main » Users » User ranks.

There are 10 ranks + Guest. You can write your own name for each rank including Guest. An empty field will be filled in with a default rank when saving. You can assign an image to each rank either from a default set of from your custom one. A custom set must contain icons with the names "rank[1-10].gif". They are placed in the special field which appears only after you have chosen "Custom set". You must specify full address to the folder with rank images - http://your_site.ucoz.com/your_folder/.

Images should be uploaded to the site beforehand via FTP or File Manager, not as an archive but as separate files.

Ranks are assigned according to the number of forum posts.

Personal rank, named "User’s title" appears in the forum and in a Profile by default instead of a rank, and group image (in the forum) instead of a rank image. To insert an image instead of text in a Title you should write the following in the field:

Code
<img src="full_address_of_custom_image">

It is advisable to have a short address because there is a limit on the number of characters in the field.

If you want to output both group image and rank image then edit the template of entry appearance (you should first enable it in Forum Settings).

You can change ranks in the Control Panel by changing number of messages, therefore ranks are assigned according to the number of messages in the forum.

If you want both a rank and a title being displayed then go to Control Panel - Forum – Module design customization – Appearance of entries:

Code
<?if($USER_TITLE$)?><div class="postRankName">$USER_TITLE$</div><?else?><div class="postRankName">$USER_RANK_NAME$</div><?endif?>

The code shows that either rank or title is displayed, so you should divide this line into two:

Code
<?if($USER_TITLE$)?><div class="postRankName">$USER_TITLE$</div><?endif?>            
<?if($USER_RANK_NAME$)?><div class="postRankName">$USER_RANK_NAME$</div><?endif?>

You can assign your own classes.


Question - Answer

Quote
Maybe should allow to make more user ranks?

10 ranks is enough, you can't add more....

Quote
how do i add custom user rank icons? i put the name of the images rank1 rank2 rank3 rank4 rank5 etc. all the way up to 10. there in gif formate. i put them in a file on my website. i put the url of the file into the custom icon thing in the user ranks. But when i look at the pictures of them on my site. nothing is there

What url you put in "Link (URL) to folder with icons"?
Image name must be rank1.gif, rank2.gif e t.c. Upload into some folder. For example in yourname.ucoz.com/myranks
Insert this url (http://yourname.ucoz.com/myranks) on the ucoz.com/main/?a=users;l=rank

Quote
Aint it possible to remove ranks, or make it less, cause i don't want, or need 10 ranks

Quote
I`ve tried all day to find out where to change the custom title of my user?

In user profile, "star" icon.

Attachments: 4242900.png(17Kb) · 8490155.jpg(22Kb)


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
smilewithmeDate: Saturday, 2008-09-13, 10:45 Pm | Message # 2
Newbie
Group: Users
Messages: 4
Awards: 0
Reputation: -3
Status: Offline
can u give me some website that provide user ranks
i can't find out anyone sad
 
PilotDate: Sunday, 2008-09-14, 3:38 Am | Message # 3
Experienced
Group: Checked
Messages: 683
Awards: 29
Reputation: 77
Status: Offline
You mean the rank images?

If so, you can check this site - http://www.smfforfree.com/starpreview.htm wink


 
xiaoyuDate: Thursday, 2008-12-04, 10:53 Pm | Message # 4
Newbie
Group: Users
Messages: 5
Awards: 0
Reputation: 1
Status: Offline
can standard members have custom titles like this :

is there any way so that they can edit it themselves from their profile ?

like instead of asking mods and admins to do it all the time..the prob is..that my site is growing fast enough @_@ and its a lil of a burden to do it all the time..help please? cry

 
SunnyDate: Friday, 2008-12-05, 4:15 Am | Message # 5
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
1. Activate one more field in CP -> Users -> Module settings -> Fields of registration form: (e.g. AOL identifier)

2. Rename it in CP -> Substitution of default phrases and in CP -> Customize Design -> User's personal page

3. In Customize Design -> Forum -> Appearance of entries instead of

Code
<?if($USER_TITLE$)?><div class="postRankName">$USER_TITLE$</div><?else?><div class="postRankName">$USER_RANK_NAME$</div><?endif?>

put this

Code
<?if($AOL$)?><div class="postRankName">$AOL$</div><?else?><?if($USER_TITLE$)?><div class="postRankName">$USER_TITLE$</div><?else?><div class="postRankName">$USER_RANK_NAME$</div><?endif?><?endif?>

Now users can add custom titles by means of editing their profiles.


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
Ar7Date: Tuesday, 2009-02-03, 8:05 Am | Message # 6
Regular
Group: Checked
Messages: 51
Awards: 0
Reputation: 0
Status: Offline
Quote (Sunny)
Ar7, according to the number of forum posts.

Sunny, I have no forum in my website. Still the user ranks change. I just wanted to know what exactly influences this change. ie. Blogposts, comments, Photos, User Reputation, etc.
 
SunnyDate: Tuesday, 2009-02-03, 8:25 Am | Message # 7
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
Ar7, I have already written - forum posts and nothing else. When you say that user ranks still change you are probably judging by your profile - your rank differs only because you are the administrator.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
Ar7Date: Tuesday, 2009-02-03, 9:00 Am | Message # 8
Regular
Group: Checked
Messages: 51
Awards: 0
Reputation: 0
Status: Offline
Quote (Sunny)
Ar7, I have already written - forum posts and nothing else. When you say that user ranks still change you are probably judging by your profile - your rank differs only because you are the administrator.

Since I don't use forum module and probably never will can i disable user ranks and how?
And is there any other way to select top members of my site according their contribution, average ratings of their contribution, user reputation, etc and display them in a top users list?

Message edited by Ar7 - Tuesday, 2009-02-03, 9:09 Am
 
SunnyDate: Tuesday, 2009-02-03, 9:24 Am | Message # 9
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
Ar7, CP -> Users -> Module settings -> don't tick off Enable "User's rank" feature:

When creating informers you can select different criteria for Users, not only ranks.


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
TomDate: Sunday, 2009-02-08, 12:45 Pm | Message # 10
Curious
Group: Users
Messages: 20
Awards: 0
Reputation: 0
Status: Offline
On my website (http://www.sliceanddice.ucoz.com/), ranks aren't assigned according to the number of forum posts.

I've done everything said in User Ranks and Titles Post, but it still doesn't seem to work.

Here is a picture of the User Ranks page: http://sliceanddice.ucoz.com/Ranks.bmp

But when I save this, the user ranks don't change at all, some people have 1 post and a rank of 4, where others have a rank of 1.

Please help!


www.sliceanddice.ucoz.com A Medal of Honor + Sniper Elite Clan
Want an updates box on your website? Get it here.


Message edited by Tom - Monday, 2009-02-09, 3:02 Am
 
SunnyDate: Monday, 2009-02-09, 5:06 Am | Message # 11
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
Tom, ranks on your website differ for different groups.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
TomDate: Monday, 2009-02-09, 5:15 Am | Message # 12
Curious
Group: Users
Messages: 20
Awards: 0
Reputation: 0
Status: Offline
Can I change this so they differ because of forum posts, instead of different groups?

www.sliceanddice.ucoz.com A Medal of Honor + Sniper Elite Clan
Want an updates box on your website? Get it here.
 
SunnyDate: Monday, 2009-02-09, 5:31 Am | Message # 13
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
Tom, ranks are not connected with groups, but with forum posts. It looks like you have changed the ranks manually, try to change them manually back according to the number of posts.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
TomDate: Monday, 2009-02-09, 5:34 Am | Message # 14
Curious
Group: Users
Messages: 20
Awards: 0
Reputation: 0
Status: Offline
Ok, thanks Sunny.

After I do this will they change automatically to match forum posts? Or will I have to change them again?


www.sliceanddice.ucoz.com A Medal of Honor + Sniper Elite Clan
Want an updates box on your website? Get it here.
 
SunnyDate: Monday, 2009-02-09, 5:47 Am | Message # 15
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
With the increase of forum posts ranks will increase automatically.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
uCoz Community » uCoz System management and tuning » Site Users » User Ranks and Titles
Page 1 of 41234»
Search: