( ! ) Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 298
Call Stack
#TimeMemoryFunctionLocation
10.0001378616{main}( ).../showthread.php:0
20.0002403544require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00561733792pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00561733824google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00581734592preg_replace( $pattern = '/\\?([^&?=]+)([=&])/u', $replacement = '&$1$2', $subject = NULL ).../redirect.php:298

( ! ) Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 315
Call Stack
#TimeMemoryFunctionLocation
10.0001378616{main}( ).../showthread.php:0
20.0002403544require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00561733792pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00561733824google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00621735472parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Como poner algunos smiley en la resp. rapida

Como poner algunos smiley en la resp. rapida
Bueno, para poner solamente algunos iconos en el editor hay que entrar a Plantillas y Estilos - Plantillas - TUPLANTILLA - Mostrar Tema - showthread...

Bueno, para poner solamente algunos iconos en el editor hay que entrar a

Plantillas y Estilos - Plantillas - TUPLANTILLA - Mostrar Tema - showthread_quickreply

despues de

Código PHP:
<div class="editor_control_bar" style="width: 95%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
                        <
span class="smalltext">
                            {
$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.
                        </
span>
                    </
div

agregar esto

Código PHP:
<br>
<
table width="91%" align="center" border="0" cellspacing="0" cellpadding="0" id="clickable_smilies" style="padding-left:5px"
<
tr>

<
td style="text-align: center"><img src="url del smiley especifico" border="0" class="smilie" alt="aca va la abreviacion del smiley" /></td

<
td style="background:transparent;" align="center"><span class="smalltext"><strong>[<a href="javascript:clickableEditor.openGetMoreSmilies('clickableEditor');">Mas emoticones</a>]</strong></span>


</
td

</
tr
</
table

si quieren agregar vas solamente abajo de
Código PHP:
<td style="text-align: center"><img src="url del smiley especifico" border="0" class="smilie" alt="aca va la abreviacion del smiley" /></td

agregan otra igual, pero para otro smiley
Código PHP:
<td style="text-align: center"><img src="url del smiley especifico" border="0" class="smilie" alt="aca va la abreviacion del smiley" /></td

Eso es todo. cualquier problema avisen, saludos.