MyBB Community Forums

Full Version: Badge System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2011-06-27, 11:15 PM)weBex Wrote: [ -> ]Just to show where I put it that got it working:

<div style="max-width:200px;">
			{$post['usertitle']}<br />
			{$post['useravatar']}
			{$post['groupimage']}<br />
			{$post['user_details']}
</div>

This is in postbit_classic for me.

I'm using MyBBCentral's Award plugin, and this works perfectly.

She is using Nickman's award system... Sad
(2011-06-27, 11:53 PM)Sama34 Wrote: [ -> ]She is using Nickman's award system... Sad

Yeah I figured...
That's why I wanted to show where I was putting it too, in case she's wrapping it somewhere outside of Postbit.
(2011-06-27, 08:27 PM)Sama34 Wrote: [ -> ]Try:
<p style="max-width:150px !important;white-space: normal !important;"><p style="max-width:150px !important;white-space: normal !important;">{$post['awards']}</p></p>

Somthing have to work, but I'm going out of ideas Confused
This worked - Thanks sooo much!! Smile
(2011-06-28, 06:56 PM)Criot. Wrote: [ -> ]
(2011-06-27, 08:27 PM)Sama34 Wrote: [ -> ]Try:
<p style="max-width:150px !important;white-space: normal !important;"><p style="max-width:150px !important;white-space: normal !important;">{$post['awards']}</p></p>

Somthing have to work, but I'm going out of ideas Confused
This worked - Thanks sooo much!! Smile

You don't know how glat it is to hear it Big Grin
Pages: 1 2 3