Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Campo Personalizado y Perfil
Poizonus   17 Dec, 2010, 3:23 am
#1

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:
<?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:
<?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 ?
Maxii_mybb_import8095   17 Dec, 2010, 6:20 am
#2
Hay un tutorial en la sección correspondiente, usa el buscador Smile
Poizonus   17 Dec, 2010, 12:20 pm
#3
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.
Maxii_mybb_import8095   17 Dec, 2010, 12:22 pm
#4
Y en el perfil sale predeterminadamente -.-", EPIC FAIL
santiago_mybb_import8113   17 Dec, 2010, 4:17 pm
#5
{$post['fid6']}
{$memprofile['fid6']}
Poizonus   18 Dec, 2010, 12:38 pm
#6
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:
<?php 
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid={$profilefields['fid6']}" quality="high" wmode="window" bgcolor=$userinfo[fieldx] flashvars="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:
<?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.

santiago_mybb_import8113   18 Dec, 2010, 2:19 pm
#7
(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:
<?php 
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid={$profilefields['fid6']}" quality="high" wmode="window" bgcolor=$userinfo[fieldx] flashvars="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:
<?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?
Poizonus   20 Dec, 2010, 5:57 pm
#8
Si dices el codigo fuente del perfil que esta en HTML es este.

Código PHP:
<?php 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- start: member_profile -->
<
style>
.
usertabs {
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-
style-type: none;
text-align: left;

font-size: 11px;
}

.
usertabs ul {
margin: 0;
padding: 0;
}

.
usertabs li {
display: inline;
margin: 0;
}

.
usertabs li a {
background: #676767;
color: #FFFFFF;
position: relative;
z-index: 1;
border: 1px solid #939FAE;
border-bottom: 0;
padding: 8px;

text-decoration: none;
}

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

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

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

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

.
tabcontent {
background: #FBFCFF;
display: none;
padding: 5px;
border: 1px solid #999;
margin-top: 7px;
}

.
box-thing {
background: #f7f7f7;
border: 1px solid #8e8e8e;
padding: 8px;
}

@
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" /><!-- start: headerinclude -->
<
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>

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

</
script>
<!--
start: header -->



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

<
div id="container">
<
a name="top" id="top"></a>
<
div id="header">
<
div id="panel">
<!--
start: header_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 0, Totales 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><!-- start: header_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>
<!--
end: header_welcomeblock_member_moderator --><!-- start: header_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>
<!--
end: header_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>
<!--
end: header_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">
<!--
start: nav -->

<
div class="navigation">
<!--
start: nav_bit -->
<
a href="http://zonacrack.byethost33.com/index.php">ZonaCrack | Comunidad de Todo lo que Buscabas |</a>
<!--
end: nav_bit --><!-- start: nav_sep_active -->
>
<!--
end: nav_sep_active --><!-- start: nav_bit_active -->
<
span class="active">Perfil de Eklips</span>

<!--
end: nav_bit_active -->
</
div>
<!--
end: nav -->
<
br />
<!--
end: header -->

<
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:</strong> 03-12-2010<br />
<
strong>Fecha de Nacimiento:</strong> No Especificado <br />
<
strong>Hora Local:</strong> 20-12-2010 en 07:56 PM<br />
<
strong>Estado:</strong> <!-- start: member_profile_offline -->

<
span class="offline" style="font-weight: bold;">Desconectado</span>
<!--
end: member_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 --><!-- start: profile_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">
<!--
start: profile_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], ', '', true, false);
}
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>
<!--
end: profile_comments_form -->
<!--
start: profile_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;">
<!--
start: profile_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>
<!--
end: profile_comments_reply --> <!-- start: profile_comments_edit -->
- <
a href="member.php?action=profile&uid=19&op=edit&todo=26" title="Editar comentario">Editar</a>
<!--
end: profile_comments_edit --> <!-- start: profile_comments_delete -->
- <
a href="member.php?action=profile&uid=19&op=delete&todo=26" title="Borrar comentario">Borrar</a>

<!--
end: profile_comments_delete -->
</
span>
</
td>
</
tr>
<
tr>
<
td class="trow1" >
xD Probando...!
</
td>
</
tr>
<!--
end: profile_comments_list -->
</
tbody>
</
table>

<!--
end: profile_comments --><!-- /ProfileComments -->
</
div>

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

<!--
end: member_profile_customfields_field --><!-- start: member_profile_customfields_field -->
<
tr>
<
td class="trow2" width="40%"><strong>Youtube:</strong></td>
<
td class="trow2" width="60%"></td>
</
tr>

<!--
end: member_profile_customfields_field --><!-- start: member_profile_customfields_field -->
<
tr>
<
td class="trow1" width="40%"><strong>MiniMixPod:</strong></td>
<
td class="trow1" width="60%"></td>
</
tr>

<!--
end: member_profile_customfields_field --><!-- start: member_profile_customfields_field -->
<
tr>
<
td class="trow2" width="40%"><strong>Pais:</strong></td>

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

<!--
end: member_profile_customfields_field --><!-- start: member_profile_customfields_field -->
<
tr>
<
td class="trow1" width="40%"><strong>Bio:</strong></td>
<
td class="trow1" width="60%"></td>
</
tr>

<!--
end: member_profile_customfields_field -->
</
table>
<!--
end: member_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">1 (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 Minutos, 11 Segundos</td>
</
tr>
<!--
start: member_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>
<!--
end: member_profile_reputation -->
<!--
start: global_profile_awards -->
<
tr>
<
td class="trow1"><strong>Awards</strong></td>
<
td class="trow1"></td>
</
tr>
<!--
end: global_profile_awards -->

<!--
start: member_profile_warninglevel -->
<
tr>
<
td class="trow1"><strong>Nivel de Advertencia</strong></td>

<
td class="trow1"><a href="warnings.php?uid=19">0%</a> <!-- start: member_profile_warn -->
[<
a href="warnings.php?action=warn&amp;uid=19">Advertencia</a>]
<!--
end: member_profile_warn --></td>
</
tr>
<!--
end: member_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>
<!--
start: member_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>
<!--
end: member_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;1 <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" bgcolor= flashvars="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>
<!--
end: member_profile -->
nentab   27 Feb, 2011, 4:52 am
#9
Revisando los temas sin solucionar, vi este. Al final lo conseguisteis o no?

Un saludo.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.