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

How to develop a custom view filter for RSS Feed

I’m developing a drupal site and I need to create a view that take in a RSS feed and allow the end user the ability to selection content by tags and date range (ex 12/13/17 – 12/26/17)

Using Drupal 7.x

I'm sure this can be done, but it’s beyond me. 

Would really appreciate any advice. 

Thanks.

How to create a custom login form in drupal 8

Hi,

I need to know please any suggestion about how to create a custom login form for another type of users in drupal 8 , I have now /user/login is for administrator, but I need to add /account/login it's different for the first one and it's for a normal user and this form should use the functionnalities of drupal 8.

Thank you in advance

Switch to external database in custom module

Hello friends,

I am trying to switch to and query a external database in a custom module I have created.

I have added the external database below the native database in settings.php: 

// Add second database

Switch to external database not working

Hello friends,

I am trying to switch to and query a external database in a custom module I have created.

I have added the external database below the native database in settings.php: 

// Add second database

Sending emails from users after confirmation

Hi,

i have a Drupal 7 installation, where i need to implement the following workflow:

The Websites gives the user a prewritten statement, which can be send from the website to a pperson of public interest (politians) under the users name / email. The email ddresse of the user must be verified before the email will ne sent. This shall be done by a confirmation link send to the users email address. Once the user confirmed his email, the mail will be send by drupal.

Integrating code for second "external" database

Hello friends,

I am new to Drupal Developement.

I have found quite alot of information regarding adding a additional database online, I am just struggling to implement it in my existing code.

I have a file called BusinessListingDbLogic.php, that currently connects to the native Drupal database and performs queries.

I make the connection to the native database using the following code in BusinessListingDbLogic.php

Pages

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