User Upload Files to Server

Hi,

I am currently looking into having it so users can upload their own videos or images to my server, then when creating a custom content type (video or image content type) they will be able to select from their own files which have already been uploaded to the server, or from files locally on their computer.

Currently I am looking into using Drupal 8's built in media upload function, though I am concerned that they will be able to view all users uploaded content if I go that route.

Migrating Drupal 8 from Localhost to Liveserver

I am manually transferring the THEMES, MODULES, PROFILES and FILES directories to their respective places in the already installed Standard Drupal 8. Also Imported my Database. 

But the Custom Blocks, Menus and Views not appearing after the migration.

Drupal 8 Cache grows enormously

Dear all,

our drupal 8 Webpage has the issue, that within a week, the cache tables grow very big -- the site blocks when they get larger than 1Gbyte, 1&1 only allows the database to be 1GB ... I have to manually empty the cache at /admin/config/development/performance once a week ...

cache_dynamic_page_cache; cache_page; cache_render are the largest ones. I notice the expire timestamp is set to -1

I have other sites -- simpler sites --  with drupal 8, where this is not an issue

how can l overwrite article title?

Hi everybody! l use CSV importer to create article.

Is there any possible let article title only or the article can be overwritten.

if it's possible how can l do that.

thanks

Performance thresholds in D8 entities?

I was wondering if anyone has done any bench marking with large entity numbers when querying the data directly and were happy to share their experience.

For Drupal 7, node entities seemed to start lagging around 100,000 mark albeit we've got sites with well over 1,000,000 nodes running fine with caching / indexed queries.

Without testing, off the top of my head based of Drupal 7 experience:

Config entity: 1000 per type, way lower as often all of the entities are loaded in a single hit.

Fielded entities: 100,000

Non-fielded entities: 1,000,000

Empty link creation

Is there a way to create an empty link in D8? What I want specifically is

<a href="javascript:void(0)">Link</a>

Url::fromUserInput('#', ['fragment' => '#']) creates an anchor tag with ## link.

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x