[Rendimiento]  Campo Personalizado y Perfil
* URL del foro: http://www.zonacrack.byethost33.com/ * Versión del foro: 1.6 * Actualización: Ninguna Buenas, Tenga una pregunta he agregado un c...


Buenas,

Tenga una pregunta he agregado un campo personalizado por ejemplo
¿Cual es deporte favorito? y tiene por ID el número 6

Luego entre a Editar mi perfil de usuario y puse mi deporte favorito.

Luego edite la plantilla member_profile
y debajo de

Código PHP:
<tr>
<
td class="{$bgcolors['yahoo']}"><strong>{$lang->yahoo_id}</strong></td>
<
td class="{$bgcolors['yahoo']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
</
tr

Puse esto
Código PHP:
<tr>
<
td><strong>Deporte Favorito: </strong>{$post['fid6']}
<
tr

Creo que esto {$post['fid6']} esta mal.
Lo que quiero es que salga lo que puse cuando edite mi perfil , osea el campo personalizado.

¿Por cual lo remplazo ?
Hay un tutorial en la sección correspondiente, usa el buscador Smile
No men.. hay para poner pero para ponerlo en el postbit.
Y ya he probado con el mismo metodo pero no sale.. creo que no debe ir la palabras post
pero igual aun asi no sale.

Lo que quiero es que salga en el perfil.
Última modificación: 17 Dec, 2010, 12:20 pm por pikachu.
Y en el perfil sale predeterminadamente -.-", EPIC FAIL
Ya mejor .. explico mejor ..!
He puesto un campo personalizado que se llama MixPod (ID de fid "6") :
En este campo los usuarios cuando editen su perfil les aparece para k pongan el codigo de su MixPod: digamos que sea 2468846

Y en mi plantilla dde member profile es puesto este codigo:
Código PHP:
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid={$profilefields['fid6']}quality="high" wmode="window" bgcolor=$userinfo[fieldxflashvars="mycolor=$userinfo[fieldx]&mycolor2=$userinfo[fieldx]&mycolor3=$userinfo[fieldx]&autoplay=true&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed

Supuesta mente en esa parte de {$profilefields['fid6']} debe salir lo que cada usuario pone por ejemplo 2468846 y entonces el embed lo debe interpretar
como si fuera esto:

Código PHP:
embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=2468846" 
Obviamente cambiar depende del usuario.

Osea es como el de YouTube .. en la parte que va abrir el video es por lo que cada usuario cambiara.

Pero en el mio no sale porque no lo lee. Por eso quisiera saber que poner para que lo que se puso en el Campo personalizado MixPOD lo lea como la ruta del embed.

(18 Dec, 2010, 12:38 pm)Poizonus escribió: Ya mejor .. explico mejor ..!
He puesto un campo personalizado que se llama MixPod (ID de fid "6") :
En este campo los usuarios cuando editen su perfil les aparece para k pongan el codigo de su MixPod: digamos que sea 2468846

Y en mi plantilla dde member profile es puesto este codigo:
Código PHP:
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid={$profilefields['fid6']}quality="high" wmode="window" bgcolor=$userinfo[fieldxflashvars="mycolor=$userinfo[fieldx]&mycolor2=$userinfo[fieldx]&mycolor3=$userinfo[fieldx]&autoplay=true&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed

Supuesta mente en esa parte de {$profilefields['fid6']} debe salir lo que cada usuario pone por ejemplo 2468846 y entonces el embed lo debe interpretar
como si fuera esto:

Código PHP:
embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=2468846" 
Obviamente cambiar depende del usuario.

Osea es como el de YouTube .. en la parte que va abrir el video es por lo que cada usuario cambiara.

Pero en el mio no sale porque no lo lee. Por eso quisiera saber que poner para que lo que se puso en el Campo personalizado MixPOD lo lea como la ruta del embed.

Podés poner TODO el resultado HTML de algun perfil?
Si dices el codigo fuente del perfil que esta en HTML es este.

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- startmember_profile -->
<
style>
.
usertabs {
    
margin-left0;
    
margin-top1px;
    
margin-bottom0;
    list-
style-typenone;
    
text-alignleft;
    
    
font-size11px;
}

.
usertabs ul {
margin0;
padding0;
}

.
usertabs li {
displayinline;
margin0;
}

.
usertabs li a {
background#676767;
color#FFFFFF;
positionrelative;
z-index1;
border1px solid #939FAE;
border-bottom0;
padding8px;

text-decorationnone;
}

.
usertabs li a:visited {
color#2d2d2d;
text-decorationnone;
}

.
usertabs li a:hover {
color#FFFFFF;
text-decorationnone;
}

.
usertabs li a.selected {
background#303B4A;
color#fff;
border-color#262D35;
}

.
usertabs li a.selected:hover {
text-decorationnone;
}

.
tabcontent {
background#FBFCFF;
displaynone;
padding5px;
border1px solid #999;
margin-top7px;
}

.
box-thing {
background#f7f7f7;
border1px solid #8e8e8e;
padding8px;
}

@
media print {
.
tabcontent {
display:block !important;
}
}
</
style>
<
html xml:lang="es" lang="es" xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
title>ZonaCrack Comunidad de Todo lo que Buscabas | - Perfil de Eklips</title>
<
link rel="icon" type="image/gif" href="http://cdn.clasipar.com/pictures/photos/001/548/856/thumb_23jn81z.png" /><!-- startheaderinclude -->
<
link rel="alternate" type="application/rss+xml" title="Últimos temas (RSS 2.0)" href="http://zonacrack.byethost33.com/syndication.php" />
<
link rel="alternate" type="application/atom+xml" title="Últimos temas (Atom 1.0)" href="http://zonacrack.byethost33.com/syndication.php?type=atom1.0" />
<
meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<
meta http-equiv="Content-Script-Type" content="text/javascript" />
<
script type="text/javascript" src="http://zonacrack.byethost33.com/jscripts/prototype.js?ver=1600"></script>
<
script type="text/javascript" src="http://zonacrack.byethost33.com/jscripts/general.js?ver=1600"></script>
<
script type="text/javascript" src="http://zonacrack.byethost33.com/jscripts/popup_menu.js?ver=1600"></script>

<
link type="text/css" rel="stylesheet" href="http://zonacrack.byethost33.com/cache/themes/theme5/global.css" />
<
link type="text/css" rel="stylesheet" href="http://zonacrack.byethost33.com/cache/themes/theme5/usertabs.css" />

<
script type="text/javascript">
<!--
    var 
cookieDomain "zonacrack.byethost33.com";
    var 
cookiePath "/";
    var 
cookiePrefix "";
    var 
deleteevent_confirm "¿Estás seguro de que quieres eliminar este evento?";
    var 
removeattach_confirm "¿Estás seguro de que quieres borrar los archivos adjuntos seleccionados de este mensaje?";
    var 
loading_text 'Cargando<br />Por favor, espere..';
    var 
saving_changes 'Guardando cambios..';
    var 
use_xmlhttprequest "1";
    var 
my_post_key "0ea3febf0e8a16a8d51a323ecd2b8ef9";
    var 
imagepath "images/nskinz";
// -->
</script>

<!-- 
endheaderinclude -->
</
head>
<
body>
<
script type="text/javascript" src="jscripts/ProfileTabs.js">

</
script>
<!-- 
startheader -->



<!-- 
ProfileComments -->
            <!-- /
ProfileComments -->

    <
div id="container">
        <
a name="top" id="top"></a>
        <
div id="header">
            <
div id="panel">
                <!-- 
startheader_welcomeblock_member -->
<
div>
<
div class="userstuff" style="float: right; margin-left: 3px;"><a href="http://zonacrack.byethost33.com/member.php?action=profile&uid=1">Poizonus</a></div>
<
img class="button" id="usermenu" src="images/nskinz/user_menu/userarrow.png" style="padding: 4px; cursor: pointer;" title="Open your User Menu" />
</
div>

<
div id="usermenu_popup" class="popup_menu" style="display: none;">

<
div class="popup_item_container"><a href="#" onclick="MyBB.popupWindow('http://zonacrack.byethost33.com/misc.php?action=buddypopup', 'buddyList', 350, 350);" class="popup_item">Abrir Lista de Amigos</a></div>
<
div class="popup_item_container"><a href="http://zonacrack.byethost33.com/search.php?action=getdaily" class="popup_item">Mensajes de Hoy</a></div>
</
div>


<
div style="margin-top: 3px;">
<
div class="userstuff" style="float: right; margin-left: 3px;"><a href="http://zonacrack.byethost33.com/private.php">(Sin leer 0Totales 14)<!-- ProfileComments --> | <a href="http://zonacrack.byethost33.com/member.php?action=profile&uid=1" title="Comentarios de Perfil">Comentarios de perfil</a> <!-- /ProfileComments --></a></div>
<
img class="button" src="images/nskinz/user_menu/pms.png" style="padding: 4px;" /><br />
</
div>

<
div style="margin-top: 3px; text-align: right;">
<
span style="float: left;"><a href="http://zonacrack.byethost33.com/usercp.php"><img src="images/nskinz/user_menu/usercp_button.png" alt="UserCP" title="Edit your personal settings & details" /></a><!-- startheader_welcomeblock_member_moderator -->
<
a href="http://zonacrack.byethost33.com/modcp.php"><img src="images/nskinz/user_menu/modcp_button.png" alt="ModCP" title="Moderate the board" /></a>
<!-- 
endheader_welcomeblock_member_moderator --><!-- startheader_welcomeblock_member_admin -->
<
a href="http://zonacrack.byethost33.com/admin/index.php" target="_blank"><img src="images/nskinz/user_menu/admincp_button.png" alt="AdminCP" title="Administrate the board" /></a>
<!-- 
endheader_welcomeblock_member_admin --></span>
<
a href="http://zonacrack.byethost33.com/member.php?action=logout&amp;logoutkey=f258022dcd6df50395b5a39ff6f2fcb1"><img src="images/nskinz/user_menu/logout_button.png" alt="Log Out" title="Log out of your account" /></a>
</
div>

<
script type="text/javascript">
// <!--
    
if(use_xmlhttprequest == "1")
    {
        new 
PopupMenu("usermenu");
    }
// -->
</script>
<!-- 
endheader_welcomeblock_member -->
            </
div>
            <
div class="logo"><a href="http://zonacrack.byethost33.com/index.php"><img src="http://zonacrack.byethost33.com/images/nskinz/logo.png" alt="ZonaCrack | Comunidad de Todo lo que Buscabas |" title="ZonaCrack | Comunidad de Todo lo que Buscabas |" /></a></div>
            <
div class="menu">

                <
div style="text-align: right; float: right; margin-top: 3px; margin-right: -18px;">
                    <
form action="search.php" method="post">
                        <
input type="hidden" name="action" value="do_search" />
                        <
input type="hidden" name="postthread" value="1" />
                        <
input type="hidden" name="forums" value="all" />
                        <
input type="hidden" name="showresults" value="threads" />
                        <
input type="text" name="keywords" value="search..." onfocus="if(this.value == 'search...') { this.value = ''; }" onblur="if(this.value=='') { this.value='search...'; }" class="textbox" size="25" style="padding-right: 22px;" />
                        <
input type="submit" value="" style="background: transparent url('images/nskinz/search_bg.png') center no-repeat; border: 0; height: 16px; width: 16px; position: relative; top: 0; left: -24px; cursor: pointer;" title="Search the forums" />
                    </
form>

                </
div>
                <
ul>
                    <
li><a href="http://zonacrack.byethost33.com/search.php?action=getnew" title="View the latest posts">Mensajes Nuevos</a></li>
                    <
li><a href="http://zonacrack.byethost33.com/memberlist.php" title="See a list of our members">Lista de Miembros</a></li>
                    <
li><a href="http://zonacrack.byethost33.com/calendar.php" title="Browse our Calendar">Calendario</a></li>
                    <
li><a href="http://zonacrack.byethost33.com/misc.php?action=help" title="Read various FAQs and get information on different parts of the board">Ayuda</a></li>
                </
ul>

            </
div>
        </
div>
        <
div id="content">
            <!-- 
startnav -->

<
div class="navigation">
<!-- 
startnav_bit -->
<
a href="http://zonacrack.byethost33.com/index.php">ZonaCrack Comunidad de Todo lo que Buscabas |</a>
<!-- 
endnav_bit --><!-- startnav_sep_active -->
>
<!-- 
endnav_sep_active --><!-- startnav_bit_active -->
<
span class="active">Perfil de Eklips</span>

<!-- 
endnav_bit_active -->
</
div>
<!-- 
endnav -->
            <
br />
<!-- 
endheader -->

<
table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<
tr>
<
td width="75%" valign="top">

<
table border="0" cellspacing="0" cellpadding="6" class="tborder">
<
tr>
<
td align="left" class="trow1" valign="middle"><img src="images/avatars/Games/diablo_III.jpg?dateline=1292104327" alt="" width="100" height="100" /></td>
<
td class="trow1" align="left" width="100%">
<
span class="largetext"><strong>Eklips</strong></span><br />

<
span class="smalltext">
(
Novato)<br />

<
strong>Fecha de Registro:</strong03-12-2010<br />
<
strong>Fecha de Nacimiento:</strongNo Especificado <br />
<
strong>Hora Local:</strong20-12-2010 en 07:56 PM<br />
<
strong>Estado:</strong> <!-- startmember_profile_offline -->

<
span class="offline" style="font-weight: bold;">Desconectado</span>
<!-- 
endmember_profile_offline -->
</
span>
</
td>
</
tr>

</
table>
<
br />

<
div id="toolbar" class="usertabs"><div id="nav"><ul id="countrytabs" class="shadetabs">
<
li><a href="#" rel="country1" class="selected"><b>Mensajes de visita</b></a></li>
<
li><a href="#" rel="country2"><b>Acerca de mi</b></a></li>
<
li><a href="#" rel="country3"><b>Estadisticas</b></a></li>

<
li><a href="#" rel="country4"><b>Contactar</b></a></li>
<
li><a href="#" rel="country5"><b>Firma</b></a></li>
<
li><a href="#" rel="country6"><b>MixPod</b></a></li>

</
ul></div></div>

<
div style="border:1px solid gray; width:100%px; margin-bottom: 1em; padding: 0px">

<
div id="country1" class="tabcontent">
<!-- 
ProfileComments --><!-- startprofile_comments -->

<
br />
<
table border="0" cellspacing="0" cellpadding="6" class="tborder">
    <
thead>

        <
tr>
            <
td colspan="2" class="thead">
                <
div class="expcolimage">
                    <
img src="images/nskinz/collapse.gif" id="comments_img" class="expander" alt="[-]" title="[-]" />
                </
div>
                <
div>
                    <
strong>Comentarios</strong>
                </
div>

            </
td>
        </
tr>
    </
thead>
    <
tbody style="" id="comments_e">
        <!-- 
startprofile_comments_form -->
<
form id="newcomment" name="newcomment" action="member.php?action=profile&amp;uid=19&amp;op=send" method="post">
<
tr>
    <
td colspan="2" style="text-align: left;" class="trow2">
        <
div id="replyingto" class="pm_alert" style="display: none;"></div>
        <
p>

            <
textarea name="message" id="message" rows="10" cols="70" tabindex="2"></textarea>
        </
p>
        <
p>
            <
input type="hidden" name="reply_to_profile" id="reply_to_profile" value="default" />
            <
input type="submit" value="Agregar comentario" />
        </
p>
        
        <
script type="text/javascript">
            
Event.observe(window'load', function() {

                var 
editorloaded 0;

                $$(
"a.reply").each(function(a)
                {
                    
a.observe('click', function(c) {
                        var 
username = $(this).readAttribute('username');

                        if(
editorloaded == 1)
                        {
                            
clickableEditor.performInsert('[b]' username '[/b], '''truefalse);
                        }
                        else
                        {
                            $(
'message').value += '[b]' username '[/b], ';
                        }

                        
Event.stop(c);
                    });
                });


                $$(
"a.reply_to_profile").each(function(a)
                {
                    
a.observe('click', function(c) {
                        var 
username = $(this).readAttribute('username');
                        var 
uid = $(this).readAttribute('userid');
                        $(
'reply_to_profile').value uid;

                        if(
editorloaded == 1)
                        {
                            
//clickableEditor.performInsert('[b]' + username + '[/b], ', '', true, false);
                        
}
                        else
                        {
                            
//$('message').value += '[b]' + username + '[/b], ';
                        
}

                        $(
"replyingto").update('Estas respondiendo a ' username '. <a href="member.php?action=profile&uid=19" id="linkcancel">Cancelar.</a>').show();

                        $(
'linkcancel').observe('click', function(c) {
                            $(
"replyingto").hide();
                            $(
'reply_to_profile').value 'default';
                            
Event.stop(c);
                        });

                        
Event.stop(c);
                    });
                });
            });
        </
script>
    </
td>

</
tr>
</
form>
<!-- 
endprofile_comments_form -->
        <!-- 
startprofile_comments_list -->
<
tr id="comment-26">
    <
td class="trow1" rowspan="2" width="100" style="text-align: center; vertical-align: top;">
        <
img style="width: 90px;" src="http://www.the-screenshots.com/albums/Screenshots/AssassinsCreed/thumb_Assassin_Creed_HL.png?dateline=1291281223" alt=" " />
    </
td>
    <
td class="trow1" >
        <
a href="http://zonacrack.byethost33.com/member.php?action=profile&amp;uid=1"><span style="color: green;"><strong>Poizonus</strong></span></a> <small style="font-size: 10px;">(11-12-2010 en 06:09 AM)</small><br />

        <
span style="font-size: 10px;">
            <!-- 
startprofile_comments_reply -->
<
a href="#" class="reply" username="Poizonus" title="Responder">Responder</a> - <a href="#" username="Poizonus" userid="1" class="reply_to_profile" title="Responder en el perfil">Responder en el perfil</a>
<!-- 
endprofile_comments_reply --> <!-- startprofile_comments_edit -->
- <
a href="member.php?action=profile&uid=19&op=edit&todo=26" title="Editar comentario">Editar</a>
<!-- 
endprofile_comments_edit --> <!-- startprofile_comments_delete -->
- <
a href="member.php?action=profile&uid=19&op=delete&todo=26" title="Borrar comentario">Borrar</a>

<!-- 
endprofile_comments_delete -->
        </
span>
    </
td>
</
tr>
<
tr>
    <
td class="trow1" >
        
xD Probando...!
    </
td>
</
tr>
<!-- 
endprofile_comments_list -->
    </
tbody>
</
table>

<!-- 
endprofile_comments --><!-- /ProfileComments -->
</
div>

<
div id="country2" class="tabcontent">
<!-- 
startmember_profile_customfields -->
<
div class="thead"><strong>Información Adicional sobre Eklips</strong></div>
<
table border="0" cellspacing="0" cellpadding="6" class="tborder">
<!-- 
startmember_profile_customfields_field -->
<
tr>
<
td class="trow1" width="40%"><strong>Género:</strong></td>
<
td class="trow1" width="60%">Hombre</td>
</
tr>

<!-- 
endmember_profile_customfields_field --><!-- startmember_profile_customfields_field -->
<
tr>
<
td class="trow2" width="40%"><strong>Youtube:</strong></td>
<
td class="trow2" width="60%"></td>
</
tr>

<!-- 
endmember_profile_customfields_field --><!-- startmember_profile_customfields_field -->
<
tr>
<
td class="trow1" width="40%"><strong>MiniMixPod:</strong></td>
<
td class="trow1" width="60%"></td>
</
tr>

<!-- 
endmember_profile_customfields_field --><!-- startmember_profile_customfields_field -->
<
tr>
<
td class="trow2" width="40%"><strong>Pais:</strong></td>

<
td class="trow2" width="60%">Peru</td>
</
tr>

<!-- 
endmember_profile_customfields_field --><!-- startmember_profile_customfields_field -->
<
tr>
<
td class="trow1" width="40%"><strong>Bio:</strong></td>
<
td class="trow1" width="60%"></td>
</
tr>

<!-- 
endmember_profile_customfields_field -->
</
table>
<!-- 
endmember_profile_customfields -->
</
div>

<
div id="country3" class="tabcontent">

<
table border="0" cellspacing="0" cellpadding="6" class="tborder">
<
tr>
<
td class="trow1"><strong>Ingresó:</strong></td>
<
td class="trow1">03-12-2010</td>
</
tr>
<
tr>
<
td class="trow2"><strong>Última Visita</strong></td>
<
td class="trow2">13-12-2010 04:36 PM</td>
</
tr>
<
tr>
<
td class="trow1"><strong>Mensajes Totales:</strong></td>
<
td class="trow1">(0.06 por día 3.13 &#37; del total)<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid=19">Buscar sus temas</a> &mdash; <a href="search.php?action=finduser&amp;uid=19">Buscar sus mensajes</a>)</span></td>

</tr>
<
tr>
<
td class="trow2"><strong>Tiempo En Línea:</strong></td>
<
td class="trow2">22 Minutos11 Segundos</td>
</
tr>
<!-- 
startmember_profile_reputation -->
<
tr>
    <
td class="trow2"><strong>Reputación:</strong></td>
    <
td class="trow2"><strong class="reputation_positive">2</strong> [<a href="reputation.php?uid=19">Detalles</a>] [<a href="javascript:MyBB.reputation(19);">Votar</a>]</td>

</
tr>
<!-- 
endmember_profile_reputation -->
<!-- 
startglobal_profile_awards -->
<
tr>
    <
td class="trow1"><strong>Awards</strong></td>
    <
td class="trow1"></td>
</
tr>
<!-- 
endglobal_profile_awards -->

<!-- 
startmember_profile_warninglevel -->
<
tr>
    <
td class="trow1"><strong>Nivel de Advertencia</strong></td>

    <
td class="trow1"><a href="warnings.php?uid=19">0%</a> <!-- startmember_profile_warn -->
[<
a href="warnings.php?action=warn&amp;uid=19">Advertencia</a>]
<!-- 
endmember_profile_warn --></td>
</
tr>
<!-- 
endmember_profile_warninglevel -->
</
table>
</
div>

<
div id="country4" class="tabcontent">
<
table border="0" cellspacing="0" cellpadding="6" class="tborder">
<
tr>
<
td class="trow1"><strong>Página web:</strong></td>

<
td class="trow1"></td>
</
tr>
<!-- 
startmember_profile_email -->
<
tr>
<
td class="trow2"><strong>Email:</strong></td>
<
td class="trow2"><a href="member.php?action=emailuser&amp;uid=19">Envíale un email a Eklips.</a></td>
</
tr>
<!-- 
endmember_profile_email -->
<
tr>
<
td class="trow2"><strong>Mensaje Privado:</strong></td>
<
td class="trow2"><a href="private.php?action=send&amp;uid=19">Envíale un mensaje privado a Eklips.</a></td>
</
tr>
<
tr>

<
td class="trow1"><strong>Número de ICQ:</strong></td>
<
td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=icq&amp;uid=19', 'imcenter', 450, 300);"></a></td>
</
tr>
<
tr>
<
td class="trow2"><strong>Nombre de AIM:</strong></td>
<
td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid=19', 'imcenter', 450, 300);"></a></td>
</
tr>
<
tr>
<
td class="trow1"><strong>ID de Yahoo!:</strong></td>
<
td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid=19', 'imcenter', 450, 300);"></a></td>
</
tr>
<
tr>
<
td class="trow2"><strong>ID de WLM:</strong></td>

<
td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid=19', 'imcenter', 450, 300);"></a></td>
</
tr>
</
table>
</
div>

<
div id="country5" class="tabcontent">

</
div>

</
div>

<
script type="text/javascript">

var 
countries=new ddtabcontent("countrytabs")
countries.setpersist(true)
countries.setselectedClassTarget("link"//"link" or "linkparent"
countries.init()

</
script>


</
td>
<
td><img src="images/nskinz/pixel.gif" height="1" width="8" alt=""/></td>

<
td width="25%" valign="top">

<
table class="tborder" border="0" cellspacing="1" cellpadding="1">
<
tr><td colspan="1" class="thead"><center><strong>Mini Estadisticas</strong></center></td></tr>
    <
td class="trow1">&nbsp;<FONT SIZE=2><strong>Ingresó:</strong><br />&nbsp;03-12-2010<br />
&
nbsp;<strong>Mensajes Totales:</strong><br />&nbsp;<br /></font></td>
<
tr>
<
td class="trow2" align="right"><a href="#" rel="country3"><FONT SIZE=2>Mostrar Estad
</table>

<
br>


<
table>


<
td width="25%" valign="top">

<
table class="tborder" border="0" cellspacing="1" cellpadding="1">
<
tr><td colspan="1" class="thead"><center><strong>Reproductor MixPod</strong></center></td></tr>
    <
td class="trow1">
<
center><embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=<" quality="high" wmode="window" bgcolorflashvars="mycolor=&mycolor2=&mycolor3=&autoplay=true&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed>
</
center><br></td>

</
table>
<!-- 
endmember_profile --> 
Revisando los temas sin solucionar, vi este. Al final lo conseguisteis o no?

Un saludo.