uCoz Community uCoz Modules Additional Features Site awards |
Site awards |
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?
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.
|
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.
|
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 |
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.
|
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 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
|
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 |
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 |
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.
|
How do I make it so that the Distinctive section of the awards do not require a timeout period?
|
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.
|
| |||