Re-use images in an image field with drupal 8 - image

I have created an image field and I would like to be able to select an image already used in another content.
Is there a module to do that from the "Add new file" button of the field?
Thank you for your help

https://www.drupal.org/project/imce
IMCE is an image/file uploader and browser that supports personal directories and quota.

Related

How do I add images to servicenow?

I want to upload images to ServiceNow as a developer. The images I want to upload are below. I can't find an images or upload attachment section. I don't have access to any databases at the moment.
enter image description here
There is a table called db_image
You can navigate to that table and add an image.
It's very simple.
Please find my screenshot below.

Multiple Image upload functionality in system configuration Magento

How can we get Magento default Multiple mage upload functionality in system configuration section ?
Currently I am using adminhtml/system_config_backend_image backend model for single image upload. But I need multiple image functionality same as available in edit product section.
You can create new product attribute with type Media Image and scope Global.
It will appear within Images tab when you edit product.

Joomla Slider which takes data from custom forms

I’m a newbie to Joomla and I want to add an image slider to my Joomla site.
When user click on an image in the joomla page, it should redirect to the backend web application (which is a JSP/Servlet webapp running in tomcat) with several parameters specific to that image. These parameters need to store in joomla along with the images.
1) I have to create a custom form in Joomla to upload an image and other parameters. But also I have to display the already entered records and allow user to edit/delete them.
2) These uploaded images should display in the image slider with their parameters.
Can anyone advise how should I approach this?
I created it my own way. Hope this helps to somebody.
I created a component of a grid with a form using component-creator. This is a free tool which is very useful in Joomla component generating. ( Or you can be a paid user for advanced features)
Then I installed the component and upload images with their parameters.
Then I created a custom module for image carousel. Details for these images were taken from the mysql database. I used jCarouselLite for the image slider.
Thanx :)

How to create banner management in drupal 7

I am using Drupal 7, I have need to make a banner management system,
user only upload image file and add image title.
Image should be display on header section and sidebar.
You can refer to the link on how to add banner http://www.bywombats.com/blog/06-08-2010/building-rotating-image-banner-views
Create a content type for banner with image field.
Using views module create 2 blocks displaying only banner content type.
Assign block regions with one in the header region and the other in the sidebar
Provide adequate css or overwrite template file to get the desired look and feel.

Adding Banner To Magento Product Page

Hi Everyone i am seek your expertise. I am working on a magento store and am wanting to add a banner to my product page like the image attached. This banner needs to be different on each product page so am wanting a way that i can either browse my computer for the image or add a url to the image location. I am thinking i need to create an attribute and then under Admin > Catalog > Manager Product > Images list i will be able to pull in the banner just like adding a new image product. Is this the correct way of doing it and if so, how can i specify on my template where the banner will be added (i.e at the top of the page). I have tryed to find some code where i can add so it knows that when i have this attribute to put it in that location. Any help would be much appreciated
Thanks
Ali
Sorry without the actual code there is not much help you will get. But this is an idea you can use:
Yes your thinking it correctly. Although a more elegant way to do this would be by adding an option in the image grid as (banner). This will allow you to use the power of existing image processing and handling systems in magento.
Once this is done; simply add the code in template file for product view page (I am not sure whether this is a enterprise or community version or you are using a theme. It's best to enable the developer debugger option to view the template file path).
In terms of adding this code this should be fairly simple. You just need to check any image has been flagged as "banner" or not. Then do some resize to fit in the page and it should work.
Hi you can simply create a one new attribute for a product using for banner image and you can use that attribute on product view page, and the banner will be display on product page according to each banner attribute value specify in the admin. This will be very simple in use.

Resources