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.
Functionality: This block displays the content that is related to the main article displayed on the page
The relatedness of content in this context, is determined by the presence of same taxonomy term and tags in different articles, i.e. if articles matches at least one of their category taxonomy terms AND at least one from the tag taxonomy term, we term the articles related
I am putting together a few views of aggregator data. The one coming from Feedburner is having trouble receiving the body/description of each feed item. It is getting the 'Posted on' and 'Title' fields just fine, but is blank for 'Description'. Description seems to be the only field that seems appropriate. We are upgrading a D6 site to D8 and it works on D6 Views but looks for the 'Body' field instead.
I am new to Drupal and I love it very much. I am learning it on my own but I am stuck on a problem right now.
I created a custom block that display a title and a list of links. So the only fields in that blocks are of type links. It's a block for my footer region. So when the user clicks, it opens a new website in a new tab.
I want to alter the html output just for this block type, so I took out this theme suggestion:
field--block-content--field-links--footer-links.html.twig
After updating to 8.1.9 I received a 500 error that stated it couldn't access the web.config file (I'm using IIS 8). I fixed the permissions, then received a 401.3 error telling me the user does not have permissions. I checked and all permissions are fine. I did notice that there were no permissions of the "index.php" file. When adding my AppPool permission, I then get an error telling me either the site is down for maintenance or there is a programming error with the site.
I used "drush pm-update" to run the update. Not sure what my issue seems to be. Any ideas?
In Drupal 8, I have modified the Standard Page a Content Type with a Link field that allows multiple links called field_external_links. I can figure out how to populate the Standard Page Content Type through code, but cannot populate the Link field. My code is below: