Code: Alles auswählen
Parse error: parse error, unexpected T_ELSE in /usr/export/www/vhosts/funnetwork/hosting/mindboard/viewforum.php on line 510http://home.arcor.de/ghettochild/viewforum.txt
Code: Alles auswählen
Parse error: parse error, unexpected T_ELSE in /usr/export/www/vhosts/funnetwork/hosting/mindboard/viewforum.php on line 510wartekSuche die Zeilen
$folder = $images['folder_announce'];
else if( $topic_rowset[$i]['topic_type'] == POST_GLOBAL_TOPIC && $topic_rowset[$i]['topic_status'] != TOPIC_LOCKED )
ERSETZE DURCH
$folder = $images['folder_announce'];
}
else if( $topic_rowset[$i]['topic_type'] == POST_GLOBAL_TOPIC && $topic_rowset[$i]['topic_status'] != TOPIC_LOCKED )
Code: Alles auswählen
Parse error: parse error, unexpected T_ELSE in /usr/export/www/vhosts/funnetwork/hosting/mindboard/viewforum.php on line 519gehört aber soif( $topic_rowset[$i]['topic_type'] == POST_ANNOUNCE )
{
$folder = $images['folder_announce'];
}
else if( $topic_rowset[$i]['topic_type'] == POST_GLOBAL_TOPIC && $topic_rowset[$i]['topic_status'] != TOPIC_LOCKED )
{
$folder = $images['folder_global_topic'];
$folder_new = $images['folder_global_topic_new'];
}
$folder_new = $images['folder_announce_new'];
}
else if( $topic_rowset[$i]['topic_type'] == POST_STICKY )
{
wartekif( $topic_rowset[$i]['topic_type'] == POST_ANNOUNCE )
{
$folder = $images['folder_announce'];
$folder_new = $images['folder_announce_new'];
}
else if( $topic_rowset[$i]['topic_type'] == POST_GLOBAL_TOPIC && $topic_rowset[$i]['topic_status'] != TOPIC_LOCKED )
{
$folder = $images['folder_global_topic'];
$folder_new = $images['folder_global_topic_new'];
}
else if( $topic_rowset[$i]['topic_type'] == POST_STICKY )
{
PS. Du musst ALLE Part 1-5 durchgehen.templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
<td class="gensmall">{L_ANNOUNCEMENT}</td>
#
#-----[ REPLACE WITH ]----------------------------------------
#
<td width="20" align="center"><img src="{FOLDER_GLOBAL_TOPIC_IMG}" alt="{L_GLOBAL_TOPIC}" width="19" height="18" /></td>
<td class="gensmall">{L_GLOBAL_TOPIC}</td>
#
#-----[ FIND ]------------------------------------------------
#
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
<td class="gensmall">{L_STICKY}</td>
UND FOLGENDE ZEILEN
Aber in Part 3 und 5 Steht doch das hier:wartek hat geschrieben:
PS. Du musst ALLE Part 1-5 durchgehen.
Code: Alles auswählen
Part 3: Required part for boards with Categories Hierarchy Mod Release 2.0.x.
Part 5: Required part for boards with Split Topic Type Mod (Release 2.0.x)Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------------
#
includes/def_auth.php