( ! ) 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.0001378552{main}( ).../showthread.php:0
20.0001403480require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00601736096pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00601736128google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00621736880preg_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.0001378552{main}( ).../showthread.php:0
20.0001403480require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00601736096pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00601736128google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00641737760parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Profile Comments - Opciones en el UCP

Profile Comments - Opciones en el UCP
Profile Comments da la opción de cambiar las preferencias en el UCP pero aquí en mybb-es no las activaron o no las colocaran? Aquilez Wrote:Spoiler:...

Profile Comments da la opción de cambiar las preferencias en el UCP pero aquí en mybb-es no las activaron o no las colocaran?

Aquilez escribió:[spoiler]Description

Known bugs:

The options to modify the notification settings in the User Control Panel are not showing:
Solution:
Cita:Go to:
- ACP -> Templates & Styles > Templates > (Your Theme) Templates > User Control Panel > Edit: usercp_options

Search for:
Código:
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td><span class="smalltext"><label for="pmnotify">{$lang->pm_notify}</label></span></td>
</tr>

Below, add this:
Código:
<!-- ProfileComments -->{$pf_notification_options}<!-- /ProfileComments -->
[/spoiler]
{SIGNATURE_IMAGE}