Moderator: Supporter
# viewforum.php
#
#-----[ FINDE ]--------------------------------------------------
#
'ROW_CLASS' => $row_class,
#
#-----[ DARUNTER EINFÜGEN ]--------------------------------------------------
#
'TOPIC_INFO' => ( $topic_rowset[$i]['topic_info'] != 0 ) ? $lang['Info_choice'][$topic_rowset[$i]['topic_info']] .'<br />' : '',
//-- mod : announces -------------------------------------------------------------------------------
//-- add
if (function_exists(get_announces_title) && !empty($topic_rowset[$i]['topic_announce_duration']))
{
$topic_title .= '</a></span> <span class="gensmall"><a name="ann_' . $topic_id . '">' . get_announces_title( $topic_rowset[$i]['topic_time'], $topic_rowset[$i]['topic_announce_duration'] ) . '</span><span class="topictitle">';
} ----code ist länger----
//-- fin mod : announces ---------------------------------------------------------------------------
$template->assign_block_vars('topicrow', array(
'ROW_COLOR' => $row_color,
}
*/
//-- fin mod : split topic type --------------------------------------------------------------------
#
#-----[ ÖFFNEN ]--------------------------------------------------
#
# templates/xxx/viewforum_body.tpl
#
#-----[ FINDE (nur ein Auszug) ]--------------------------------------------------
#
<img src="{topicrow.TOPIC_FOLDER_IMG}"
#
#-----[ DAVOR EINFÜGEN ]--------------------------------------------------
#
<span class="gensmall">{topicrow.TOPIC_INFO}</span>
'ROW_CLASS' => $row_class,
'ROW_CLASS'
pepi hat geschrieben:hallo ich nochmal habe was vergessen
finde das auch nicht
- Code: Alles auswählen
#
#-----[ ÖFFNEN ]--------------------------------------------------
#
# templates/xxx/viewforum_body.tpl
#
#-----[ FINDE (nur ein Auszug) ]--------------------------------------------------
#
<img src="{topicrow.TOPIC_FOLDER_IMG}"
#
#-----[ DAVOR EINFÜGEN ]--------------------------------------------------
#
<span class="gensmall">{topicrow.TOPIC_INFO}</span>
bis dann
topicrow.TOPIC_FOLDER_IMG
<span class="gensmall">{topicrow.TOPIC_INFO}</span><img src="{topics_list_box.row.TOPIC_FOLDER_IMG}"
'ROW_CLASS' => ($color || !defined('TOPIC_ALTERNATE_ROW_CLASS')) ? 'row1' : 'row2',
'TOPIC_INFO' => ( $topic_rowset[$i]['topic_info'] != 0 ) ? $lang['Info_choice'][$topic_rowset[$i]['topic_info']] .'<br />' : '',
pepi hat geschrieben:danke
habe das gefunden
- Code: Alles auswählen
'ROW_CLASS' => ($color || !defined('TOPIC_ALTERNATE_ROW_CLASS')) ? 'row1' : 'row2',
und das eingefügt
- Code: Alles auswählen
'TOPIC_INFO' => ( $topic_rowset[$i]['topic_info'] != 0 ) ? $lang['Info_choice'][$topic_rowset[$i]['topic_info']] .'<br />' : '',
hoffe das ist richtig
TOPIC_FOLDER_IMG
<span class="gensmall">{topics_list_box.row.TOPIC_INFO}</span>
<span class="gensmall">{topics_list_box.row.TOPIC_INFO}</span><img src="{topics_list_box.row.TOPIC_FOLDER_IMG}" .......
Mitglieder in diesem Forum: 0 Mitglieder und 4 Gäste