I downloaded instructions : phpBB-SEO-Advanced-mod-Rewrite_V_0.2.4.txt
Following instructions:
#
#-----[ OPEN ]------------------------------------------
# index.php
#
#-----[ FIND ]------------------------------------------
# if (isset($display_categories[$cat_id]) && $display_categories[$cat_id])
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
// http://www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( !isset($phpbb_seo->seo_url['cat'][$cat_id]) ) {
$phpbb_seo->seo_url['cat'][$cat_id] = $phpbb_seo->format_url($category_rows[$i]['cat_title'], $phpbb_seo->seo_static['cat']);
}
// http://www.phpBB-SEO.com SEO TOOLKIT END
I can not find "if (isset($display_categories[$cat_id]) ..." in my index.php
Could this be an error ?
Please help me out here.
Best regards,
Bonaparte

English |
French
