CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Configuration page

Drupal 7 – Creating a module (Part – 4)

As of now, we have created a node on the Configuration page to place the link to change the example module’s configuration settings. Now we have to implement the functionality to run when the user clicks on the Example node from the Configuration page. That means, we have to tell Drupal to display the Example […]

Drupal 7 – How to set file system paths?

Drupal’s File module allows to upload and attach the files to content. The file module will use default locations to store and manage the files. Drupal allows you to set the locations where Drupal will store the files. Most of the time we can go with the default locations (file system paths) which are defined […]

Scroll to top