MyBB Source

everyBB - The forum owners community

4,000 Members! | Small Policy Change

Latest Releases: Valid Referrals - Bonus - Mark Thread Read

Post Reply 
 
Thread Rating:
  • 7 Votes - 4.43 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Public Beta] Awards System
Author Message
Nickman Online
Manager
*******
Management

Posts: 2,358
Joined: May 2008
Reputation: 46
MyBux: 31638
Post: #11
RE: [Public Beta] Awards System
(03-09-2009 03:23 AM)Rob1991 Wrote:  Ohh yeah in the post bit you click the image and it shows in that awards panel.

Maybe for future releases/fixes could you include a page which displays all the awards available, that would be aweeesome =]


.. Anyways good job Big Grin

I think before I make 1.0 final, I'll stick that feature in there. It's certainly not that hard, I just forgot about it 001_smile

Edit: check out Refresh 1

[Image: userbar.php?uid=2]
03-09-2009 03:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply

Advertisement

Rob1991 Offline
Member
***

Posts: 152
Joined: Nov 2008
Reputation: 0
MyBux: 22
Post: #12
RE: [Public Beta] Awards System
(03-09-2009 03:26 AM)Nickman Wrote:  
(03-09-2009 03:23 AM)Rob1991 Wrote:  Ohh yeah in the post bit you click the image and it shows in that awards panel.

Maybe for future releases/fixes could you include a page which displays all the awards available, that would be aweeesome =]


.. Anyways good job Big Grin

I think before I make 1.0 final, I'll stick that feature in there. It's certainly not that hard, I just forgot about it 001_smile


Awesome, achually i recon id be able to do that, iv just found out how to display the award name, so that when you hover over the image it says the award name instead of 'award image' or something Big Grin
Does each award made, have its own id?
:O That PM problem, i think its ok

I was looking at SENT ITEMS :O Sorry about that xD

Yes, each award given has it's own id.




May have found a problem,

I had given this award to myself and another member, and then i tried to revoke the award from myself, but it removed the award from the person i gave it too first and not me.

This was using the search user name thing as well.
If it helps i think the revoke button is only doing id 1, which is the user it removed the award from, and id 2 will be mine

[Image: mysig.php?name=cgamer]
(This post was last modified: 03-09-2009 04:32 AM by Rob1991.)
03-09-2009 04:03 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Nickman Online
Manager
*******
Management

Posts: 2,358
Joined: May 2008
Reputation: 46
MyBux: 31638
Post: #13
RE: [Public Beta] Awards System
(03-09-2009 04:03 AM)Rob1991 Wrote:  This was using the search user name thing as well.
If it helps i think the revoke button is only doing id 1, which is the user it removed the award from, and id 2 will be mine
Fixed in Refresh 2

[Image: userbar.php?uid=2]
03-09-2009 04:34 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Elegant Totality Offline
Member
***

Posts: 54
Joined: Nov 2008
Reputation: 0
MyBux: 0
Post: #14
RE: [Public Beta] Awards System
Compared to Labrocca's, how would this rank?

I'm gonna use this; it's a really big project

Ever really understood the Gospel?
The Gospel
03-09-2009 05:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hapatio Offline
Junior Member
**

Posts: 34
Joined: Oct 2008
Reputation: 0
MyBux: 4
Post: #15
RE: [Public Beta] Awards System
This has few more options then labroccas but Labrocca will be updating his soon! Shame a lot of people register to MyBB central for that plugin and now its free ;P But nice work. Im no coder so wouldnt no how clean it is but seems to work well!
03-09-2009 06:25 AM
Find all posts by this user Quote this message in a reply
Elegant Totality Offline
Member
***

Posts: 54
Joined: Nov 2008
Reputation: 0
MyBux: 0
Post: #16
RE: [Public Beta] Awards System
I want to see a live demo of it real quick. Does anyone have this already installed?

Ever really understood the Gospel?
The Gospel
03-09-2009 06:35 AM
Visit this user's website Find all posts by this user Quote this message in a reply
x-Treme Offline
Premium User
Premium Users

Posts: 297
Joined: Sep 2008
Reputation: 4
MyBux: 81
Post: #17
RE: [Public Beta] Awards System
http://admysite.net/showthread.php?tid=2...62#pid3162
Click the award, and it'll tell you what it is for.

[Image: 23hlw8p.png]
03-09-2009 09:30 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Elegant Totality Offline
Member
***

Posts: 54
Joined: Nov 2008
Reputation: 0
MyBux: 0
Post: #18
RE: [Public Beta] Awards System
Thanks Gordie Big Grin I like this plugin. I will definately be using this for nations Wink

Ever really understood the Gospel?
The Gospel
03-09-2009 11:11 AM
Visit this user's website Find all posts by this user Quote this message in a reply
x-Treme Offline
Premium User
Premium Users

Posts: 297
Joined: Sep 2008
Reputation: 4
MyBux: 81
Post: #19
RE: [Public Beta] Awards System

[Image: 23hlw8p.png]
03-09-2009 11:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Rob1991 Offline
Member
***

Posts: 152
Joined: Nov 2008
Reputation: 0
MyBux: 22
Post: #20
RE: [Public Beta] Awards System
Can i just say a thing which iv had to do because iv just updated my plugin version to the release 2,

On inc/plugins/awards.php

Code:
.........
............
            if (($count[$to] <= $mybb->settings['awards_on_postbit']) OR $mybb->settings['awards_on_postbit'] == '-1')
            {
                $awards[$to].="<a href='award.php?id={$award[gid]}' title='{$award[name]}'><img src='{$mybb->settings['bburl']}/images/awards/$award[image]' title='award image' border='0'/></a> &nbsp;";
            }
            $count[$to]++;
        }
    }
}

I have changed 'award image' to the name of the award

Code:
......
..
<img src='{$mybb->settings['bburl']}/images/awards/$award[image]' title='{$award[name]}' border='0'/></a> &nbsp;";
..........
......

And maybe another suggest for the future, have an award description which can show up when you hover over an image displayed in post bit Big Grin

[Image: mysig.php?name=cgamer]
(This post was last modified: 03-10-2009 04:25 AM by Rob1991.)
03-10-2009 04:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 





Web Design | Web Design Jobs