
hacer que las url de las notificaciones se vean con el nombre del tema y no "mensaje10.html"
Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Código: Seleccionar todo
global $db, $template, $user, $auth;
Código: Seleccionar todo
global $db, $template, $user, $auth, $phpbb_seo, $config;
Código: Seleccionar todo
'tp.user_id, tp.topic_id, t.forum_id,
Código: Seleccionar todo
t.topic_replies_real,
Código: Seleccionar todo
$forum_id = (int) $row['forum_id'];
Código: Seleccionar todo
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$starte = floor($row['topic_replies_real'] / $config['posts_per_page']) * $config['posts_per_page'];
$phpbb_seo->prepare_iurl($row, 'topic', $row['topic_type'] == POST_GLOBAL ? $phpbb_seo->seo_static['global_announce'] : $phpbb_seo->seo_url['forum'][$forum_id]);
$topic_link = !empty($phpbb_seo->seo_opt['no_dupe']['on']) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id'] . '&t=' . $row['topic_id'] . '&start=' . $starte ) . '#p' . $row['topic_last_post_id'] : append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id'] . '&p=' . $row['topic_last_post_id']) . '#p' . $row['topic_last_post_id'];
// www.phpBB-SEO.com SEO TOOLKIT END
Código: Seleccionar todo
'POST_LINK' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id'] . '&t=' . $row['topic_id'] . '&p=' . $row['topic_last_post_id'] . "#p" . $row['topic_last_post_id']),
Código: Seleccionar todo
'POST_LINK' => $topic_link,
phpBB Rules MOD 0.0.3
phpBB SEO Premod V 3.0.9