Version Updates:
10/19/2008 - Updated to version 0.0.2, Optional BB Code in Install.txt IF you want to approve ranks by a simple click! this must be setup via the options with correct thread ID's etc. After setup when a member request an award it post the request to a new thread (the one you specified) and then simply click the Approve link to do so. The post will then be "soft deleted" and as for the user, check their profile
.
__________________________________________
General Updates:
10/21/2008 - Updated rank.php which is located in admincp folder. Please Download "Update.0.0.2-1.zip" and install in your admincp folder - without it you will receive a DB error in your admincp which will not allow you to remove a previous rank. Once you have updated, you can remove the previous ranks with success! Sorry for the coding error and thanks for using YARS!
11/15/2008 - YARS 0.0.2 Update by TheLastSuperman!
This update includes:
- Syntax Corrections
- Update to .php files
- Update to .xml files
Hopefully this will help the 3.7.3 members who have installed
but please remember it was only tested and works well with 3.7.3 RC1.
- robwestpdx
- Diniska
- Nadeemjp
Bugs:
- Possible warning in admincp when in use:
Warning: Invalid argument supplied for foreach() in [path]/admincp/rank.php on line 964
Please report ASAP if so via -->
https://vborg.vbsupport.ru/showthread.php?t=194043
Possible Updates in the next 1-3 weeks:
- Define Usergroups allowed to use (grant etc)
* This option is available to users you have assigned as moderators via ModCP just not specific usergroups yet!
11/16/2008 - YARS Quick Fix and Zip Package contents correction.
Update!
Sorry about this guys, one simple mistake on my part.
In line 3 of the XML product file I used & instead of AND (habit) so it was not importing!
Fixed!
- Removed the old YARS.0.0.2.1.zip and re-uploaded the correct package w/ the same name.
- Included the YARSxml.zip which is just the product itself for those who DL'd the syntax slighted xml.
S-MAN
__________________________________________
Template Change Updates:
10/25/2008 - Updated w/ alternate code for postbit for a different display option!
Example:
In the screenshot provided, the normal way to display can be the Rank along w/ a border and title saying "Ranks Showcase" now if you want to display as just the image w/o a border as seen in the darker style screenshot - When you edit template "postbit" do not follow the normal instructions, follow these! (Or simply remove the old code version and follow info below!
Find:
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
Add Below:
Code:
<!-- show ranks -->
<if condition="$post[showuserranks]">
<!-- <fieldset><legend><a href="member.php?u=$post[userid]#rank" title="$vbphrase[more_ranks]">$vbphrase[rank_showcase]</a></legend> -->
<td class="alt2">
<div>
$post[userranks]
<!-- <br> -->
<!-- <a href="member.php?u=$post[userid]#rank" title="$vbphrase[more_ranks]">$vbphrase[total_ranks]</a>: $post[num_ranks] -->
</div>
</td>
<!-- </fieldset> -->
</if>
<!-- /show ranks -->