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 # 76 | 3:16 PM
carloscompu, here is the code:

Code
<a href="javascript://" rel="nofollow" onclick="new _uWnd('Rd',' ',400,250,{autosize:1,maxh:300,minh:100,closeonesc:1},{url:'/index/23-$UID$'});return false;">Give award</a><body>

I'm not active on the forum anymore. Please contact other forum staff.
carloscompu
Posts: 246
Reputation: 1

Message # 77 | 5:44 PM
This code is for reputation points its not for awards
But I also needed it and it works perfectly tanks
Can you supply me the reward code
Sunny
Posts: 9296
Reputation: 456

Message # 78 | 4:07 PM
This one is for awards.

Code
<a href="javascript://" rel="nofollow" onclick="new _uWnd('Rd',' ',400,250,{autosize:1,maxh:300,minh:100,closeonesc:1},{url:'/index/55-$UID$'});return false;">Give award</a><body>

I'm not active on the forum anymore. Please contact other forum staff.
carloscompu
Posts: 246
Reputation: 1

Message # 79 | 5:54 PM
Thanks I got it working with a diffrent coding and it works perfectly
you can see it work on this link
I was able to take out all the profile info to the main pages
Thanks
http://cyberq.org/....1-0-812 biggrin

Added (2012-11-13, 11:54 AM)
---------------------------------------------
Im tring to build my own award system in my website and this is what i did to create it in the personal page
_<?if($_LOAD_ENTRIES$=300)?><img src="http://cyberq.org/webpage/Premios/images-6-.jpg" border="0" alt="" /><?endif?>

After the user pass this limit it should show the prize,but my prob is that if the user pass the amount the prize will not show again.so i will need a code to mantain the prize showing even if the user gets to 301 as an example of what Im building
Post edited by carloscompu - Tuesday, 2012-11-13, 5:55 PM
Sunny
Posts: 9296
Reputation: 456

Message # 80 | 2:51 PM
carloscompu, use <?if($_LOAD_ENTRIES$>"300")?>
I'm not active on the forum anymore. Please contact other forum staff.
carloscompu
Posts: 246
Reputation: 1

Message # 81 | 2:11 PM
I build this script and it work perfect thanks sunny,but now I have a prob ,that each user sees it difrent,
Guess cant see the prizes
Users can only some prizes

I dont understand because there is no if conditions
Wat I want is that These prizes can be seen by everybody
Sunny
Posts: 9296
Reputation: 456

Message # 82 | 2:40 PM
carloscompu, probably it's because of the user group permissions. Check whether those groups are allowed to view awards.
I'm not active on the forum anymore. Please contact other forum staff.
carloscompu
Posts: 246
Reputation: 1

Message # 83 | 4:33 PM
These awards are the websites custum system its my own award engine using this:
Quote
<?if($_LOAD_ENTRIES$>"5")?><img src="http://cyberq.org/webpage/Premios/post.jpg" border="0" alt="" title="5 Post" /><?endif?>
<?if($_LOAD_ENTRIES$>"25")?><img src="http://cyberq.org/webpage/Premios/images-4-.jpg" border="0" alt=""title="25 Post" /><?endif?>


I have a full list because the custom awards dont work automatically
Same will do with the ranks,

It works perfectly for registered users the only prob is that the guess cant see it and users only see some of them
Sunny
Posts: 9296
Reputation: 456

Message # 84 | 8:37 PM
carloscompu, you need to delete the following in the "User's personal page" template:

Code
<div style="display:none;">


And at the end, after
Code
<?if($_LOAD_ENTRIES$>"25")?><img src="http://cyberq.org/webpage/Premios/images-4-.jpg" border="0" alt=""title="25 Post" /><?endif?>

you need to delete

Code
</div>

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

Message # 85 | 5:59 PM
How do I make it so that the Distinctive section of the awards do not require a timeout period?
Sunny
Posts: 9296
Reputation: 456

Message # 86 | 1:49 PM
STaTiCShoX, I'm afraid that's not possible.
I'm not active on the forum anymore. Please contact other forum staff.
Sedna
Posts: 7
Reputation: 0

Message # 87 | 8:01 AM
How do I made new category for the award
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 88 | 9:10 AM
Sedna, unfortunately this feature doesn't currently exist. wink
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Vallina
Posts: 58
Reputation: 0

Message # 89 | 4:16 AM
Any possibility this Awards function will get an upgrade? Looks like a lot of people are asking about changing/new categories, displaying award pictures on profiles and forums, and no award time outs. A lot more people would use this feature if these were integrated.
Sunny
Posts: 9296
Reputation: 456

Message # 90 | 10:54 AM
Quote (Vallina)
Any possibility this Awards function will get an upgrade?


It's not included into nearest updates as far as I'm aware.

I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » uCoz Modules » Additional Features » Site awards
Search: