Redesign with a Content-First Approach for UVA's Darden School of Business

Screenshots of the newly designed darden.uva.edu

Translate the vision of UVA's Darden School of Business to make a site that's more manageable for content creators and more consumable for users.

Sectors: 
Education

Drupal Gap

How can I get more information on DrupalGap? Would using it be recommended? The community seems very small and not very active right now.

Acquia Cohesion demo version? Field name? CSS formatting?

Hello I requested a demo for Acquia Cohesion via this link:
https://www.acquia.com/products-services/acquia-cohesion#create-sandbox

And I have a series of questions that I would super appreciate an answer:

I worked on the sandbox that I was given, and was wondering what version the demo is.
It seems to contain the contents of the 5.7 tutorials, but has the features of 6.0.

Forcing install of Drupal 8.8.9 on a new site with composer

I want to start a new site on my server, but right now I can upgrade mariadb, and apache to the required versions for 9.0. Is there still a way to install a new site using composer, but force it to use D8.8.9?

Ordering in mysql query giving syntax error

Hi,

I am trying to order my query like so:

$query = db_query("SELECT * FROM `heritage_source_info`WHERE text_id = :textid AND format = :format ORDER BY type ASC", [':textid' => $textid, ':format' => 'text'])->orderBy('FIELD(type,moolam,translation,commentary)');

$available_sources_text = $query->fetchAll();

But it says call to an undefined function orderBy(). Could you help me with the correct syntax?

Thanks

How To Create A Node In Drupal 8 Using RESTful Web Services

Hi Team,

I have tried to create node Using RESTful Web Services, I have done the following steps.

Enabled the following 4 core modules in Drupal:

   1.   HAL

   2.   HTTP Basic Authentication

   3.   RESTful Web Services

   4.   Serialization

   5.   Enabled the one Rest UI module.

Set the proper permissions for authenticated users to be able to create, edit, and delete content.

We have to add the following headers for this call:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x