Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
[split] Ayuda con el plugin iShare
cacacolass   20 Sep, 2011, 3:22 pm
#1
Que raro...
Yo estoy teniendo este problema cuando accedo a los temas desde el portal.
A ver si alguien sabe a qué se debe:
Código:
Warning [2] Cannot modify header information - headers already sent by (output started at /home/revagosn/public_html/inc/languages/english/ishare.lang.php:1) - Line: 407 - File: inc/plugins/google_seo/redirect.php PHP 5.2.17 (Linux)
File     Line     Function
[PHP]           errorHandler->error
/inc/plugins/google_seo/redirect.php     407     header
[PHP]           google_seo_redirect_header
/inc/class_plugins.php     141     call_user_func_array
/inc/functions_post.php     620     pluginSystem->run_hooks_by_ref
/showthread.php     974     build_postbit


My web:
http://revagos.net
~ice   21 Sep, 2011, 12:22 am
#2
Revisa tu google seo, reinstalalo, y has las configuraciones necesarias...

Los lang de tu plugin de ishare, abrelos con el notepad++ y cambiales el formato a "codificar en UTF-8 sin BOM"
cacacolass   21 Sep, 2011, 7:32 am
#3
Gracias por la ayuda, pruebo y les digo como me fue
Gracias de nuevo por la atención.
+1
cacacolass   21 Sep, 2011, 10:52 am
#4
Probé y no se solucionó.
El google SEO lo tengo bien configurado.
Opté por borrar el ishare.
Tengo este código:
Código PHP:
<?php 
<div style="margin-top: 6px; padding-right: 10px;" class="float_left">

<
strong style="float: left; padding-right: 10px;">Share to:</strong>

<
a
title
="Send to Digg"
href="http://digg.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src
="{$mybb->settings['bburl']}/images/share/digg.png" alt="Digg"
/></a>

<
a title="Send to Delicious"
href="http://del.icio.us/post?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}&title={$thread['subject']}"
target="_blank"><img
src
="{$mybb->settings['bburl']}/images/share/delicious.png"
alt="Delicious" /></a>

<
a title="Send to Reddit"
href="http://reddit.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}&title={$thread['subject']}"
target="_blank"><img
src
="{$mybb->settings['bburl']}/images/share/reddit.png" alt="Reddit"
/></a>

<
a title="Send to Facebook"
href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src
="{$mybb->settings['bburl']}/images/share/facebook.png"
alt="Facebook" /></a>

<
a title="Send to Twitter" href="http://twitter.com/?status={$thread['subject']}
-
{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src
="{$mybb->settings['bburl']}/images/share/twitter.png" alt="Twitter" /></a>

<
a
title
="Send to StumbleUpon"
href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src
="{$mybb->settings['bburl']}/images/share/stumbleupon.png"
alt="StumbleUpon" /></a>

<
a title="Send to Google
Buzz"
href="http://www.google.com/buzz/post?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src
="{$mybb->settings['bburl']}/images/share/google_32.png" alt="Send
to Google Buzz"
/></a>

<
a title="Send to LinkedIn"
href="http://www.linkedin.com/shareArticle?mini=true&url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img
src
="{$mybb->settings['bburl']}/images/share/linkedin_32.png"
alt="Send to LinkedIn" /></a>

</
div>

Quisiera que aparezca después tema y antes de la publicidad...
Como en la imágen adjunta


Muchas gracias
Omar G.   21 Sep, 2011, 8:22 pm
#5
Por aquí cree un tutorial de como agregar el iShare manualmente, y el código ese agrégalo en el showthread donde quieras que aparezca Wink
cacacolass   22 Sep, 2011, 4:01 am
#6
Muchas Gracias, +1
saludos
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.