cuadrar posbit_legacy especial

  • Autor Autor Dj MasterLive
  • Fecha de inicio Fecha de inicio
D

Dj MasterLive

Delta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
bueno como kiero que mi foro sea algo especial 😀 quisiera saber si alguien sabria como hacer la siguiente modificacion

los datos del posbit encerrados en un cuadro asi como el de mi avatar en la imagen .. y que incluya los datos de la fecha de ingreso aqui mi codigo del posbit_legacy para k lo chekeen y haber si me ponen como lo hago 😀

PHP:
<div class="smallfont">
                &nbsp;<br />
                <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                <div class="postbit"><if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                <div class="postbit"><if condition="$post['age']"></div><div>$vbphrase[age]: $post[age]</div></if>
                <div>
                    $vbphrase[posts]: $post[posts]
                </div>
<if condition="$post[field8] != ''"><div>
 Pais: <img src="images/flags/$post[field8].png" title="$post[field8]" align="center">
</div></if>
<if condition="$post[field9] != ''"><div>
  Género: <img src="/images/$post[field9].png" title="$post[field9]" align="center">
</div></if> 
                $template_hook[postbit_userinfo_right_after_posts]
                <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
                $template_hook[postbit_userinfo_right]
                <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
            </div>

    </td>
    <if condition="$show['moderated']">
    <td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
    <else />
    <td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
    </if>
        $template_hook[postbit_messagearea_start]
        <if condition="$show['messageicon'] OR $post['title']">
            <!-- icon and title -->
            <div class="smallfont">
                <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
                <if condition="$post['title']"><strong>$post[title]</strong></if>
            </div>
            <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
            <!-- / icon and title -->

dejo eso no mas porke no kreo k necesiten mas pero si no me avisan 😀

aki la imagen
 
Encierralos con <table><td></td></table>
 
puse eso y me malogro todo el foro :S

puedes ser mas detallista porfavor ponme el codigo como debe ir de donde a donde si no fuera mucha molestia
 
¿Has probado a hacer lo mismo que para recuadrar el avatar?
 
bueno no no eh probado y es porque no se de donde a donde va o iria el codigo .. me ayudas xfa
 

Temas similares