uCoz Community uCoz Modules Site Users User Ranks and Titles |
User Ranks and Titles |
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"?
Quote Aint it possible to remove ranks, or make it less, cause i don't want, or need 10 ranks
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.
|
Well on my account like most other ones, you can set ranks for people. i made an account for my friend and made hime a higher forum rank. I tried to do the same for me but i don't know if you can. keep in mind i made the website but i cant change my own rank. Any help?
|
Lokii3, as I have asked you here: http://forum.ucoz.com/forum/7-14130-81403-16-1313483558 please provide a website name for us to be able to check. Most probably the link to the images is wrong. But we can say more once you provide a website name.
|
How to code so that if a user posts a certain text, his rank changes to one that i have selected.
|
Makerimages, what exactly do you mean by text. If you want it so that the rank changes to one you have selected if a user enters the text "system" for example it can be done only though the use of custom coding. We do not provide support with that here although you may find support at either of these sites.
http://ucause.ucoz.com/forum or http://upanel.biz Otherwise could you please clarify, Hope this helps Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Yes thats what i meant but just to say it more clearly to others: How to make so that if a user posts lets say "I want to be a policeman" his rank will change to Policeman
|
Makerimages, this can only be achieved through the use of custom scripts. Unfortunately we don't provide support with that here but you may find help at one of the above sites.
Hope this helps & good luck, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Why dont you help? those sites had like only 1 bit of information
|
Makerimages, we do not provide support with custom coding here on the uCoz Support Forums. What you are trying to achieve is not within the preset capabilites of the system. Therefore you either have to make the script yourself or go and find/ask for it on another site. I was only offerring two suggestions.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Superstar, open Website > Users Profile and select the star icon in the management bar (moder_panel). It is titled User Title & Rank.
Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||