Questions tagged [drupal-modules]

Drupal modules are add-ons for Drupal that allow you to extend, and customize Drupal functionality. Use this tag is for questions about available modules hosted on www.Drupal.org.

Examples of Drupal modules are Views, Token, CCK, and Pathauto.

The Project Usage Overview contains a complete list of all available modules for Drupal. This includes a ranking about the number of reported installs for each module.

Get access to all sorts of resources for any Drupal module via drupal.org.

2207 questions
0
votes
2 answers

Admin Menu Vanished in Drupal 7

I was installing some modules in Drupal 7.  Suddenly, the helpful buttons across the top for admin mode disappeared.  Can anyone tell me what happened and what I have to do? I am able to go to {website}/admin and essentially see the same buttons on…
xarzu
  • 8,657
  • 40
  • 108
  • 160
0
votes
1 answer

Drupal webform submission - Comments, like

We have an small internal webform setup within the business that currently collects ideas for the business submitted by users which are emailed off to single email inbox. This has been in place for a while now and has generated 100's of…
Scott
  • 171
  • 3
  • 23
0
votes
2 answers

How are custom 'notafield' handlers defined for Views 2 (Drupal 6)

I can only find docs for predefined handlers. I guess I would have to override one of the handler classes, but which methods do I actually have to override? I read somewhere that new handler for Views 2 need to be registered with Views. Where and…
EricSchaefer
  • 25,272
  • 21
  • 67
  • 103
0
votes
1 answer

How to import excel data to drupal with custom module?

I always import data via navicat and there's no problem at all. But, I want to build a custom module in drupal, so authorized uses could import data from theirs excel's files to a table. There's one excel file that contain headers and data like…
bandungeuy
  • 378
  • 4
  • 19
0
votes
1 answer

Display unique node using views in drupal

I am trying to display latest articles using views module. There are 12 article should be displayed per click of pagination excluding the duplicate entry. So, I tried as: checked Advanced > Query settings > Distinct but no luck. I have also tried…
StreetCoder
  • 9,871
  • 9
  • 44
  • 62
0
votes
1 answer

How to integrate 2c2p payment api in drupal module?

I am implementing a 2c2p payment api in custom drupal module.The error is showing like 9002 : Payment authorization failed. in the…
Soul Coder
  • 774
  • 3
  • 16
  • 40
0
votes
0 answers

On using CSRF Token in Routing file of custom module throws error?

I used the (_csrf_token: 'TRUE') in the Custom Module of my routing file. So i got error like(Uncaught PHP Exception Drupal\Component\Serialization\Exception\InvalidDataTypeException: "Unable to parse at line 32 (near " _csrf_token: 'TRUE'")."…
B.lakshman
  • 401
  • 1
  • 6
  • 19
0
votes
1 answer

In Drupal 6 how do i automatically create CCK fields on a node when a new node of a referenced node type is created?

I'm using Drupal 6 and Views 2, along with CCK, Panels and Node Relationships. (so far) I have two basic content types defined: User Profile (using Content Profile module) Product Each of these content types has a node reference to two other…
David Meister
  • 3,941
  • 1
  • 26
  • 27
0
votes
2 answers

Any gated content module in drupal 7

Could you anyone know is there is any gated content module in drupal. I want to do add form before downloading the PDF. Eg. https://www.hds.com/en-us/pdf/ebook/cio-guide-to-digital-transformation.pdf content that requires the acceptance of some…
0
votes
1 answer

Drupal 8 - Alter session variable without redirecting the page

I'm looking for a solution to change a Drupal Session Variable (PrivateTempStoreFactory) without redirecting to another page. I can accomplish altering the variable by using routing.yml in my module, but this is not a solution that is effective as…
Josh S.
  • 612
  • 3
  • 8
0
votes
1 answer

Filtering theme_table in Drupal

I just created a data table based on a query and displayed it successfully using theme_table(). Now, I'd like to add some filters to the table but have no idea how to proceed. Is there a built-in feature that allow me to do this easily, or should I…
Frank Parent
  • 2,136
  • 19
  • 33
0
votes
1 answer

How to manage data from different sources in a Drupal 7 site?

I have data in different formats such as CSV,XLS etc. I have to import the data into my Drupal website and i have to create buttons which could provide different functions on that data such as addition,average etc. And also if i make changes in my…
0
votes
1 answer

Can I combine Views page tabs with module generated tabs?

I have created a View with multiple page displays. I have specified one as the "default tab" and the other two as "tab" and they all display correctly together on a page similar to this: I would like to be able to insert another tab onto this page…
markdorison
  • 139,374
  • 27
  • 55
  • 71
0
votes
3 answers

remove duplicate values from entity reference fields

When i import feeds into an entity reference field, it creates duplicate values that look like the code below (using devel module) $field_tags_people['und'][0]['target_id'] = 578 $field_tags_people['und'][1]['target_id'] =…
mooru
  • 71
  • 6
0
votes
1 answer

Recreate content entity table in Drupal 8

I have a custom module and just created a content entity using drupal generate:entity:content. Played a bit with it, and deleted table from PHPMyAdmin. Now, I am unable to recover it back, I tried to create table again, but drush updatedb…
umpirsky
  • 9,902
  • 13
  • 71
  • 96
1 2 3
99
100