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
(2013-05-27, 03:38 AM)Omar G. Wrote: [ -> ]Please don't PM for support again. The answer I will give regarding that issue is already posted.

sorry sir, but I don't have an Idea how to do it, and where to put some codes. Sad
(2013-04-13, 03:41 AM)Omar G. Wrote: [ -> ]It has to be with some   I should have implemented in some templates. Find them and remove them or add a empty space ( ) before/after it. It should be in the postbit_awards if I remember correctly.

I can't find any &nbsp in postbit_ougc_awards
The code that I have is this:
Quote:{$br}<a href="{$mybb->settings['bburl']}/awards.php?view={$award['aid']}" title="{$award['name']}"><img src="{$award['image']}" alt="{$award['name']}" /></a>

Edit:
Nevermind, is working without any modification.
I'm wanting to add a side box to my home page and forums page that displays all awards received by the member logged in. Just the image icon, not the reason. Is there a way to do this through the template edits?
I downloaded your plugin, installed it and everything else, but I can't add awards. Any idea on why is this happening? Any idea on how to solve it?
where " manage award " link ?
already to install this plugins but
[Image: screenshot_34.png]
In ougc_awards.lang.php

I changed
$l['ougc_awards_profile_title'] = "{1}' awards.";
to
$l['ougc_awards_profile_title'] = "{1}'s awards.";

For grammatical issues. Is it possible to check if the username ends with an 's' and then use the first code in that instance? Perhaps through an If function?
(2013-10-16, 03:40 PM)Persona Wrote: [ -> ]For grammatical issues.

You are right, thanks!

(2013-10-16, 03:40 PM)Persona Wrote: [ -> ]For grammatical issues. Is it possible to check if the username ends with an 's' and then use the first code in that instance? Perhaps through an If function?

Yes it is possible but names shouldn't affect the use of the possessive 's (you can avoid the "s" only using the apostrophe but it doesn't really makes any difference).
http://www.englishclub.com/grammar/nouns-possessive.htm

Thanks for the report once again. Smile
How would I make it show up on my theme? At the moment it's installed but awards are not showing in posts nor profile.
Hi,

I like your awards plugin, pretty cool. Is there a way to order the awards displayed in a posts? I would like to be able to order them so when they are shown in a post, the awards appear in predetermined order.

Thanks,
- Rich -
hey im having difficulty manually installing this(I dont have access to a client could you help me out?)
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