In includes/display/CategoryQuestionsPanel.php find the code
if ($GLOBALS['cleanUrls']) {
$GLOBALS['href'] .= $GLOBALS['urlsafetitle'];
}
and delete those 3 lines (or comment them out by adding a # to the start of each line).
In includes/display/CategoryQuestionsPanel.php find the code
if ($GLOBALS['cleanUrls']) {
$GLOBALS['href'] .= $GLOBALS['urlsafetitle'];
}
and delete those 3 lines (or comment them out by adding a # to the start of each line).