How many awards will be shown in the postbit?
As many as there are...??
I want the awards system!
Any chance in the future we be able to link the award icon in the postbit to the actual award, we use the awards to encourage members to attend social functions, it would be cool to link the award icon to the award and then use the award page as some sort of photogallery for the event ? I know tall order. but just getting the link to the award from the postbit would be cool
Hmm....Why not place the awards link in header to showcase it more? imho adding all those links to each postbit is a bit overdone. However you can easily modify the plugin to do this for you.
Find this line in inc/plugins/my_awards.php
$awards .= "<img src=\"uploads/awards/".$results['awimg']."\" alt=\"".$results['awname']."\" />";
Now change it to this:
$awards .= "<a href=\"myawards.php?awid=".$results['awid']."\"><img src=\"uploads/awards/".$results['awimg']."\" border=\"0\" alt=\"".$results['awname']."\" /></a>";
That should work. Let me know if I typed something wrong.
It's just that easy though.
How do I add postbit_signature