When you create new content of type 'Article', the 'Image Upload' dialog and the 'Tags' entry box are displayed.
Neither of these features are displayed when the user creates a 'Blog Entry' or a 'Basic Page'.
When you create new content of type 'Article', the 'Image Upload' dialog and the 'Tags' entry box are displayed.
Neither of these features are displayed when the user creates a 'Blog Entry' or a 'Basic Page'.
Comments
Comment #1
furamag commentedandycowl, I don't think this issue is a bug. Blog Entry content type doesn't have 'Image Upload' and 'Tags' fields by default. You can add these fields on page {your_domain}/admin/structure/types/manage/blog/fields .
Comment #2
libre fan commentedIn Drupal 6 you can add Tags field: /admin/content/taxonomy > Tags- Edit > Content Type (check "Blog")
You can add Image attach: /admin/content/types > Blog - Edit > Image Attach Settings (enable by clicking the "enable" radio button
:-)
Comment #3
Anonymous (not verified) commentedChanging status as per comments #1 and #2 above.