Site awards - Additional Features - uCoz System management and tuning - uCoz Community
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in


We are in the second round! Let's keep voting!

Page 1 of 3123»
uCoz Community » uCoz System management and tuning » Additional Features » Site awards
Site awards
SunnyDate: Wednesday, 2009-05-13, 4:07 Am | Message # 1
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
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 "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
easysharezDate: Wednesday, 2009-05-13, 4:07 Am | Message # 2
Curious
Group: Checked
Messages: 36
Awards: 1
Reputation: -4
Status: Offline
I see there is a widget awards, I activated it and now wondering how to give those awards to people? Is there a spot on here to explain this?

Thank you

 
jackassDate: Wednesday, 2009-05-13, 4:08 Am | Message # 3
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline
Restore your profile page or add it manually smile

Support forum
 
easysharezDate: Wednesday, 2009-05-13, 4:08 Am | Message # 4
Curious
Group: Checked
Messages: 36
Awards: 1
Reputation: -4
Status: Offline
I'm just trying to understand how to give the awards to people on my site. I have seen it on other sites and when given they are found under the aviator. for example the medals. And right now the pic of is under everyone's aviator.
 
jackassDate: Wednesday, 2009-05-13, 4:09 Am | Message # 5
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline
Install award module, and if you have a default profile template, than go to a users profile, to who you want to give a award and there will be
Awards: 0 [Give award]

Support forum
 
SlicerDate: Wednesday, 2009-05-13, 4:09 Am | Message # 6
Regular
Group: Checked
Messages: 51
Awards: 2
Reputation: 3
Status: Offline
Quote
Install award module, and if you have a default profile template, than go to a users profile, to who you want to give a award and there will be
Awards: 0 [Give award]

I still can't find where to give awards.

If I helped you with a problem, please give me +1 reputation.

SwordGFX.ucoz.net<--- Register Please!!
 
jackassDate: Wednesday, 2009-05-13, 4:09 Am | Message # 7
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline

Here it must be.

Attachments: 4790681.jpg(59Kb)


Support forum
 
SunnyDate: Wednesday, 2009-05-13, 4:10 Am | Message # 8
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
slicer, did you try to restore the default template of User profiles?

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
AsifnurDate: Wednesday, 2009-05-13, 4:10 Am | Message # 9
Newbie
Group: Users
Messages: 16
Awards: 0
Reputation: -1
Status: Offline
THANKS SUNNY
umm
one more question how can i make the awards show under the rep or avatar when they post massage or thread

thanks

Added (2009-04-03, 3:12 Pm)
---------------------------------------------
one more problem how can i show the pics like the pics of awards?
pls tell me biggrin

 
SunnyDate: Wednesday, 2009-05-13, 4:11 Am | Message # 10
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
slicer, easysharez, paste the following code into Forum "Appearance of entries" template

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


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
easysharezDate: Wednesday, 2009-05-13, 4:11 Am | Message # 11
Curious
Group: Checked
Messages: 36
Awards: 1
Reputation: -4
Status: Offline
I pasted the following in Appearance of entries

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

I do not see no difference?
Am I missing something?

And Thank you for your help.

Message edited by easysharez - Saturday, 2009-04-04, 4:22 Am
 
DanielLemonDate: Wednesday, 2009-05-13, 4:12 Am | Message # 12
Curious
Group: Checked
Messages: 29
Awards: 0
Reputation: 1
Status: Offline
Quote
I pasted the following in Appearance of entries

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

I do not see no difference?
Am I missing something?

And Thank you for your help.

This is how to put awards on "Appearance of entries" (that's means when you go to forum thread, you will see Awards under your Avatar, but no images...And that's possible without restoring your "Appearance of entries" template...

But right now Im intrested, how to see this award picture under Avatar, is there some kind of code - something like
$AWATAR_PICTURE$, or something else, or it can be done manually ?


 
SunnyDate: Wednesday, 2009-05-13, 4:13 Am | Message # 13
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
It's not possible to display award pictures under avatar with the help of standard means. If you have knowledge you can try to do this by means of jQuery.
As for that website you are talking about - I haven't seen it but I can guess that the awards were added before the update by means of scripts. So it's not a default uCoz feature.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
DannyDate: Wednesday, 2009-05-13, 4:13 Am | Message # 14
Regular
Group: Blocked
Messages: 41
Awards: 2
Reputation: -3
Status: Offline
This also happend on mine. In the HTML for users profile page the Award codes are in there (e.g, $awards$ ...ect) - but when you view it on the site its not on. And i have enabled it for all users. How to make it viewable? Please help.


I have checked both Forum - Appearance Entries and Users - User Personal Page and yet both already had the codes. And it still doesn't show, even though awards have been enabled for all user groups. PLEASE HELP wacko


..:: GAME REBOUND ::..
Please register on my website


Message edited by Danny - Tuesday, 2009-04-14, 5:41 Pm
 
ScottyBoyDate: Wednesday, 2009-05-13, 4:13 Am | Message # 15
Curious
Group: Checked
Messages: 26
Awards: 1
Reputation: 1
Status: Offline
How do I deinstall the awards module?

 
uCoz Community » uCoz System management and tuning » Additional Features » Site awards
Page 1 of 3123»
Search: