Versión phpBB: phpBB3 (3.0.

MODs Instalados: Mod_Presentation_Obligatoire NV_recent_topics_1_0_5 advanced similar topics phpBB_SEO_Ultimate_SEO_URL_v0.6.4 prime_links_1_2_8 mchat boardportal3 Advanced BBCode Box 3 NV "Wer war da?" Facebook Like button (iFrame)
Plantilla(s) usada(s): absolution
Servidor: linux pago
Actualización desde otra versión: 3.0.7
Conversión desde otro sistema de foros:
estoy instalando el phpBB SEO No Duplicate y me pide en viewtopic.php
remplazar
'U_MINI_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id']) . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '#p' . $row['post_id'],
por esto
// http://www.phpBB-SEO.com SEO TOOLKIT BEGIN -> no dupe
'U_MINI_POST' => @$phpbb_seo->seo_opt['no_dupe']['on'] ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", 't=' . $topic_id . '&f=' . $forum_id . '&start=' . $start ) . '#p' . $row['post_id'] : append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id'] . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '')) . '#p' . $row['post_id'],
// http://www.phpBB-SEO.com SEO TOOLKIT END -> no dupe
pero ahi ya tengo
// http://www.phpBB-SEO.com SEO TOOLKIT BEGIN
'U_MINI_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'p=' . $row['post_id'] . (($topic_data['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '')) . '#p' . $row['post_id'],
// http://www.phpBB-SEO.com SEO TOOLKIT END
del advanced seo!
consulta dejo el del advanced seo o la linea del phpBB SEO No Duplicate