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.
Hi all,
I am brand new to drupal. I am trying to get my theme listed in the appearance tab. My theme name is naked
folder structure: /themes/naked
yml file: /themes/naked/naked.info.yml
naked.info.yml contents:
name: naked
type: theme
description: 'Theme from scratch.'
base theme: classy
core: 8.x
In Drupal 8, I want to create a custom group element such that it wraps two form input fields, first_name and last_name. The idea then would be to make this into a library that I can reuse for many projects. However, I want to use this within my custom module that uses the FormAPI. I am finding very mixed directions online on how to do this with calls to either creating a TWIG template or as a Widget. I cannot seem to find a way for me to define this element under a new type name, (i.e. '#type' => 'firstlastname',) so that I can implement this into my custom form.
I'd like to move the data from a Drupal 5.1 installation to a different server, and start using Drupal 8 with it. Is this at all possible, and could you please offer advice on the best way to go about it?
I have installed Drupal and trying to play with it to learn, but a simple thing like installing a theme is giving me problems. Some of the themes i have installed are missing all css. They are v. 8 themes, and are found on the drupal website.
I am new to Drupal, but not new in web development and CMS. Am I missing a step? It seems intuitive, but clearly I am doing someting wrong.