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.
In Configuration > System > Information, the "default front page" parameter is not available in "Translate settings". There is only "Site name" and "Slogan".
There is a possibility to add "default front page" parameters in the "translate settings" interface ?
Hi,
I am looking for a module that will allow me to show a mini baseball line score, pulling data from a series of custom fields. For example, here are some fields and their values (for the purpose of the sample layout below):
field_hometeam = Home Team
field_roadteam = Road Team
field_homeruns = 2
field_roadruns = 0
field_homehits = 7
field_roadhits = 6
field_homeerrors = 1
field_roaderrors = 3
I am developing a module for a client. It demands that some fields of a entity are accessible via an web service, so some fields like ID, Title have to be stored in DB and others each time i need to access/modify them access the API.
I want to add a pop up window on some links in my block's content but i really don't understand how to. i did some javascript (with fiddlesticks etc) but i don't know where to begin with Drupal 8. I'm checking the API but i dont really understand it.
I made the mistake of creating a website with SQLite because MySQL 5.5 wasn't available on the host at that time. Now I would like to convert the database to MySQL, which is much more complicated than I assumed.
I searched the web for the last few days and tried some scripts that I found that were written for other CMS. This seemed to do most of the things necessary to convert the database dump. With a lot of additional handwork I got the dump to import in phpMyAdmin without any errors.
But the site won't load. Here is what drush says, for example:
I am building a Site that is built of sections with field collections on a node.
Each node gets quite big and i want to Deep-Link into each section, so that a user can jump to a section directly via Menu link.