This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

How to Display all the products of a company

We use Drupal to build a website which allow different company submit the products they sell. So, we have two entity type in the system:

1. Company

2. Products: sold by Company

And in company page, we want to list all the products sold by this company. How to implement this feature?

Tracking the sharing of articles/blogs

I want to know how to track the names of the users who share the blogs or articles or any content on the site.

scenario1: if i have a report pdf uploaded to the site. and allow users to share the link of the pdf for download. now i want to know the names of the users who shared the link

scenario:2 : 

on the list of users, if i click on the user name i must know list of the articles/blogs/files shared by that particular user.

Is there any modules available for these kind of tracking?

Thanks in advance for helping.

Control a module via a session variable?

The majority of visitors will be anonymous so I'll not have any mechanism to set by user.

What I'm trying to achieve is a toggle between output formats. The documents being displayed have quite a lot of academic abbreviations and we need to have the site a little more accessible to a general reader. I'm looking at a filter to control how these are displayed depending on the preference of the reader and have the option to display these as the abbreviation, the full phrase or using the HTML abbr tag (quite a simple on-the-fly unpack of the abbr tag).

Drupal8: How can I refresh a custom block twig file content with an Ajax API

Hello,

I have developped a custom block with custom twig file.

My question is how can i refresh the block content with ajax request?

Download file after VBO custom action

Hello, I've developed a little VBO custom action that creates a zip archive based on user selection.

My problem is that I don't know how to redirect the browser, after the VBO action, to download the zip file:

I'd like to find an example for drupal 8, I tried to implement some D7 examples but had no luck (probably

because I'm not a drupal / php developer)

Thank you

Marco

Issue while creating patch for drupal.org contrib modules

Hi,

I am creating patches for drupal.org contributed modules.

I am using this git command for creating patch file

git diff module_file_name.module > patch_file_name.patch

Its creating patch file successfully, but its creating patch file with full path in my patch file like below:

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions