Frage zu dhtml_collapsible_forum_index_mod
Verfasst: 05.11.2005 22:26
Ich möchte den "dhtml_collapsible_forum_index_mod_v1_1_1.txt"
auf meinem Board (Subforum vorhanden) einbauen.
bei folgenden Zeilen weiß ich net weiter ...
und
demnach muß ich die Änderung jeweils hinter 'catrow' / 'catrow.forumrow' einbauen .... und vor array(
Das Ganze ergibt ne Fehlermeldung.
Was ist falsch?
auf meinem Board (Subforum vorhanden) einbauen.
bei folgenden Zeilen weiß ich net weiter ...
Code: Alles auswählen
#
#-----[ FIND ]------------------------------------------
#
# NOTE --- the whole line to look for should be similar to this:
# $template->assign_block_vars('catrow', array(
#
'catrow'
#
#-----[ AFTER, ADD ]------------------------------------------
#
//+MOD: DHTML Collapsible Forum Index MOD
'DISPLAY' => (is_category_collapsed($cat_id) ? '' : 'none'),
//-MOD: DHTML Collapsible Forum Index MODCode: Alles auswählen
#-----[ FIND ]------------------------------------------
#
# NOTE --- the whole line to look for should be similar to this:
# $template->assign_block_vars('catrow.forumrow', array(
#
'catrow.forumrow'
#
#-----[ AFTER, ADD ]------------------------------------------
#
//+MOD: DHTML Collapsible Forum Index MOD
'FORUM_ID' => $forum_id,
'DISPLAY' => (is_category_collapsed($cat_id) ? 'none' : ''),
//-MOD: DHTML Collapsible Forum Index MODDas Ganze ergibt ne Fehlermeldung.
Was ist falsch?