allow photo-items to appear full width if large photos feature is enabled. in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.

This commit is contained in:
Mario Vavti
2015-10-14 22:14:19 +02:00
parent d616099de6
commit b4e83b6537
12 changed files with 179 additions and 153 deletions

View File

@@ -281,7 +281,7 @@ function photo_upload($channel, $observer, $args) {
}
}
else {
$title = '';
$title = $args['filename'] ? $args['filename'] : '';
$mid = item_message_id();
$arr = array();