Quote:
Originally Posted by squidsk
What I'm thinking of going to do is make it a usergroup permission. If you don't want guests to see the awards page you'd set it to false for unregistered users.
I may be the developer but most of the additions over the last couple of releases have been ideas that were proposed by users of yaas or based on ideas proposed by users of the yaas. Having gone over the change logs for versions 4.0.7, 4.0.8 and 4.0.9 the only idea that was entirely my own was the md5 sums.
|
However, our technician ordered me to post this.
Its a modified bitfield.xml and in "<forum_root>/awards.php" below
Code:
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
add
Code:
if (!($permissions['awardpermissions'] & $vbulletin->bf_ugp_awardpermissions['canviewaward']))
{
print_no_permission();
}
Also, create a phrase
Code:
Location: ControlCenter->Permissions
Name: award_can_view_award
Text: Can view award list
-
Again (no flattery), have seen many award systems for different scripts and even most of your features are suggested by users, its the best award system me knows :up: