Grazie dell' aiuto...ho installato tutto e configurato tutto quello che diceva il simple subforum...solo che c' è un problema e non so come risolverlo...se entro nel mio sito viene questo errore: Parse error: syntax error, unexpected T_FOR, expecting ')' in /membri/nnd/includes/functions.php on line 280
ecco il link così potete constatare da voi: http://nnd.altervista.org/
ho aperto il file che dice nell' errore e sono andato nella riga 280...e ho notato che è una delle cose che mi ha detto di aggiungere il simple subforum...la riga è questa:
Codice:
for( $k = 0; $k < $total_forums; $k++ )
Tutta l' istruzione completa che mi hanno detto di inserire è questa:
Codice:
// Begin Simple Subforums MOD
for( $k = 0; $k < $total_forums; $k++ )
{
if ( $forum_rows[$k]['forum_parent'] == $id && $forum_rows[$k]['cat_id'] == $category_rows[$i]['cat_id'] && $forum_rows[$k]['auth_view'] <= AUTH_REG )
{
// if ( $forum_rows[$k]['forum_parent'] == $id && $forum_rows[$k]['cat_id'] == $category_rows[$i]['cat_id'] && $is_auth[$forum_rows[$k]['forum_id']]['auth_view'] )
// {
$selected = ( $forum_rows[$k]['forum_id'] == $match_forum_id ) ? 'selected="selected"' : '';
$boxstring_forums .= '<option value="' . $forum_rows[$k]['forum_id'] . '"' . $selected . '>-- ' . $forum_rows[$k]['forum_name'] . '</option>';
//
// Add an array to $nav_links for the Mozilla navigation bar.
// 'chapter' and 'forum' can create multiple items, therefore we are using a nested array.
//
$nav_links['chapter forum'][$forum_rows[$k]['forum_id']] = array (
'url' => append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=" . $forum_rows[$k]['forum_id']),
'title' => $forum_rows[$k]['forum_name']
);
}
}
// End Simple Subforums MOD
sapete dirmi il problema?? grazie ancora e scusate ancora il disturbo