Is there a custom module to drag and drop files in drupal 8? - drupal-modules

There is an option in Drupal 7 to drag and drop files (https://www.drupal.org/project/dragndrop_upload). But couldn't find one for Drupal 8. Please help me out.

In Drupal 8 drag and drop files feature is possible using the PLupload (https://www.drupal.org/project/plupload) and PLUPload Widget (https://www.drupal.org/project/plupload_widget) combination. Provides integration between for the Plupload widget to upload multiple files and Drupal.

I also search for this but not found any module for that.
You need to do it by custom by using any third party library.
E.g: you can use Dropzone library, they have good documentation also.

Work is being done directly in Drupal 8 core. All efforts should be directed there so that contrib/custom modules are not necessary for this purpose.
See File Field design update for details.

Related

Where can I find a hook to customize the search via Shopware App?

I am prototyping a Shopware App right now, where I want to extend the search with our search API. We already have a working plugin in the store for that.
I found those two references for hooks:
https://developer.shopware.com/docs/resources/references/app-reference/webhook-events-reference
https://developer.shopware.com/docs/resources/references/app-reference/script-reference/script-hooks-reference
Seems like there is no webhook for the search at all and just a script-hook for a finished search. In the plugin, we could just extend the ProductSearchRoute and be completely flexible.
Are search extension not planned right now?
Cheers,
Tobias
I assume you want to alter the criteria for fetching the products. As of today this is not yet possible with non-self-hosted apps. You could use the app scripts to enrich or replace the contents of an already loaded page as you already mentioned. Obviously that comes with some drawbacks regarding performance. The capabilities of apps are being enhanced continuously though so there's chance search manipulation might become possible rather soon.

Search for fields other than title in Sitefinity backend dynamic module search

In sitefinity version 8.2 there was an option to search within dynamic module items by full name in the backend. But it is not giving any result after my upgrade to 12.2. Is this feature still available or should I need to enable it anywhere in the settings? I couldn't find any documentation related to that.
The search is working only for the title. Our application was in Sitefinity 8 and recently upgraded to 12.2.
Need some help with this.
Unfortunately the new backend UI (AdminApp) searches only by Title field.
A few workarounds are offered here:
https://knowledgebase.progress.com/articles/Article/adminapp-searching-in-the-backend-works-on-title-field-only
The easiest of which is switching back to the classic (old) UI.

web based wysiwyg mail editor component

I'm working on a web based application that needs to send email. I want my users to be able to create html templates with an easy editor. I don't want to build this component myself. Are there any components available that can do this which I can integrate in my application?
There's lots of both free and licenced components out there. My favorite is TinyMCE.
https://www.tinymce.com/
A simple Google search will give you heaps of other choices.
I also used this one in my latest project, and it is also great:
https://www.froala.com/wysiwyg-editor

JSF modular web application

talking about a modular web application like a Content Management System, where you can upload and install separated modules, I would like to know what is the best way to develop separeted modules (like News, rss Reader, Forum, etc...) using JSF, that could be put in packages and uploaded into the modular web application.
Thank you!
F.
Ok found the solution...
Simply use composite components... I was thinking that CC were useful to build little custom components only, but not to build entire sections of the view... this is not true. This article in IBM web site shows that it is possible to use CC also to build big parts of the view:
http://www.ibm.com/developerworks/java/library/j-jsf2fu2/index.html
Good and easy! :)

The Definitive Image Gallery Engine / Plugin Guide

I want to get a good list of image gallery engines of all flavours: Stand alone, plugins for Wordpress or Rails, AJAX, no AJAX, using simple folders or a database on the server.
Please state what is needed (eg MySQL and Django) to run each item if possible. Thanks!
[I asked a similar question a while back but had limited responses. Hopefully with more users and a small bounty this will pick up more steam. EDIT - can't attach a bounty for two days. Hold tight.]
These are the ones I recall at the moment, they are all easy to integrate and they don't require much implementation to use. They all have a good and appealing design. Hope it helps.
Cooliris: Runs on flash, uses an
RSS feed to show the images
FancyBox: Jquery Plugin, you
just need to have create an < a
ref... arround the < img src...
LightBox: jQuery plugin, also
easy to use.
Photo Slider: jQuery plugin, as
some thumbnails bellow which you can
use to slide through the images
SimpleViewer: Nice Design, shows
thumbnails and images
HighSlide JS: Javascript viewer
I like Gallery the best of any I've seen. It requires PHP and a database). It can be plugged in to WordPress and other CMSish things
Take a look at SourceForge
If you are looking for a gallery application I recommend the open source project 'Gallery2'.
Lytebox is easy to use and very nice. It's enhanced version of LightBox.
Here is a nice photogallery using silverlight. Slide.Show is another slick Silverlight gallery. There are many gallery modules available for DotNetNuke, and an official module. There are also a great many available on Codeplex.

Resources