me sale doble en el perfil las palabras
Como puedo modificar para no me salga doble lo de enviar mensajes ,buscar sus temas ,etc es que me sale asi Buscar sus temas Sus temas Buscar sus ...

Como puedo modificar para no me salga doble lo de enviar mensajes ,buscar sus temas ,etc

es que me sale asi

Buscar sus temas Sus temas
Buscar sus mensajes Sus mensajes
Envíale un mensaje privado Envíale un mensaje privado

me salen dos veces y me sale sin iconos
Lo unico que veo repetido es la firma, coloca aqui tu member_profile y tu member_profile_signature
{SIGNATURE_IMAGE}
Member profile

Código:
<html>
    <head>
        <title>{$mybb->settings['bbname']} - {$lang->profile}</title>
        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
        <script type="text/javascript">
            jQuery.noConflict();
            jQuery(document).ready(function() {
                jQuery(".pestana_contenido").hide();
                jQuery("ul.pestanas li:first").addClass("activa").show();
                jQuery(".pestana_contenido:first").show();
                jQuery("ul.pestanas li").click(function() {
                    jQuery("ul.pestanas li").removeClass("activa");
                    jQuery(this).addClass("activa");
                    jQuery(".pestana_contenido").hide();
                    var pestanaactiva = jQuery(this).find("a").attr("href");
                    jQuery(pestanaactiva).fadeIn();
                    return false;
                });
            });
        </script>
        {$headerinclude}
    </head>
    <body>
        {$header}
        <div style="float: left; width: 320px;">
        <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="6" class="tborder">
            <tr>
                <td class="trow1" align="center" valign="middle" width="140" height="140">
                    {$avatar}
                </td>
                <td class="trow1 smalltext" valign="middle" style="font-weight: bold;">
                    <span class="largetext"><strong>{$formattedname}</strong></span><br />
                    <div style="font-weight: normal; margin-bottom: 4px;">{$usertitle}</div>
                    {$groupimage}<br />
                    <a href="search.php?action=finduserthreads&amp;uid={$uid}" title="{$lang->find_threads}"><img src="{$theme['imgdir']}/profile_buscar.png" alt="{$lang->find_threads}" width="16" height="16" /> Sus temas</a><br />
                    <a href="search.php?action=finduser&amp;uid={$uid}" title="{$lang->find_posts}"><img src="{$theme['imgdir']}/profile_buscar.png" alt="{$lang->find_posts}" width="16" height="16" /> Sus mensajes</a><br />
                </td>
            </tr>
            <tr>
                <td class="trow2 smalltext" style="font-weight: bold;" colspan="2">
                    <a href="private.php?action=send&amp;uid={$memprofile['uid']}" title="Envíale un mensaje privado"><img src="{$theme['imgdir']}/profile_pm.png" alt="Envíale un mensaje privado" width="16" height="16" /> Envíale un mensaje privado</a><br />
                    <a href="member.php?action=emailuser&amp;uid={$memprofile['uid']}" title="Envíale un email"><img src="{$theme['imgdir']}/profile_email.png" alt="Envíale un email" width="16" height="16" /> Envíale un email</a><br />
                    {$buddy_options}
                </td>
            </tr>
        </table>
        {$last_visit}
        {$modoptions}
        {$adminoptions}
        </div>
        
        <div style="float: right; width: 570px;">
            <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
                <tr>
                    <td class="trow1 smalltext" width="50"><strong>{$lang->postbit_status}</strong></td>
                    <td class="trow1 smalltext">{$online_status}</td>
                </tr>
            </table>
            <br />
            <ul class="pestanas" align="center">
                <li class="activa"><a href="#pestana_1">Comentarios</a></li>
                <li class=""><a href="#pestana_2">Información</a></li>
                <li class=""><a href="#pestana_3">Acerca de</a></li>
                <li class=""><a href="#pestana_4">Contacto</a></li>
                <li class=""><a href="#pestana_5">Amigos</a></li>
                <li class=""><a href="#pestana_6">Firma</a></li>
            </ul>
            <div class="pestana_contenedor">
                <div style="display: block;" id="pestana_1" class="pestana_contenido">
                    <!-- ProfileComments -->{$comments_index}<!-- /ProfileComments -->
                </div>
                <div style="display: none;" id="pestana_2" class="pestana_contenido">
                    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px;">
                        <tr>
                            <td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
                        </tr>
                        <tr>
                            <td class="trow1" width="170"><strong>{$lang->registration_date}</strong></td>
                            <td class="trow1">{$memregdate}</td>
                        </tr>
                        <tr>
                            <td class="trow2"><strong>{$lang->lastvisit}</strong></td>
                            <td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
                        </tr>
                        <tr>
                            <td class="trow1"><strong>{$lang->total_posts}</strong></td>
                            <td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
                        </tr>
                        <tr>
                            <td class="trow2"><strong>{$lang->timeonline}</strong></td>
                            <td class="trow2">{$timeonline}</td>
                        </tr>
                        {$referrals}
                        {$reputation}
                        {$warning_level}
                        
                        {$myachievements}
                    </table>
                </div>
                <div style="display: none;" id="pestana_3" class="pestana_contenido">
                    {$profilefields}
                </div>
                <div style="display: none;" id="pestana_4" class="pestana_contenido">
                    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px;">
                        <tr>
                            <td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
                        </tr>
                        <tr>
                            <td class="trow1" width="170"><strong>{$lang->homepage}</strong></td>
                            <td class="trow1">{$website}</td>
                        </tr>
                        {$sendemail}
                        <tr>
                            <td class="{$bgcolors['pm']}"><strong>{$lang->pm}</strong></td>
                            <td class="{$bgcolors['pm']}"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
                        </tr>
                        <tr>
                            <td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
                            <td class="{$bgcolors['icq']}">{$memprofile['icq']}</td>
                        </tr>
                        <tr>
                            <td class="{$bgcolors['aim']}"><strong>{$lang->aim_screenname}</strong></td>
                            <td class="{$bgcolors['aim']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
                        </tr>
                        <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>
                        <tr>
                            <td class="{$bgcolors['msn']}"><strong>{$lang->msn}</strong></td>
                            <td class="{$bgcolors['msn']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
                        </tr>
                    </table>
                </div>
                <div style="display: none;" id="pestana_5" class="pestana_contenido">
                    {$buddylist}
                </div>
                <div style="display: none;" id="pestana_6" class="pestana_contenido">
                    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="-moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px;">
                        <tr>
                            <td class="thead"><strong>{$lang->users_signature}</strong></td>
                        </tr>
                        <tr>
                            <td class="trow1">{$signature}</td>
                        </tr>
                    </table>
                </div>
            </div>
        </div>
        <br class="clear" />
        {$footer}
    </body>
</html>

member profile signature

Código:
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->users_signature}</strong></td>
</tr>
<tr>
<td class="trow1">{$memprofile['signature']}</td>
</tr>
</table>
Cambia member profile signature por esto:
Código:
{$memprofile['signature']}

No es lo mejor pero da igual ya que la pestaña de firma siempre sera visible.

Aparte de eso no veo nada malo, puedes espesificar mas por favor? Quizas una imagen ayude..
{SIGNATURE_IMAGE}
esto se repite

[Imagen: dibujogn.png]
Sube ls imagenes en tu folder de imagenes del theme:
Código:
profile_buscar.png
profile_pm.png
profile_email.png
{SIGNATURE_IMAGE}
como? me perdido , tengo las imagenes ,o eso creo ,donde las subo?
no , no lo solucione! yo sigo viendolo igual!