Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Tutorial Post bit float right number of post,threads,rep

$
0
0
Post bit float right number of post,threads,rep

Go ACP >> Templates & Style >> Templates>> your theme >> Post Bit Templates>> postbit_author_user

replace everything with this(this will float right numbers of post,threads and register date)
	{$lang->postbit_posts} <span style="float: right">{$post['postnum']}</span><br />
	{$lang->postbit_threads} <span style="float: right">{$post['threadnum']}</span><br />
	{$lang->postbit_joined} <span style="float: right">{$post['userregdate']}</span><br />
	{$post['replink']}
	{$post['profilefield']}

if you want numbers of repuptation float right go ACP >> Templates & Style >> Templates>> your theme >> Post Bit Templates>> postbit_reputation
and replace everything with this
{$lang->postbit_reputation} <span style="float: right">{$post['userreputation']}</span>

Viewing all articles
Browse latest Browse all 690

Trending Articles