MyBB Community Forums

Full Version: Postbit Picture Layout !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i do this... that i can add to member that i choice.. not everyone!
Please give me a plugins or tell how to do it Big Grin

Thanks!

[Image: 61841624.png]
In your postbit_classic template find at 5th line:

<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

And modify as:

<td class="{$altbg}" width="15%" style="background: url(images/postbitback.png) top left no-repeat;" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

... and place a backgroung image 'postbitback.png' in your 'images' folder.
not working... and i dont to add it to everyone.. I just want to add it that i choose.
Really?

May be my localhost has got some magic ...

[Image: FO42D.png]

Quote:and i dont to add it to everyone.. I just want to add it that i choose.

For that you need a custom plugin.
For that you need a custom plugin.
[/quote]

what plugin?
Refer this thread, it may help u a bit:
http://community.mybb.com/thread-128977.html
This is old sorry but, How can I do this? My postbit is the same as the one here but I would like a image to pattern the background of the postbit where it shows all the posters information.

Avatar, Awards, Username, Custom user Title, Stars, Userbars, Date Registered, Rep etc etc.