|
uCoz Community Archives Locked Comment Rating not visual |
Comment Rating not visual |
I have yet another problem
I want to be able rate comments in my forum. For some reason the little thumbs up/down option does not appear in the treads. I already went to appearance of comments, and it seems to be there when I click on the Visual HTML tab... When I go back to the forum, I cannot seem to find it...I will be really mad if I am simply missing it, and it is there.... Added (2011-12-09, 6:01 AM) |
2IZZ, you need the "Awards" feature to be enabled, go to Control Panel -> Top Bar -> Tools -> Awards -> Install the module. Forum thumbsup/down are not quite the same as thumbsup/down of comments in other modules.
I'm not active on the forum anymore. Please contact other forum staff.
|
Ahhh ok...
I have activated that feature... In order to give an award, what steps must I take? It still does not appear... Added (2011-12-09, 7:39 AM) |
2IZZ, restore the default forum template or paste the following code in the "Appearance of entries" forum template:
Code <?if($AWARDS_DO_URL$ && $USER_LOGGED_IN$ && $CUR_USER_ID$!=$UID$)?><div style="float:right"><a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Give award',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-28-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s101.ucoz.net/img/icon/thumbu.png" width="13" border="0" title="Good post"></a> <a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Give award',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-47-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s101.ucoz.net/img/icon/thumbd.png" width="13" border="0" title="Bad post"></a></div><?endif?> By default it goes after: Code <tr><td width="23%" class="postTdTop" align="center"><a class="postUser" href="javascript://" rel="nofollow" onClick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a></td><td class="postTdTop"> I'm not active on the forum anymore. Please contact other forum staff.
|
| |||
| |||