dating site

I was wondering if Drupal is the right choice to build seo friendly dating sites . Can someone give us some clues and examples ?

Content Types option to group fields?

Drupal 6 custom Content Types had an option to group fields, is there such an option in D8 that I am overlooking?

D6 to D8 migration the pageview count data missing?

While migrating D6 to D8 I've noticed the pageviews count hasn't carried over. This is disappointed as some of my pages have over 1 million views, anyone know how get that data over?

Menu Issues - Not Expanding

While not specifically a “coding” question, I’m having an issue in Drupal 8 with menus. I’ve tried the following with both the Aegan Theme I’d like to use and the default Bartik Theme - as a means to double-check it wasn’t something either in the Aegan Theme, or in my menu choices…

Disable Form Caching for Anonymous User

Hi All,

I have successfully disabled caching for logged in users of my form with a hook:

function fest_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {
      	//disable form cache
      	$form['#cache'] = ['max-age' => 0];
}

This is working perfectly for all logged in users: Every time the page is refreshed, the form is created newly.
However, this does not work for the Anonymous user, s/he always gets the same cached form no matter what.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x