Post bit float right number of post,threads,rep
[hide]
Go
replace everything with this(this will float right numbers of post,threads and register date)
if you want numbers of repuptation ACP >> Templates & Style >> Templates>> your theme >> Post Bit Templates>> postbit_reputation
and replace everything with this
[/hide]
[hide]
Go
replace everything with this(this will float right numbers of post,threads and register date)
Code:
{$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 ACP >> Templates & Style >> Templates>> your theme >> Post Bit Templates>> postbit_reputation
and replace everything with this
Code:
{$lang->postbit_reputation} <span style="float: right">{$post['userreputation']}</span>