phpBB SEO keyword URLs için knowledge base eklenti için bir değişiklik talimatı yok, anacak pafileDB için var, ve bu iki modun yapısı birbirinin nederedese ise aynısı. incelenerek değişiklikler çok kolay.
mesela pafilede tüm linkler bir pa_this_mxurl() fonksiyonuna tabi turulur, o fonksiyonu kaldırıyoruz...
#
#-----[ FIND ]------------------------------------------
#
$cat_sub .= '<a href="' . append_sid( pa_this_mxurl( 'action=category&cat_id=' . $cat_row['cat_id'] ) ) . '">' . $cat_row['cat_name'] . '</a>, ';
#
#-----[ REPLACE, WITH ]------------------------------------------
#
$cat_sub .= '<a href="' . append_sid('dload.php?action=category&cat_id=' . $cat_row['cat_id']) . '">' . $cat_row['cat_name'] . '</a>, ';kb da buna benziyor...