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 😀
dejo eso no mas porke no kreo k necesiten mas pero si no me avisan 😀
aki la imagen
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">
<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