Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Public Beta] Awards System
Author Message
Polarbear541
Manager



Posts: 907
Joined: Aug 2008
Reputation: 4
Thanked 0 Times in 0 Posts
MyBux: 976
Post: #61
RE: [Public Beta] Awards System

Awesome Plugin! Good work. :blum3:


Thanks, Polarbear541
MyBB Support Team


My Sites:
Tech Talk - http://techtalk.co.uk
YHM - http://yhm.techtalk.co.uk
03-27-2009 08:59 PM
Rob1991
Member


Posts: 124
Joined: Nov 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 8
Post: #62
RE: [Public Beta] Awards System

If someone has awards, and the code is in the post bit, it will work when looking at a thread but not in private message post bit :(

TIP!

If you want a vbulletin style box around your awards you can use

Code:
<div style="margin-right: 38px;">
<div style="border: 1px solid #b2b2b2; padding: 5px;">
<center><div style="margin-top: -13px; padding-left: 6px; padding-right: 6px; width: 47px; background-color: #fefdff;"><a href="/forums/award.php" title="Awards">Awards</a><br></div></center>
{$post['awards']}
</div>

Which will give you:

[Image: awardsd.png]

To get it to where it is in the image, i did the following:
(Note iv done so many code changes yours may look slightly different)

Your template > Posbit > Postbit

Look for the <td> </td> like this

Code:
                        <td class="post_author" width="200px">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']} <a href="misc.php?action=myspecs&amp;uid={$post['uid']}" onclick="MyBB.popupWindow(this.href, 'myspecs_popup', 800, 550); return false;"><img src="images/orange14/computer.png"></a><br />
                            <span class="smalltext">
                                {$post['usertitle']}<br />
                                {$post['userstars']}
                                {$post['groupimage']}
                            </span>
                        </td>

AND AFTER! PUT

Code:
<td class="trow1" align="left" valign="middle" border="0">
<div style="margin-right: 38px;">
<div style="border: 1px solid #b2b2b2; padding: 5px;">
<center><div style="margin-top: -13px; padding-left: 6px; padding-right: 6px; width: 47px; background-color: #fefdff;"><a href="/forums/award.php" title="Awards">Awards</a><br></div></center>
{$post['awards']}
</div>
</td>

The awards will now be between td sections class="post_author" and class="smalltext post_author_info"

A few suggestions for the plugin,

- Award Description
- Awards page displays Award Icon | Award name | Award Description |
and each award name bit, links to a page which tells you what users have that award

Sorry but i cannot give much support if you need anything for the above, just backup your template your going to edit before you do anything so you can revert back =]

Sorry i rushed this post so its a bit untidy and in a wierd order, Tongue


(This post was last modified: 03-29-2009 10:03 AM by Rob1991.)
03-29-2009 09:57 AM


alvarorojas4
Junior Member


Posts: 42
Joined: Oct 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 30
Post: #63
RE: [Public Beta] Awards System

Awesomeeeeee
Big Grin
I love you!

two things:
-I use the classic posbit... when i use awards if the user have more of 4 awards the posbit is sooo long <-> can i limit to 3 for line?

-When i reply with quick reply in the new post the awards no appear :l


(This post was last modified: 03-30-2009 08:44 AM by alvarorojas4.)
03-30-2009 06:40 AM
Nickman
Manager



Posts: 1,919
Joined: May 2008
Reputation: 37
Thanked 36 Times in 19 Posts
MyBux: 950
Post: #64
RE: [Public Beta] Awards System

Their is a setting to specify how many awards to show on the postbit.



My Blog
03-30-2009 12:50 PM


alvarorojas4
Junior Member


Posts: 42
Joined: Oct 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 30
Post: #65
RE: [Public Beta] Awards System

(03-30-2009 12:50 PM)Nickman Wrote:  Their is a setting to specify how many awards to show on the postbit.

Yes... but I want to show all. For the example the another plugin (my awards of labrocca) show 3 for line... :(
Is possible to edit something to do this?


03-30-2009 09:28 PM
Rob1991
Member


Posts: 124
Joined: Nov 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 8
Post: #66
RE: [Public Beta] Awards System

(03-30-2009 09:28 PM)alvarorojas4 Wrote:  
(03-30-2009 12:50 PM)Nickman Wrote:  Their is a setting to specify how many awards to show on the postbit.

Yes... but I want to show all. For the example the another plugin (my awards of labrocca) show 3 for line... :(
Is possible to edit something to do this?

I think i know what you mean, say like, 3 awards would be ok, but if the user had say, 10, it would push the postbit wideeee open. On my horizontal postbit when x amount of awards hit the end of the box it breaks to a new line, however i did not try to make this happen for mine, it just did it.

Im not exactly sure how to sort that out for you alvarorjas :( Sorry

Achually i remember skunkmedals getting an update which let you choose how many awards per line.

-----

Achually could you upload a screen shot of what you mean, iv just thought about this, you may just have to change the width of the DIV's!
Iv just remembered i made this code to fit my forums and have a nice spacing between the other TD's beside it, still upload a screenshot and il try help =]


(This post was last modified: 03-31-2009 02:19 AM by Rob1991.)
03-31-2009 02:15 AM


alvarorojas4
Junior Member


Posts: 42
Joined: Oct 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 30
Post: #67
RE: [Public Beta] Awards System

See :
This a normal comparing with the awards posbit...
[attachment=328]
And this is only the posbit of the awards
[attachment=327]

Thanks for your help 001_smile

Quote:Achually i remember skunkmedals getting an update which let you choose how many awards per line.
If is possible to add this to the plugin... 001_smile will be awesome Big Grin


(This post was last modified: 03-31-2009 08:41 AM by alvarorojas4.)
03-31-2009 08:37 AM
alvarorojas4
Junior Member


Posts: 42
Joined: Oct 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 30
Post: #68
RE: [Public Beta] Awards System

Anyone can help me?


04-04-2009 08:52 AM


Rob1991
Member


Posts: 124
Joined: Nov 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 8
Post: #69
RE: [Public Beta] Awards System

(04-04-2009 08:52 AM)alvarorojas4 Wrote:  Anyone can help me?

Code:
<td class="trow1" align="left" valign="middle" border="0">
<div style="margin-right: 38px;">
<div style="border: 1px solid #b2b2b2; padding: 5px;">
<center><div style="margin-top: -13px; padding-left: 6px; padding-right: 6px; width: 47px; background-color: #fefdff;"><a href="/forums/award.php" title="Awards">Awards</a><br></div></center>
{$post['awards']}
</div>
</td>

The only thing i can suggest is trying to change the WIDTH: 47px; to something smaller Other than that someone else may have to try help :(


04-04-2009 09:00 AM
alvarorojas4
Junior Member


Posts: 42
Joined: Oct 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 30
Post: #70
RE: [Public Beta] Awards System

I try this but have the same problem :(


04-05-2009 05:42 AM


 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Quick Beta]MyRiddles Alexandru21 32 504 Yesterday 02:36 PM
Last Post: zamime
  [Public Beta] MyDownload Section Alexandru21 83 2,108 08-07-2009 06:34 AM
Last Post: Chrissy
  [Public Beta] MyGallery Alexandru21 177 5,020 08-07-2009 03:34 AM
Last Post: Braum
  [Public BETA] MyFeedback Polarbear541 37 904 07-14-2009 06:54 PM
Last Post: Polarbear541
  [Public Beta] AdvancedProfiles Alexandru21 28 1,358 06-01-2009 02:29 AM
Last Post: Alexandru21



New to MyBBSource?Need Assistance?
  • Mark Forums Read
  • View Forum Staff
  • Looking for a MyBB Host?




Theme created by AK-47. Find more great themes and skins at K! Dezign Web Design
Wordpress Web Design
Youtube Video Free Bet Football Betting R1s