Is the Watched Topics List possible to be rewrite using seo advanced
http://www.phpbb.com/phpBB/viewtopic.php?t=100096
Moderator: Moderators
watched_topics.php for ( $i = 0; $i < count($watch_rows); $i++ )
{ // www.phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_forum_name = $watch_rows[$i]]['forum_name'];
$seo_topic_name = $watch_rows[$i]['topic_title'];
// www.phpBB-SEO.com SEO TOOLKIT ENDif ($watch_count > 0)
{ // www.phpBB-SEO.com SEO TOOLKIT BEGIN
//
// Define censored word matches
//
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
// www.phpBB-SEO.com SEO TOOLKIT END for ( $i = 0; $i < count($watch_rows); $i++ )
{
// www.phpBB-SEO.com SEO TOOLKIT BEGIN $watch_rows[$i]['topic_title'] = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $watch_rows[$i]['topic_title']) : $watch_rows[$i]['topic_title'];
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_forum_name = $watch_rows[$i]]['forum_name'];
$seo_topic_name = $watch_rows[$i]['topic_title'];
// www.phpBB-SEO.com SEO TOOLKIT END// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( !isset($phpbb_seo->seo_url['forum'][$watch_rows[$i]['forum_id']]) ) {
$phpbb_seo->seo_url['forum'][$watch_rows[$i]['forum_id']] = $phpbb_seo->format_url($watch_rows[$i]['forum_name'], $phpbb_seo->seo_static['forum']);
}
if ( !isset($phpbb_seo->seo_url['topic'][$watch_rows[$i]['topic_id']) ) {
$phpbb_seo->seo_url['topic'][$watch_rows[$i]['topic_id']] = $phpbb_seo->format_url($watch_rows[$i]['topic_title']);
}
// www.phpBB-SEO.com SEO TOOLKIT END
Users browsing this forum: No registered users and 2 guests