[Error] Poner opciones al nick de usuario en post_bit
- URL del foro: http://www.emusoftware.cz.cc/
- Versión del foro: 1.6.1
- Actualización: Ninguna
Estuve haciendo cambios en mi foro y por desgracia perdí la configuración del postbit :S así que les vengo a pedir ayuda de como poner esto en los mensajes:
![[Image: Dibujo-27.jpg]](http://i1192.photobucket.com/albums/aa340/AshCrimson3312/Dibujo-27.jpg)
Ojala me puedan ayudar, por que lo tenía creo que era un plugin, pero me gustaría mejor el código
Saludos!
Te iba responer hace rataso pero se me fue el internet 
Vas a Estilos y plantillas > Global.css > Editar hoja de estilo en modo avanzado.
Y buscas todo lo relacionado con popup con ctrl+f y los borras, luego agregas esto donde quieras.
Ahora remplazaremos algunas plantillas.
Vas a Estilos y plantillas > Plantillas de tu tema > Caja del Mensaje > posbit_email.
(remplazas por esto y tambien la imagen)
Vas a Estilos y plantillas > Plantillas de tu tema > Caja del Mensaje > posbit_find.
(remplazas por esto y tambien la imagen)
Vas a Estilos y plantillas > Plantillas de tu tema > Caja del Mensaje > posbit_pm.
(remplazas por esto y tambien la imagen)
Vas a Estilos y plantillas > Plantillas de tu tema > Caja del Mensaje > postbit_www
(remplazas por esto y tambien la imagen)
Luego mira esto es lo que viene en una plantillas posbit_classic por default.
En esa plantilla esta este código.
Lo remplazas por este, de acuerdo a tu plantilla.
Y subes las imagenes a tu ftp, y remplazas los link.
![[Image: down.png]](http://www.soportemybb.com/images/smybb/down.png)
![[Image: postbit_profile.png]](http://www.soportemybb.com/images/smybb/postbit_profile.png)
![[Image: postbit_email.png]](http://www.soportemybb.com/images/smybb/postbit_email.png)
![[Image: postbit_pm.png]](http://www.soportemybb.com/images/smybb/postbit_pm.png)
![[Image: postbit_find.png]](http://www.soportemybb.com/images/smybb/postbit_find.png)
![[Image: postbit_website.png]](http://www.soportemybb.com/images/smybb/postbit_website.png)
Opcional
Si quieres redondear el popup como soportemybb, anda a Estilos y plantillas > Estilos > Agregar hojas de estilo ↓
Nombre del archivo: css3.css
Globalmente.
Escribir mi propio código, y pones esto.
Eso es todo jeje hice un mensaje largo
Vas a Estilos y plantillas > Global.css > Editar hoja de estilo en modo avanzado.
Y buscas todo lo relacionado con popup con ctrl+f y los borras, luego agregas esto donde quieras.
.popup_menu {
background:#fff;border:1px solid #000;font-size:10px;font-weight:bold;margin-top:2px;padding:3px
}
.popup_menu .popup_item {
background:#fff;color:#000;display:block;padding:3px;text-decoration:none;white-space:nowrap
}
.popup_menu .popup_item:hover {
background:#ccc;color:#000;text-decoration:none
}
.popup_menu .popup_item_container {
margin:1px;text-align:left
}Ahora remplazaremos algunas plantillas.
Vas a Estilos y plantillas > Plantillas de tu tema > Caja del Mensaje > posbit_email.
(remplazas por esto y tambien la imagen)
<a href="member.php?action=emailuser&uid={$post['uid']}" class="popup_item"><img src="http://www.soportemybb.com/images/smybb/postbit_email.png" /> Enviale un e-mail</a>Vas a Estilos y plantillas > Plantillas de tu tema > Caja del Mensaje > posbit_find.
(remplazas por esto y tambien la imagen)
<a href="search.php?action=finduser&uid={$post['uid']}" title="{$lang->find_posts}" class="popup_item"><img src="http://www.soportemybb.com/images/smybb/postbit_find.png" /> Encuentra todos sus mensajes</a>Vas a Estilos y plantillas > Plantillas de tu tema > Caja del Mensaje > posbit_pm.
(remplazas por esto y tambien la imagen)
<a href="private.php?action=send&uid={$post['uid']}" class="popup_item"><img src="http://www.soportemybb.com/images/smybb/postbit_pm.png" /> Enviale un Mensaje Privado</a>Vas a Estilos y plantillas > Plantillas de tu tema > Caja del Mensaje > postbit_www
(remplazas por esto y tambien la imagen)
<a href="{$post['website']}" title="{$lang->find_posts}" class="popup_item"><img src="http://www.soportemybb.com/images/smybb/postbit_website.png" /> Visita su pagina web</a>Luego mira esto es lo que viene en una plantillas posbit_classic por default.
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['user_details']}
</span>
</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
</tr>
</table>
</td>
</tr>
</table>En esa plantilla esta este código.
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />Lo remplazas por este, de acuerdo a tu plantilla.
<strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']}<img src="{$theme['imgdir']}/arrow_down.gif" alt="v" style="vertical-align: middle;" /></a></span></strong><br />
<div class="popup_item_container"><a href="{$post['profilelink_plain']}" class="popup_item"><img src="http://www.soportemybb.com/images/smybb/postbit_profile.png" /> Ver Perfil</a>
{$post['button_email']}
{$post['button_pm']}
{$post['button_find']}
{$post['button_www']}
</div>
<script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("miembro_{$post['pid']}");}</script>Y subes las imagenes a tu ftp, y remplazas los link.
![[Image: down.png]](http://www.soportemybb.com/images/smybb/down.png)
![[Image: postbit_profile.png]](http://www.soportemybb.com/images/smybb/postbit_profile.png)
![[Image: postbit_email.png]](http://www.soportemybb.com/images/smybb/postbit_email.png)
![[Image: postbit_pm.png]](http://www.soportemybb.com/images/smybb/postbit_pm.png)
![[Image: postbit_find.png]](http://www.soportemybb.com/images/smybb/postbit_find.png)
![[Image: postbit_website.png]](http://www.soportemybb.com/images/smybb/postbit_website.png)
Opcional
Si quieres redondear el popup como soportemybb, anda a Estilos y plantillas > Estilos > Agregar hojas de estilo ↓
Nombre del archivo: css3.css
Globalmente.
Escribir mi propio código, y pones esto.
.popup_menu {
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0px 0px 20px #777777;-webkit-box-shadow:0px 0px 20px #777777;box-shadow:0px 0px 20px #777777
}
.popup_menu .popup_item {
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px
}Eso es todo jeje hice un mensaje largo
Gracias por contestar 
pero me sale mal, mira:
![[Image: Dibujo-28.png]](http://i1192.photobucket.com/albums/aa340/AshCrimson3312/Dibujo-28.png)
Todo lo hice como lo redactaste.
pero me sale mal, mira:
![[Image: Dibujo-28.png]](http://i1192.photobucket.com/albums/aa340/AshCrimson3312/Dibujo-28.png)
Todo lo hice como lo redactaste.
mm dejame tu plantilla posbit haber.
Pues ya activé mejor el plugin, y luce mejor, aun así gracias, ya quedo.