(6 Mar, 2015, 3:41 pm)angeluz escribió: Si es sólo cambiar el orden lo encuentras en la plantilla postbit_author_user, los nombres son muy intuitivos no tendrás problema alguno y, de tenerlo, te ayudo.
Adiós
(6 Mar, 2015, 3:41 pm)angeluz escribió: Si es sólo cambiar el orden lo encuentras en la plantilla postbit_author_user, los nombres son muy intuitivos no tendrás problema alguno y, de tenerlo, te ayudo.
Adiós
(10 Mar, 2015, 11:25 am)XEDE escribió: Como ya se te indico eso lo haces como te dijo @angeluz
(6 Mar, 2015, 3:41 pm)angeluz escribió: Si es sólo cambiar el orden lo encuentras en la plantilla postbit_author_user, los nombres son muy intuitivos no tendrás problema alguno y, de tenerlo, te ayudo.
Adiós
Si no sabes como se hace, deja tu plantilla postbit y te lo modificamos, igual solo es cambiar el orden como se te indico
<?php
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_threads} {$post['threadnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['replink']}{$post['profilefield']}{$post['warninglevel']}
<?php
<div class="post_author scaleimages">
{$post['useravatar']}
<div class="author_information">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>