Reading view

Drupal CMS Theme help

I'm fairly new to druapl. I'm using Druapl CMS, I've got a few questions.

1) How do I remove the black bar at the bottom, I've already remove all the footer blocks, but there is still a huge black bar at the bottom of the site.

2) On wide screens, the white background stops and there's a drupal logo wall visible 'behind' the white background on the right. How do I make the white background go all the way?

3) How do I change the background and font colors?

submitted by /u/dsmithpl12
[link] [comments]
  •  

need recommendations for agencies specializing in d7 to d10/11 upgrade

our internal team has been tasked with upgrading our very old, large drupal 7 website to drupal 10, we're a government-related institution, so we have strict security compliance and need guaranteed 24/7 support, we need an agency that specifically handles huge, complex enterprise projects and not just general web design. Someone in our team suggested this company’s drupal development services, but we are still open to discussion and we need some more agencies so we can compare.

does anyone here had a good experience at this level of large scale migration and long-term security maintenance with an agency?

submitted by /u/Schnapper94
[link] [comments]
  •  

Setting up a Drupal 11 website on Hetzner

Setting up a Drupal 11 website on Hetzner

I often get asked where I host my Drupal websites.

When it comes to hosting, Hetzner is my partner of choice.

I've made a post on how I setup Drupal 11 projects on Hetzner.

Link to the post: https://fonsvandamme.com/insights/setting-drupal-11-website-hetzner

If people are interested in this matter (let me know) I'll show you how you can Deploy from Gitlab directly to your server in a next post.

submitted by /u/Fonucci
[link] [comments]
  •  

Media Management done right with Digital Asset Management in Drupal/Node...

Media Management done right with Digital Asset Management in Drupal/Node...

We built a simple yet powerful digital asset management system for Drupal/NodeHive. It offers the core functionality of a DAM:

- Quick Mass Uploader
- Fast asset browsing
- Folder Management
- Collection Management
- Zip Export

What do you think?

submitted by /u/Hopeful-Fly-5292
[link] [comments]
  •  

Drupal docker image looks totally different than Drupal CMS

I setup Drupal CMS locally got a basic site up and running without much issue. Played around with it a bit, and decided it would do what I wanted. Obviously I don't want to host a web site off my windows laptop. So I setup a K3s node on my Ubuntu server and spun an image of drupal there. It works and is the "same" tool but also looks totally different.

I quickly realize the admin theme was different, I change that to Gin and it's similar but not that same.

I'd really love to get exactly the Drupal CMS experience hosted in an image. The default site Drupal CMS came with was fairly close to what I need my final site to be. The project in "composer create-project drupal/recommended-project ." has next to nothing in it, being new to drupal I'm lost on how to make it look and behave like the starter project in Drupal CMS. It doesn't even have the same editor.

I did note that both instances are the same version of drupal, so I know it's just theme/plugins/setup.

What would be the easiest way to get the Drupal CMS starter page to work on the docker/composer image?

I did try the "Single Content Sync" plugin, doesn't seem to work on CMS. And another plugin couldn't even be found in the CMS UI. Any help/guidance is greatly appreciated.

submitted by /u/dsmithpl12
[link] [comments]
  •  

Billing clients for module fixes when multiple clients need same fix

Just wondering if anybody is in this kind of situation. Let's say I need a fix or a custom feature for a module that will be the same fix/feature for multiple clients. How do you handle billing for this kind of work? Record the time and split it among all the clients? Bill each client for the total amount of work as if you did the fix/feature each time? Bill one client and let the others get the fix/feature for free?

This is happening more and more for me and I have clients on monthly retainers so I make fixes and updates on their request or when I am working on my own features.

For example, recent Drupal updates to CKEditor broke a lot of features in LinkIt, Link Attributes and other related modules. I was taking part in the issue queues, testing solutions and reporting on fixes. For other modules, I provide my own patches and merge requests for the modules.

submitted by /u/endlesswander
[link] [comments]
  •  

Crafting a Drupal proposal

I have been tasked with rebuilding a rather huge Intranet site with my company. The core of the current Intranet is on WordPress, but huge swathes are in SharePoint and there are multiple endpoints I need to pull data from and present on certain pages using GraphQL. My company is in the healthcare sector, so HIPPA compliance must be met.

The two front runner proposals in my mind at the moment is Gatsby to just pool the data off the existing servers, and eventually remove the WordPress sites entirely and migrate their content to Drupal.

(EDIT: I've been notified that Gatsby is more or less dead).

My proposal is to either use Drupal directly, having it replace the WordPress sites and link up to the SharePoint hive with the Sharepoint Connector module, or go to a headless arrangement with a presentation server of some sort in front of all these service servers, and then replace WP with Drupal at a later date.

I'm familiar with Drupal and prefer it to WordPress, but I have to convince stakeholders. I've never done a proposal this large before. I'm looking for case studies and examples to build my case. I've already combed through a few of the cases linked on the Drupal Healthcare pages.

The thought of pushing Gatsby first and then bring in Drupal to headlessly back it has occurred to me and I'd be interested in hearing thoughts on that configuration as well.

Thank you for your time.

submitted by /u/Positive-Ring-5172
[link] [comments]
  •  

The future of enterprise Drupal is building a platform and not a website

The future of enterprise Drupal is building a platform and not a website

My session from DrupalCon Vienna is available now and I put out some of my thought.

I still don’t get the point about Drupal CMS because it’s about building a “website” instead of being a content platform for many digital experiences. I get if form small sites - but if you are small you likely already use one of the many SaaS offers.

What do you think?

submitted by /u/Hopeful-Fly-5292
[link] [comments]
  •  

Token formatting for “webform_pardot” mapping - how do you submit a select multi value field?

I’m stuck on this.

I have a web form with a select list.

We have to push the data to pardot.

How do I use token to get the selected values and push them in to a pardot pick list. ?

The pardot mapping looks like this.

email|email first_name|first-name last_name|last-name account_name|company title|title phone_work|phone primary_address_city|city primary_address_country|country [webform_submission:values:solution_checkboxes:value]|interest fq_other_comment_c|comment fq_hidden_url_c|conversion-url

The webform token I have there, is where I'm stuck.

My form has a number of select items in this field, as a multi value checkbox select.

Do I need to map specific checkboxe as individual lines? Do I need to know the exact option values on the pardot side? (where my mapping needs to be like "interest.key" ?

I found this patch - but I don't know if I need it? https://www.drupal.org/project/webform_pardot/issues/3215050#comment-14109894

All of the other fields, as plain text, submit just fine... so I know we're getting data across the submit. Its just this field that is giving me problems.

Thanks!

submitted by /u/alphex
[link] [comments]
  •  

Suggestions for a Responsive/Off-Canvas Menu

For years I've been using the Responsive and Off-Canvas Menu for my mobile menu. https://www.drupal.org/project/responsive_menu

I really like the functionality and how easy it is to use and configure. But it throws up three accessibility errors, which are known in the issue queue but relatively inactive. I can't really wait around for the fixes to come through unfortunately.

So does anyone else have suggestions for an easy to use mobile menu module? I really prefer the slide-in/off-canvas menus as opposed to the accordion expanding ones. yale.edu has a great menu on a drupal site but I don't know if that is an available module or something custom.

submitted by /u/epbarta
[link] [comments]
  •  

How to generate "security" and "update" type logs on watchdog? What are they?

I am working on creating OCSF schemas for watchdog logs and I came across some types -

|| || |User| |Access Denied| |System| |PHP| |Page Not Found| |Cron| |Security| |Form| |Update Manager|

I need to know if these are the only types? how are these types generated? I saw in my test environment there are some "content" type as well which I don't have understanding of.

Also if these are all expected to be there, how do I generate all of them specifically "security" type because that will be important to be mapped to OCSF schema.

Any help appreciated in understanding this "type" field.

submitted by /u/Ok_Tangelo7197
[link] [comments]
  •  

Is there any production ready theme?

Hey,

I am making first steps with Joomla for a multilingual project. Is there any theme that could be without large works production ready for an open data project? I am not lazy, I am just not a php developer and I feel I could move much quicker with Wordpress despite liking the ideas behind drupal more.

askingforafriend

submitted by /u/assured-ownership
[link] [comments]
  •  

Issues with syncing File URLs from Drupal to Salesforce

New-ish drupal user here. I am trying to sync webform submission values, including file uploads as a URL to Salesforce. I only have access to the website UI for settings and such. I have the org authorized and basic required fields set up using webform tokens and constants under the Salesforce mappings tab. I have been able to successfully sync over test forms.

The issue i am running into is i am trying to sync over the attachments as a URL, however, if real-time push is enabled, the SID does not get populated on the URL in Salesforce. If real-time push is disabled (with any amount of time delay for pushes), the SID does get populated on the URL, but the domain of the URL is stuck at https://Default rather than the website URL. This causes the file URL to be invalid when clicked on.

For some more info, there are 2 fields on the webform can intake multiple files. If there are multiple files on the image and i sync it over, each individual field will generate a URL followed by a dash, then the next URL for however many attachments were uploaded to that file.

Has anyone ran into this issue? Any help would be appreciated. There was a suggestion i saw to set the base URL in settings.php, but that is something that i do not have access to.

submitted by /u/Lemonbev
[link] [comments]
  •  
❌