uCoz Community » uCoz Modules » Additional Features » Site awards
Site awards
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 10:07 AM
After the last update a new feature has appeared - "Awards", it allows users to give awards to each other.


How to use this module:

1. You can find Awards in Control Panel -> Admin Bar -> Tools -> Awards

2. If this is the first time you go to Awards, you must install the module. If you don’t need Awards any more, you can disable the module in Users -> Module settings -> Enable "Awards" feature – just remove a check mark and save the changes.

3. After you have opened the Awards section, you will see the full list of awards, divided into categories. There are basic settings near each award: Timeout, ID and groups that are allowed to give this award.

4. To create a new award click on "New award" in the top right corner. Select a category, specify URL of the award, its timeout and select the groups to be able to give it.

5. Now, if you want awards to be displayed in user profiles (if they are there), go to Customize Design -> "User personal page" and paste the following code into the necessary place:

Code
<?if($AWARDS_READ_URL$)?><div class="reputation">Awards: <a href="$AWARDS_READ_URL$" title="List of awards"><span class="repNums"><b>$AWARDS$</b></span></a> <?if($AWARDS_DO_URL$)?> <a href="$AWARDS_DO_URL$"><span style="font-size:8pt" title="Give award"><b>[ Give award ]</b></span></a><?endif?><?endif?>

If you want awards to be displayed under avatar, paste the same code into "Appearance of entries" template for forum.

6. To give an award a user must open another user’s profile and click [ Give award ] . Then select an award and add a comment.




CREATION OF AWARD TOP

If you want to create AWARD TOP, you need to do the following:

1. Go to "Informers" section (Control Panel -> Tools -> Informers). Click "Create informer", enter its name (any) and select AWARDS TOP section. Click "Create".

2. The informer has been created. Now paste the code (e.g. $MYINF_1$) into necessary templates.

3. Here is the result

Question: there is the possibility to evaluate posts on this forum (Good/bad post). How can I do the same on my forum?
Answer: Either restore the default “Appearance of entries” template or paste the following code into the necessary place of this template:

Code
<?if($AWARDS_DO_URL$ && $USER_LOGGED_IN$ && $CUR_USER_ID$!=$UID$)?><div style="float:right"><a href="javascript://" onclick="openLayerB('AwD',0,'/index/55-$UID$-28-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$','Give award',380,200,1); return false;"><img src="http://s10.ucoz.net/img/icon/thumbu.png" width="13" border="0" title="Good post"></a> <a href="javascript://" onclick="openLayerB('AwD',0,'/index/55-$UID$-47-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$','Give award',380,200,1); return false;"><img src="http://s10.ucoz.net/img/icon/thumbd.png" width="13" border="0" title="Bad post"></a></div><?endif?>

I'm not active on the forum anymore. Please contact other forum staff.
Sunny
Posts: 9296
Reputation: 456

Message # 31 | 12:44 PM
warezparadise, Awards TOP will show top awards and the users that have them. Random Data Informer will show any random data that you'll upload in a file. Why don't you try and see everything yourself?
I'm not active on the forum anymore. Please contact other forum staff.
barc00de
Posts: 8
Reputation: -3

Message # 32 | 11:14 AM

tellmi code for this
Attachments: 5010051.gif (20.7 Kb)

www.qMpGrup.com
Angel7
Posts: 21
Reputation: 8

Message # 33 | 2:59 PM
barc00de, add to "Appearance of entries" template the following:
Code
<span id="listawards$ID$">Load ...</span>

<script type="text/javascript">
      $('#listawards$ID$').hide(); // by UAWARDS.UCOZ.RU
      $.get('/index/54-$UID$', function(data){
      data=$(data).text();
      $('#listawards$ID$').empty().append($(data)).show();
})</script>

but it makes forum load slower!..


uCoz rocks <3
Post edited by Angel7 - Thursday, 2009-07-09, 5:00 PM
barc00de
Posts: 8
Reputation: -3

Message # 34 | 3:14 PM
Angel7, not in this Way



But in this

Attachments: 8075173.png (4.8 Kb) · 6443703.png (10.0 Kb)

www.qMpGrup.com
Pilot
Posts: 487
Reputation: 77

Message # 35 | 4:18 PM
Quote (Sunny)
barc00de, that's a custom code, I guess you should ask about it the owner of that website.
Flipperbear404
Posts: 12
Reputation: 0

Message # 36 | 10:42 AM
is there any way to make it that people earn Site awards automatically for being active for like a week or post like 40 msgs on the fourms
Sunny
Posts: 9296
Reputation: 456

Message # 37 | 10:53 AM
Flipperbear404, there is no such feature.
I'm not active on the forum anymore. Please contact other forum staff.
mariozplaze
Posts: 35
Reputation: 0

Message # 38 | 3:09 AM
How do you edit the size allowed for award sizes?
I love Ucoz and all of its staff! Thanks for all the help!
Sunny
Posts: 9296
Reputation: 456

Message # 39 | 9:23 AM
mariozplaze, it is possible to upload quite big images. Make sure you do everything correct. Provide url of your image.
I'm not active on the forum anymore. Please contact other forum staff.
mariozplaze
Posts: 35
Reputation: 0

Message # 40 | 2:58 AM
Does it count if I go into my pictures, right click, press properties, and select a code, thingy like this, (I am not that good with HTML, I am only 12)
C:\Documents and Settings\Karen Zahradka\My Documents\My Pictures

Added (2009-12-12, 8:57 Pm)
---------------------------------------------
What is an award top?

Added (2009-12-12, 8:58 Pm)
---------------------------------------------
And how do you make it so a award is givin when you get a reproof. (You know, as a negitive badge)
I dont see you explain it here. Please help me! smile


I love Ucoz and all of its staff! Thanks for all the help!
Tommy
Posts: 454
Reputation: 38

Message # 41 | 3:22 AM
mariozplaze, upload the image to file manager, copy the link and paste.
Quote (mariozplaze)
What is an award top?

This can be done using Informers. Try this once and you will understand. It will display the TOP awards.

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

Message # 42 | 2:51 PM
Oh ok, do you know how to make it so you get an award when you do a certain thing like getting the highest rank? Were can I edit that? biggrin
I love Ucoz and all of its staff! Thanks for all the help!
Tommy
Posts: 454
Reputation: 38

Message # 43 | 3:24 PM
mariozplaze,
Awards can only be given by one user to another user.
It can't be automatically added. If someone gets to the highest rank, give the award manually.
There is no other way.

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

Message # 44 | 9:27 PM
Ok thanks for all the help! smile
I love Ucoz and all of its staff! Thanks for all the help!
atkhenz
Posts: 22
Reputation: 0

Message # 45 | 6:48 PM
is that award u talkin only available in forum?what i i posted on blogs and site news, can i see that awards too?
uCoz Community » uCoz Modules » Additional Features » Site awards
Search: