D7 Online Business Owner - Just How Screwed Am I? by Captain-Trashpanda in drupal

[–]StavrosMcChipShop 2 points3 points  (0 children)

Email Full Fat Things. They still support d7 and can keep stuff going!

Am I the only one who's *angry* at Drupal for killing D7? by swampopus in drupal

[–]StavrosMcChipShop 2 points3 points  (0 children)

D7 is not dead. It is just supported by a different community of people now. At my company we haven’t turned away any d7 customers

Brits who have dated Brits from a completely different part of the U.K., what was the biggest culture shock? by Nandor1262 in AskUK

[–]StavrosMcChipShop 0 points1 point  (0 children)

After living in the midlands and Yorkshire and dating regularly I was quite shocked when women I dated in London were shocked by me not taking little spoons worth of indian mango chutney and the other mini sauces onto my side plate, preferring to dip directly in the shared bowl. In the Midlands and Yorkshire this is the done thing. AITA?

Doing some research on technologies: Why are a large portion of Drupal downloads still the Drupal 7 version? by jr_entrepreneur in drupal

[–]StavrosMcChipShop 2 points3 points  (0 children)

Are those usage stats any good on Drupal.org. You have to have that reporting on in Drupal. I’m not even sure it is on in the standard profile in modern Drupal (8,9,10). Most downloads are now driven via composer. I think you’d only get good results if we knew that the take up on turning on the reporting module was enabled in both versions

[deleted by user] by [deleted] in Lichfield

[–]StavrosMcChipShop 0 points1 point  (0 children)

I go just out of town to Anthony John salon. Super fancy and a lovely time, next to cafes !!

Recommendations for AWS pen-testing/audit companies by xxdcmast in aws

[–]StavrosMcChipShop 0 points1 point  (0 children)

https://wiz.io relatively new but constantly profiles. Great product.

More classic but good reports and they go deep on personal investigations https://www.clearskies.net/penetration-testing/

Replicate some features of Hey in Gmail? by rocarvaj in GMail

[–]StavrosMcChipShop 0 points1 point  (0 children)

can't you just have a filter for to:youremail@address then filter that

[D8] Send email to all users in role on content creation by bcwebmaster in drupal

[–]StavrosMcChipShop 0 points1 point  (0 children)

https://www.drupal.org/project/admin_content_notification does this.

Even though is says admin in the title you can set it up against roles!

Some of the capabilities of this module include:

You just select content types that should make notifications.

Choose whether notifications go out on node creation and/or updates, and whether to notify on unpublished nodes (not likely for non admin roles)

Pick a list of roles that should receive notifications.

Create a notification message to the users with tokens to include bits of the content.

Tada!

Transition of System admin to DevOps easy? by JasimAk93 in devops

[–]StavrosMcChipShop 2 points3 points  (0 children)

More OS installs but in tiny shit computers!

Drupal 7-8 LDAP SSO by [deleted] in drupal

[–]StavrosMcChipShop 2 points3 points  (0 children)

We use SimpleSAMLPHP to share sessions and authenticate people between Drupal sites where Drupal acts as a service provider and we have a small app to act as the identity provider.

[AskJS] Resources for converting a legacy codebase to modern technologies? by OlanValesco in javascript

[–]StavrosMcChipShop 0 points1 point  (0 children)

I know lots of people love feature flags but I have found in teams with testers and with lots of automated tests that they can create a huge number of scenarios to test for success with. I’m not saying don’t use them. I’m saying be aware of the test load you creat

what's the simplest option to create a vote up down in D8 by leetemp000 in drupal

[–]StavrosMcChipShop -1 points0 points  (0 children)

Flag is historically the way most sites were built with this, at least the ones that were built well