MyBB Community Forums

Full Version: OUGC Awards
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
(2019-07-16, 01:10 PM)dragonl Wrote: [ -> ]Hello, I just found this plugin and I love it. I've uploaded it to my forum, I'm trying to create a new award but I can not find the option to upload images.

I have given "User Groups" "Manage Awards" "Add" and I get fields like "name" "description" "requirements" but none to upload the image of the award.

I have searched for some plugin tutorial but I can not find anything on the internet. Thank you!.

You must upload award image with FTP and add this location to award.
Is there a way I change the awards to Font awesome Icon awards?
(2019-07-03, 09:07 PM)iAndrew Wrote: [ -> ]Is it possible to use both fontawesome icons and normal images for awards? 

In ougcawards_postbit I tried using this below but it shows blank fontawesome awards.

<span align="center">
<img style="height:25px; width: 25px;" src="{$award['image']}" alt="{$award['name']}" />
<i style="padding: 3px; margin:2px;" class="fa fa-{$award['image']}" title="{$award['name']}"></i> 
{$viewall}
</span>

This could never work as is, because you are using the same variable {$award['image']}.

src is a path, so if the images work, then most likely the value of {$award['image']} would be something like:
images/someimage.png

Then you can see why your fontawesome won't work, because you're putting down something like:

class="fa fa-images/someimage.png"
Hello there. I wonder if it'spossible to achieve such thing?

[Image: 569e876099b09_ScreenShot2016-01-18at3.34...42ed69.png]

It's IPS Board's iAwards Plugin. I love the idea that it shows award title, bigger picture of the award and award description showing in an external windows when hovering your mouse on smaller award image in postbit. That'd be an amazing feature to have.
When i upload this Plugin in my root after that when I go to my Plugin list they all gone.
Why it happen?
Awards granted by time spent of forum don't work. No matter what time i set everyone have this achievement. I tried to set time in hours, days and week's. And still nothing...
When adding categories to the awards, awards are duplicated on postbit.
(2019-08-03, 03:33 PM)Pinker Wrote: [ -> ]Awards granted by time spent of forum don't work. No matter what time i set everyone have this achievement. I tried to set time in hours, days and week's. And still nothing...
Interesting. I have had the reverse of this problem. Is the OUGC Awards task set to run in Tools and Maintenance -> Task Manager?

X award is set to my case:
- Add to postbit and profile
- PM member receiving it

What it ended up doing every time the award task was run in my case was:
- PM'ing every member who had received it before, again, every time the task was run. 

I ended up disabling auto-awards. But I might try again at some point.
ignore
Is there any reason why sort order isn't working? It appears to display the most recent Awards first, rather than by sort order, on postbit.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49