Index: phpbb2drupal.pages.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/phpbb2drupal/phpbb2drupal.pages.inc,v retrieving revision 1.3 diff -u -r1.3 phpbb2drupal.pages.inc --- phpbb2drupal.pages.inc 10 Feb 2008 23:35:33 -0000 1.3 +++ phpbb2drupal.pages.inc 30 Jun 2009 00:43:47 -0000 @@ -50,7 +50,7 @@ '#collapsible' => TRUE, '#collapsed' => TRUE, ); - $output = '

'. t('Select which input format should the imported messages be set:', array('@link' => url('admin/filters'))) .'

'; + $output = '

'. t('Select which input format should the imported messages be set:', array('@link' => url('admin/settings/filters'))) .'

'; $form['input']['intro'] = array('#value' => $output); $output = ''; @@ -99,8 +99,8 @@ $output = ''; $result7 = _phpbb2drupal_check_module('bbcode'); $output .= $result7['html']; - $link_input_format_enable = url('admin/filters/'. $input_format); - $link_input_format_configure = url('admin/filters/'. $input_format .'/configure'); + $link_input_format_enable = url('admin/settings/filters/'. $input_format); + $link_input_format_configure = url('admin/settings/filters/'. $input_format .'/configure'); if (variable_get('phpbb2drupal_bbcode', 0)) { if ($result7['result'] == 0) { $ready_for_migration = 0; @@ -116,7 +116,7 @@ $form['bbcode']['#collapsed']= FALSE; $output .= '

'. t('You need to enable bbcode in the selected input format THEN click on configure to see bbcode options', array('@formatenable' => $link_input_format_enable, '@formatconfigure' => $link_input_format_configure)) .'

'; } - $output .= '

'. t('For best results, all four BBcode configure options should be disabled.', array('@bbcodeconfig' => url('admin/filters/'. $input_format .'/configure'))) .'

'; + $output .= '

'. t('For best results, all four BBcode configure options should be disabled.', array('@bbcodeconfig' => url('admin/settings/filters/'. $input_format .'/configure'))) .'

'; } else {