Code: Alles auswählen
Open: portal/includes/functions.php
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
'attachments' => (!empty($attachments)) ? $attachments : array(),
));
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
//-- mod : quick title edition -------------------------------------------------
//-- add
$posts[$i] = array_merge($posts[$i], array(
'topic_attr_id' => $row['topic_attr_id'],
'topic_attr_user' => $row['topic_attr_user'],
'topic_attr_time' => $row['topic_attr_time'],
));
//-- fin mod : quick title edition ---------------------------------------------
Auch werden die Prefixe im Portal nicht angezeigt obwohl alle anderen änderungen bis auf die oben benannte gemacht sind?
Gruß