MyBB Central

Full Version: My Awards 1.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How many awards will be shown in the postbit?
As many as there are...??
nice plugin
I want the awards system!
this is really gr8!
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. Smile

It's just that easy though.
thanks a lot bro
How do I add postbit_signature
Reference URL's