( ! ) 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.0001378376{main}( ).../showthread.php:0
20.0002403304require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00531723496pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00531723528google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00551724232preg_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.0001378376{main}( ).../showthread.php:0
20.0002403304require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00531723496pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00531723528google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00571725112parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Como Hago Este
Imagino que sera un plug-in que si no me perdi de nada se consigue pagando suscripcion, si el admin del foro ese anda por aca y lo puede confirmar mejor.


Saludos
mmm bueno... yo si se como hehe
El ficons... es un plugin pero se puede hacer como modificacion ^^
Y sobre lo de las imagenes de RSS solo es html.. es facil ^^
<.<

lo de rss yo lo hice con php <.<

algo de base de datos para ejecutarlo correctamente

<.<

creo q la revolucion de Gx Elite si funciona jhahahahaha
php? seria simplemente editar la plantilla forumbit_depht2_forum en el rss seria agregar antes de terminar el segundo </td> el siguiente codigo:
Código:
<div style="float:right"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}"><img src="ruta de la iamgen src" /></a></div>

y los ficons seria cambiar el primer <td> donde dice
Código:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
seguir el tuto http://www.mybb-es.com/showthread.php?tid=1375 pero en ves de poner el codigo solo cambiarias del codigo anterior {$theme['imgdir']}/{$lightbulb['folder']}.png por {$theme['imgdir']}/ficons/icon_{$forum['fid']}.png como dice el tuto xD

lean bien lo anterior tal ves no entiendan a la primera leida pero no supe como explicarlo mejor xD
Saludos!, aver si les sirve bien el code ya que hace tiempo que hice eso con mi foro y el código que les di yo lo escribí aquí xD

PD: si tienen el tema por default les dejo aquí la plantilla de como quedaría para los que no entendieron de plano xD
Código:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td><td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums} <div style="float:right"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}"><img src="ruta de la iamgen src" /></a></div></div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
y porque

<a href="http://www.generalzone.net/foro/syndication.php?fid={$forum['fid']}">

general zone wft!!!!

es

<a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}">
@up sorry para que vean que no los saque de la web de darkness xD, :B... ia edite el post >.<
Gracias ArmyZ

Estaba buscando algo parecido, hasta creí que era un plugin

Saludos.
(12 Apr, 2010, 4:28 pm)ArmyZ escribió: php? seria simplemente editar la plantilla forumbit_depht2_forum en el rss seria agregar antes de terminar el segundo </td> el siguiente codigo:
Código:
<div style="float:right"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}"><img src="ruta de la iamgen src" /></a></div>

y los ficons seria cambiar el primer <td> donde dice
Código:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
seguir el tuto http://www.mybb-es.com/showthread.php?tid=1375 pero en ves de poner el codigo solo cambiarias del codigo anterior {$theme['imgdir']}/{$lightbulb['folder']}.png por {$theme['imgdir']}/ficons/icon_{$forum['fid']}.png como dice el tuto xD

lean bien lo anterior tal ves no entiendan a la primera leida pero no supe como explicarlo mejor xD
Saludos!, aver si les sirve bien el code ya que hace tiempo que hice eso con mi foro y el código que les di yo lo escribí aquí xD

PD: si tienen el tema por default les dejo aquí la plantilla de como quedaría para los que no entendieron de plano xD
Código:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td><td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums} <div style="float:right"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}"><img src="ruta de la iamgen src" /></a></div></div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

waaaa no entendi nada me perdi no entendi ni 5% hagan un buen tuto porfavor..!! que se explique bien T_T yo uso el theme Pro Navy
El tema ha sido cerrado porque se realizo necropost.