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

URGENT: After edit .module file how can i reload it?

Hi, i've edited custom module code (php) but nothing happens after edit. How can i reload it without unistalling and reinstalling it?

Thanks 

Cris

Using Dompdf to download html contents in pdf

Hi,

I am using Dompdf to download html contents in pdf. It works fine for english, but it does not detect Indian fonts.

The following is my code:

$html = mb_convert_encoding($contents, 'HTML-ENTITIES', 'UTF-8');

$dompdf = new Dompdf();
$dompdf->loadHtml($html);
$dompdf->render();

$dompdf->stream();

for Indian languages, it outputs "??????????????" . Also the font-size for Indian fonts is very small Could you please help me resolve the issue?

Thanks,

Help with Drupal 8 and LightOpenID

I am working on my first Drupal 8 website, and I am trying to learn it's framework and systems as I am entirely used to Drupal 7 development. I am trying to build a module that allows authenticated users on my website to link their Steam ID to their account.

There is a library called LightOpenID which is used for this (steam has light open ID support), but I am having difficulties getting it to work with Drupals routing system.

Set Email Field In Registration Page "Not Required"

Hello Guys
I need to set Email-Field in registration page "Not Required".
In fact I want users would be able to register with only username_field and password_field.

Thanks

Writing module to assign role to user after purchasing a product

I'm am trying to write a module that will assign a role to a user on once they have purchased a product (Drupal 8.8.2, commerce 8.x-2.16). I have googled and there are bits and pieces (e.g. "write a new class called an event subscriber to assign that user role on the "placed" transition") that suggest how this could be done.

Connecting iOS and Android Authentication to Drupal for a mobile game

Hello,

We are creating a mobile game and we're evaluating Drupal for the back end.  We want to use Drupal to store the accounts and use Game Center for iOS and Google Play Games for Android to authenticate the user.

Has anyone done this and can someone send me in the right direction for a link or tutorial for this?

Thank you in advance.

Clint

Pages

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