uCoz Community » uCoz Modules » Site Users » User Ranks and Titles
User Ranks and Titles
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 2:01 PM
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 or 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


It is possible to change User Title and Rank value in the personal profile:

Do not forget that "User's rank" feature should be enabled in Control panel->Users->Module settings

Attachments: 4242900.png (16.9 Kb) · 8490155.jpg (21.8 Kb) · 9511682.jpg (11.4 Kb) · 9533284.jpg (85.0 Kb)

I'm not active on the forum anymore. Please contact other forum staff.
HorseIsleSense
Posts: 93
Reputation: 0

Message # 76 | 8:28 PM
For the custom set of rank icons, I got the icons I wanted/made them and saved them as 1 2 3 etc. I then uploaded them under the file "Rankings" on that lightbox thing where you can insert pictures to pages... Do I need to put them in File Manager instead?

I pasted the link (http://horseislesense.ucoz.com/Rankings) into the right area for the custom smilies, but it still has that weird like, link/image broken sign when I try to look at it. When I pasted that link into my URL bar it said I can't access it using my personal data or whatever....

Help? xD

Sunny
Posts: 9296
Reputation: 456

Message # 77 | 10:44 AM
DeathGod, no, it is not possible. And how is your question related to ranks?

Quote (HorseIsleSense)
into the right area for the custom smilies

So do you mean smilies or ranks? And what are the names and extensions of your custom ranks?

Quote (Sunny)
A custom set must contain icons with the names "rank[1-10].gif".

I'm not active on the forum anymore. Please contact other forum staff.
HorseIsleSense
Posts: 93
Reputation: 0

Message # 78 | 9:48 PM
Whoopies, yes i meant ranks.. Brain freeze, haha. I saved them as .gif, and just the numbers... so rank 1 I saved as 1, rank two I saved as 2.. etc. Should I save them as rank1, rank2, rank3 and so on instead?
Sunny
Posts: 9296
Reputation: 456

Message # 79 | 8:23 AM
Quote (HorseIsleSense)
Should I save them as rank1, rank2, rank3 and so on instead?

Yes.


I'm not active on the forum anymore. Please contact other forum staff.
Aloyasha
Posts: 75
Reputation: 2

Message # 80 | 9:36 PM
is it possible to show a custom rank to just one user in particular?

Click^-^
Natashko
Posts: 3366
Reputation: 171

Message # 81 | 12:31 PM
Aloyasha, I am not sure I understand you. Will you kindly rephrase your question for us to be able to help you and answer it.
shadychiri
Posts: 62
Reputation: 2

Message # 82 | 12:42 PM
I believe you are talking about user groups and in that case it is possible just follow the following steps
1 create a user group in the control panel,
2 assign the group rigths you want the user to have
3 go to list users click on the group combobox in your user's row and change the group name to your custom group name above
it will as you if you want to change group just press yes

New Groups have default rigths as users so be sure to adjust before transfering high calibre users such as admins else they loose their powers


[X-crew]Creator
Posts: 15
Reputation: 0

Message # 83 | 5:18 PM
Hi, i have a problem with my own custom ranks!

They are all placed write and named too!

And the code have i done!

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

But it still not appear on the forum

Here is the link! > http://xcrew.ucoz.lv/forum/2-3-1

Here some pics for info...



Attachments: 2964517.jpg (64.1 Kb) · 3950142.jpg (95.5 Kb) · 5680020.jpg (142.9 Kb) · 7968438.jpg (34.8 Kb)
Animorph
Posts: 2856
Reputation: 189

Message # 84 | 9:10 PM
[X-crew]Creator, so dear user tell me what is the problem do you want rank icon and user group ?

if yes then do the following thing:

go to CP ---> Design ---> Design management (templates) --> forum---> appearance of entries

find:

Code
<?if($GROUP_ICON$)?><div class="postRankIco">$GROUP_ICON$</div><?else?><div class="postRankIco">$USER_RANK_ICON$</div><?endif?>

or this one: it depends on what you changed

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

then change the code above into

Code
<?if($GROUP_ICON$)?><div class="postRankIco">$GROUP_ICON$</div><?endif?>
<?if($USER_RANK_ICON$)?><div class="postRankIco">$USER_RANK_ICON$</div><?endif?>

To busy building a passive income online ;)
[X-crew]Creator
Posts: 15
Reputation: 0

Message # 85 | 9:50 PM
That is now the problem!
I have that already done but it still not works!
dry srry but i am frustrated!
Animorph
Posts: 2856
Reputation: 189

Message # 86 | 8:48 AM
[X-crew]Creator, re-read my tutorial , my codes are differently , your custom rank images didn't appeared because you already had a group image (the admin icon) , if you read my codes carefully then it should work
To busy building a passive income online ;)
Wolfyclub
Posts: 3
Reputation: 0

Message # 87 | 1:56 AM
Hello! I have a question: Can I change someone's rank without them posting enough to reach that rank? I can change mine, but how do I do other's?
Jan
Posts: 301
Reputation: 19

Message # 88 | 8:24 AM
Wolfyclub, read the first message and there is your answer.
Dangem
Posts: 54
Reputation: 0

Message # 89 | 6:01 AM
how can i put picture of the rank in the appearance of entries.. instead of word generalismo i want the image of the rank to be apear
CodeResolution
Posts: 1570
Reputation: 58

Message # 90 | 7:36 AM
Dangem, use the following tag:
Code
$USER_RANK_ICON$

Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
uCoz Community » uCoz Modules » Site Users » User Ranks and Titles
Search: