MyBB Requests

Simple Postbit like Nulledbb

Submitted by adige1431, , Thread ID: 4022

Thread Closed

RE: Simple Postbit like Nulledbb

This post was last modified: 22-05-2015, 01:11 AM by Krave
#16
This is basic html and css. Assuming that you're going to continue using the ForumCamp skin rip, then you're going want to add the following code into your global.css file:


Code:
.pb_section {
margin: 0 auto;
/*feel free to add your own code such as font family, size, weight, etc... here*/
}

.f_right {
float: right;
}

f_left {
float: left;
}

Now, go into your postbit template which can be found by navigating to the following:
admincp-)templates & style-)templates-)your theme-)post bit templates and postbit.

Find the following:Yorum Says

and replace with:

Code:
<div class="pb_section"><div class="f_left">Posts:</div> <div class="f_right">{$post['postnum']}</div><br class="clear"></div>


If you want to create multiple, then just copy and paste them below each other, then change... I don't know, 'Posts:' to 'Joined:' and '{$post['postnum']}'to '{$post['userregdate']}'

http://docs.mybb.com/1.6/Help-Customizing-Postbit/

Users browsing this thread: 3 Guest(s)