Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am new to Drupal development. I have been tasked with creating a custom Drupal 8 listings website. You should be able to add listings, search listing and view them via a master detail approach. The listings need to be queried from a external database (not Drupals native one).
My solution to this was to create a custom module named business_listings.
I am currently storing the listings in a external database in a table called business_listings
The Children's Cancer Society in Norway is an organization fighting cancer in children and giving the families the support they need. To spread the word and build out campaigns they needed a scalable landing page builder that would perform well. Frontkom did the design and development for the site, leading the process together with the organization.
The project is the very first production site using Drupal Gutenberg module.
I want to give authenticated user to give access to view unpublished node so that they can view to the node but currently showing error 403 access denied. I tried a module view_unpublished but after give permission using view_unpublished module to give access to the published node it provide a link to rebuild permission . but i dont want to user this it may break set permission .
How to permit users to view unpublished nodes which they didn't create?
※Apologies if this should be in Theme Development forum...
I am currently working with the YG Business One theme and am trying to add in a login/logout button on the main navigation menu in the "Primary menu" region.
I want to integrate my Drupal 8 site with Microsoft SQL server and I can see your module available call sqlsrv where the module is free but driver for mssql is a licence version.
Any idea will it work with Drupal 8.6.4 and latest Microsoft SQL server?
Any idea about the licence cost for the same?
I have learnt somewhere that the sqlsrv module version 8.1 is free and no licence for the driver required. Any idea regarding the same? The 8.1 version is release candidate. Can it be used for production?