Página 2 de 2

Re: Problemas con phpBB SEO Ultimate SEO URL v0.6.6

Publicado: 30 Ene 2011, 19:21
por zoby
Bueno, ya lo he solucionado todo
Abrir thanks.php
Buscar:

Código: Seleccionar todo

         'THANKS_LINK'         => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id']) . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '&' . get_thanks_link($row['post_id']) . '=' . $row['post_id'] . '&to_id=' . $poster_id . '#p' . $row['post_id'],
Reemplazar por:

Código: Seleccionar todo

         'THANKS_LINK'         => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id'] . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '&' . get_thanks_link($row['post_id']) . '=' . $row['post_id'] . '&to_id=' . $poster_id) . '#p' . $row['post_id'],

Re: Problemas con phpBB SEO Ultimate SEO URL v0.6.6

Publicado: 30 Ene 2011, 19:28
por angelismo
Me alegro :D