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.
Tommy
Posts: 454
Reputation: 38

Message # 61 | 2:30 AM
Aloyasha,
Why don't you open your so called eyes and see the post just above yours.
Learn to respect people and learn to read the post.
Giving negative award won't do any good for you.

"I don't like to commit myself about heaven and hell - you see, I have friends in both places"
Xeemoz
Posts: 3
Reputation: 0

Message # 62 | 11:08 AM
My user rank is very low in my website. how can I increase it. If I create a new user I get the option to set the user rank. But my default admin user is at a low rank how can I modify it without deleting it.
Hope you understand my question.
xmas

http://balochistan.ucoz.com/
Sunny
Posts: 9296
Reputation: 456

Message # 63 | 11:25 AM
Xeemoz, you can do this in your profile - click the star icon.
I'm not active on the forum anymore. Please contact other forum staff.
Xeemoz
Posts: 3
Reputation: 0

Message # 64 | 11:39 AM
Thank you Sunny, It is clear now.
http://balochistan.ucoz.com/
janis95
Posts: 19
Reputation: 0

Message # 65 | 3:53 PM
How tu put awards in my site?
Dartz
Posts: 1931

Message # 66 | 9:52 PM
janis95, I'm saying this last time - use search before posting.

http://forum.ucoz.com/forum/37-6267-1

And your question isn't even related to this theme.


[... With uCoz since December 2 2007 ...]
Prem6260
Posts: 10
Reputation: 0

Message # 67 | 6:36 PM
On the forum if you have a group badge it repalces your forum rank, is there anyway to have both?
Dartz
Posts: 1931

Message # 68 | 7:23 PM
CP -> Customize Design -> Forum -> Appearance of entries.

Find this line:
<?if($GROUP_ICON$)?><div class="postRankIco">$GROUP_ICON$</div><?else?><div class="postRankIco">$USER_RANK_ICON$</div><?endif?>


Remove: <?endif?>

Then replace <?else?> with <?endif?>


[... With uCoz since December 2 2007 ...]
Prem6260
Posts: 10
Reputation: 0

Message # 69 | 10:48 AM
Quote (Dartz)
P -> Customize Design -> Forum -> Appearance of entries.

Thanks Dartz, your beast!
(btw im proud to be british too)

i also have another question, how can i change the colour of the homepage entries titles?

atm titles and text is grey, i wanna change the color of the title

Dartz
Posts: 1931

Message # 70 | 12:03 PM
Discussion about design #451: http://forum.ucoz.com/forum/5-9958-1


As for title, go to CP -> Customize Design -> CSS -> Find: .eTitle

Modify:
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#CCCCCC; padding: 0 0 0 21px; background: url('/.s/t/451/31.gif') no-repeat;}
.eTitle a:link {text-decoration:underline; color:#CCCCCC;}
.eTitle a:visited {text-decoration:underline; color:#CCCCCC;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:underline; color:#CCCCCC;}

http://html-color-codes.info

If you have more questions, ask them in the mentioned thread.


[... With uCoz since December 2 2007 ...]
don_slasher
Posts: 16
Reputation: 1

Message # 71 | 10:17 AM
Sunny, Can't we have more thank 10 ranks?
Sunny
Posts: 9296
Reputation: 456

Message # 72 | 10:21 AM
don_slasher, no, 10 is max number.
I'm not active on the forum anymore. Please contact other forum staff.
Frieddimsims
Posts: 1
Reputation: 0

Message # 73 | 5:35 AM
Is there a way to modify the forum post counters for an account so it only counts a post if it was at least 30 minutes from the last?
Dartz
Posts: 1931

Message # 74 | 11:54 AM
Frieddimsims, I'm afraid we do not have such feature.
[... With uCoz since December 2 2007 ...]
DeathGod
Posts: 63
Reputation: 4

Message # 75 | 1:53 PM
Can I make the AOL field bigger than 30 letters?
www.drunkenjesus.net
uCoz Community » uCoz Modules » Site Users » User Ranks and Titles
Search: