Top Deck Travel

Top Deck Travel

Topdeck Travel selected Drupal to create a website that could bring their proposition to life and enable travelers to be inspired.

Sectors: 
E-Commerce
Travel and Hospitality

Harlow Council

Harlow Council Homepage

Harlow is a town in Essex, England, situated on the border with Hertfordshire and London. Although a new town, Old Harlow dates back to the early medieval age and most of its high street buildings are early Victorian. Harlow Council is responsible for delivering public services to a population of almost 90,000 citizens and the website is an essential tool for residents to access those services, such as schedule waste collection and acquire legal documentation, as well as a source of information about public life and community events.

Sectors: 
Community
Government
Non-profit
Urban planning

two different registration forms display on page

I would like to thank you for this forum!

I'm not a programmer. This forum has often helped me to create my site.

I give up :-(
How to create two different registration forms?
/ user / register - is the default form for users
and I want to keep the current form.
I want to create a separate one for companies (I even organized)

admin / structure / display-modes / form / manage / user. business

only the default registration form is displayed on the page.

on admin/config/people/accounts/display

I have two forms...

Clean URL will not enable

edit: ok this worked. for whatever reason, my code blocks in the previous attempt jacked everything up as "spam" and an exponentially growing "please wait" timer. idk man.

I have rewrites already for http to auto https. this existing configuration is probably causing issues with your suggested config to enable clean url

Clean URL will not enable

I followed the instructions as listed on this website but it isn't enabling. I suspect it's because of the particulars of my environment?

drupal base location:
/var/www/drupal8

apache2 site conf file (there's 2. i for http that rewrites/redirects to https, and then 1 for https)

http:

Display a list of Nodes in Drupal 8

Greetings,

  I've started the processes of converting my Drupal 7 site into Drupal 8.  I'm having a lot of trouble finding the documentation for displaying a list of nodes with my custom module.  I'm able to find the list of node ids and I can pass them to loadMultiple like this:

$nodes = \Drupal::entityTypeManager()->getStorage('node')->loadMultiple($nodeIds);

My attempt is to pass an array of these nodes to the twig template to be rendered.  I'm trying to implement it like this:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x