<?php
<script type="text/javascript" src="jscripts/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="jscripts/jquery.popup.js"></script>
<script type="text/javascript">
$(function() {
$(".js__p_start, .js__p_another_start").simplePopup();
});
</script>
<div class="p_anch">
<a href="#" class="js__p_start">Informacion</a>
</div>
<div class="p_body js__p_body js__fadeout"></div>
<?php
<div class="popup js__popup js__slide_top">
{$post['user_details']}
</div>
<a href="#" class="js__p_start_{$post['pid']}">Informacion</a>
<div class="popup js__popup js__slide_top js__p_start_{$post['pid']}">
{$post['user_details']}
</div>
<?php
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_threads} {$post['threadnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['replink']}{$post['profilefield']}{$post['warninglevel']}
<div class="modal" id="quick_infouser" style="display: none;">
<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>Información de usuario</strong></td>
</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->postbit_posts}</strong></td>
<td class="trow1">{$post['postnum']}</td>
</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->postbit_threads}</strong></td>
<td class="trow1">{$post['threadnum']}</td>
</tr>
<tr>
<td class="trow1" width="25%"><strong>{$lang->postbit_joined}</strong></td>
<td class="trow1">{$post['userregdate']}</td>
</tr>
</table>
</div>
<?php
<a href="{$post['profilelink_plain']}" onclick="$('#quick_infouser{$post['pid']}').modal({ fadeDuration: 250, keepelement: true }); return false;"><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></a>