Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/mybb-es.com/html/inc/functions.php on line 7422
No aparecen las firmas! - MyBB-Es.com
Contrata servicios web en ougcNetwork.
Asi como dice el titulo no aparecen las firmas cuando las pongo y activo la preferencias de firma se queda igual en no cambiar mis preferencias Angry


Screenshot by Lightshot

Que estara pasando?
Selecciona "Activar firma en todos los mensajes".
La selecciono y cuando guardo se vuelve a poner en la misma no cambiar mis preferencias! y no veo users con firmas :S

Yo coloco mi firma y tampoco se ve :S
En esa opción, marques lo que marques siempre se verá así, pero la configuración que adquiere es la que estuvo marcada antes de guardar los cambios.

Déjala en Activar firma en todos los mensajes y no importa si luego aparece en otra opción.

Con eso deberías ver tu firma, si ni así puedes ver... respóndeme algo

En tu Perfil se logra visualizar tu firma o tampoco??
publica tu plantilla postbit_classic y postbit_signature

Seguro eliminastes la funtion {post_Signature}
Aprendiendo cada vez mas
postbit_classic
{$ignore_bit}
<div class="firstpost" id="post_{$post['pid']}">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
	<div class="headpost">
		<div class="userlink">{$post['profilelink']}</div>
		<div class="titlepost">
			<div class="float_right"></div>
<div class="float_right">{$post['posturl']}</div>

			<strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong> {$post['postdate']}, {$post['posttime']}.
		</div>
	</div>
	<div class="contentpost">
		<div class="user-card">
			<div class="content-info smalltext">
				
{$post['usertitle']}<br />
{$post['userstars']}<br />
{$post['onlinestatus']}


{$post['useravatar']}

</div>
				
{$post['groupimage']}

				
				<div class="details">
	{$post['user_details']}{$post['usercountry']}</div>
			</div>
		</div>
		<div id="pid_{$post['pid']}" class="post-body">
			{$post['message']}
			<div style="text-align: right; margin-top: 5px;" id="post_meta_{$post['pid']}">{$post['iplogged']}
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				
			</div>
			
		</div>
	</div>
	<div class="options-post">
		<div class="float_left smalltext">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
		</div>
		<div class="float_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']}
		</div>

	</div>
</div>

:S Ayuda.
25 Feb, 2014, 9:39 pm zahipro wrote:
postbit_classic
{$ignore_bit}
<div class="firstpost" id="post_{$post['pid']}">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
	<div class="headpost">
		<div class="userlink">{$post['profilelink']}</div>
		<div class="titlepost">
			<div class="float_right"></div>
<div class="float_right">{$post['posturl']}</div>

			<strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong> {$post['postdate']}, {$post['posttime']}.
		</div>
	</div>
	<div class="contentpost">
		<div class="user-card">
			<div class="content-info smalltext">
				
{$post['usertitle']}<br />
{$post['userstars']}<br />
{$post['onlinestatus']}


{$post['useravatar']}

</div>
				
{$post['groupimage']}

				
				<div class="details">
	{$post['user_details']}{$post['usercountry']}</div>
			</div>
		</div>
		<div id="pid_{$post['pid']}" class="post-body">
			{$post['message']}
			<div style="text-align: right; margin-top: 5px;" id="post_meta_{$post['pid']}">{$post['iplogged']}
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				
			</div>
			
		</div>
	</div>
	<div class="options-post">
		<div class="float_left smalltext">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
		</div>
		<div class="float_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']}
		</div>

	</div>
</div>

:S Ayuda.

Bueno, ni me respondiste a lo que te pregunté, pero era para determinar si las firmas no se veían en general en ninguna parte de tu foro (problema sumamente grave) o solamente no se veían en el postbit.

Si dejaste tu código, entonces deduzco que solo no puedes visualizarla en el postbit, y viendo el código de tu plantilla parece que suprimiste la variable que llama a las firmas en el postbit. Reemplaza todo tu código por esto:

{$ignore_bit}
<div class="firstpost" id="post_{$post['pid']}">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
    <div class="headpost">
        <div class="userlink">{$post['profilelink']}</div>
        <div class="titlepost">
            <div class="float_right"></div>
<div class="float_right">{$post['posturl']}</div>

            <strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong> {$post['postdate']}, {$post['posttime']}.
        </div>
    </div>
    <div class="contentpost">
        <div class="user-card">
            <div class="content-info smalltext">
                
{$post['usertitle']}<br />
{$post['userstars']}<br />
{$post['onlinestatus']}


{$post['useravatar']}

</div>
                
{$post['groupimage']}

                
                <div class="details">
    {$post['user_details']}{$post['usercountry']}</div>
            </div>
        </div>
        <div id="pid_{$post['pid']}" class="post-body">
            {$post['message']}
            {$post['signature']}
            <div style="text-align: right; margin-top: 5px;" id="post_meta_{$post['pid']}">{$post['iplogged']}
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                
            </div>
            
        </div>
    </div>
    <div class="options-post">
        <div class="float_left smalltext">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
        </div>
        <div class="float_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']}
        </div>

    </div>
</div> 

Y me dices cómo te va...
Tambien adjunta la plantilla postbit
Aprendiendo cada vez mas
EDITO:

Gracias Jean problema resuelto.