How do we get rid of the /drupal on the tail end of the domain name?

I love Drupal. And I am even more impressed with Drupal 8. Used 7 for a while now.

However, I have spent 3 days trying to use Drupal for a real world web site and the client doesn't want to see:

www.clientdomain.com/drupal as their home page. They want to see www.clientdomain.com be their home page.

Limit content type to one node per user

I am trying to limit a single content type to only allow one node to be created per user. I have found several modules that look like they will do the job for example:

https://www.drupal.org/project/node_limit

but each one I've found is old and doesn't work with Drupal 8.

I would be very grateful if someone could tell me how to do this in Drupal 8.

Thanks,

Tom

Notice: Undefined index: #default_value in Drupal\Core\Datetime\Element\Datetime::valueCallback() (line 103

Fix for this

Go to Drupal installation folder and following core lib file.
core\lib\Drupal\Core\Datetime\Element\Datetime.php

On line 103 make necessary changes to look like this.
$date = isset($element['#default_value']) ? $element['#default_value'] : null;
if ($date !=null && $date instanceof DrupalDateTime && !$date->hasErrors()) {

Countries Modules v. Country Taxonomy + Can I move between them?

I've got a project that requires classifying each node as representative of a specific country. I'm not quite sure I can appreciate the distinction between creating a taxonomy (and having 200 countries entered manually) or using the module (which separates countries by continent for a hierarchical list.) I can then enter a field in CCK of which there is a "country" type stored in the database. What I need most is to have the ability to use the field in a faceted search to drill down to find nodes/documents that are associated with a specific country.

Workflow Modul does NOT change the state

HI

I have created a workflow with different states and access rights.

The states are: (created) - saved - waiting - online - offline
Possible flows
saved -> saved : Label: save
saved -> waiting: Label: create
.....

If I create a node I see the following buttons
save create preview delete

When I push the save button it stayes in the state saved. As aspected
But when I push the create button it also stayes in the state save. But it should go to waiting.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x