Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a Drupal website that's gone from version 4 or 5 up to now 10.1.6. The transition from 7 to 9 introduced a problem with new forum content which continues with 10. I can create new forum content, and those nodes show up in the content list, but they don't show up in the forums.
On a 10.1.6 test site, I deleted all forum content and terms, uninstalled the forum module, cleared caches, reinstalled the forum module, and created a new forum topic. Same result. It shows on the content list but not in the forums.
I would like to create for a content type a field that references a display block of a view.
When an instance of this content type is created the content creator would have to select somehow the desired display block? When the instance is viewed the page must contains the contents selected by the display block.
Is it possible do do that? I feel it is by creating a Reference field.
I have a View with a Global Text field that computes a value from various fields. I need to be able to save that value. Preferably automatically saving it to another field on a node, but I would also like to hear other suggestions if you have any please.