CiviCRM on Drupal 7 is Reaching End of Life: What Are Your Next Steps?

Published
2024-12-08 04:26
Written by
pkeogan - member of the CiviCRM community - view blog guidelines

Drupal 7 will go end-of-life on January 5, 2025

With the end-of-life, security updates for Drupal 7 will cease, leaving your CiviCRM website vulnerable to threats and potentially facing compatibility issues. It's crucial to understand your options and take action to ensure your site's security and functionality.

My CiviCRM Site Is Running Drupal 7. What Can I Do?

All is not lost! Organizations running CiviCRM on Drupal 7 still have viable options. 

CiviCRM Support for D7

Published
2024-12-05 06:32
Written by
josh - member of the CiviCRM community and Core Team member - about the Core Team

For 2025, the CiviCRM-D7 integration will continue to receive basic support, but usage is discouraged. Specifically:

A Tale of 2 Sites

Published
2024-08-07 04:13
Written by
josh - member of the CiviCRM community and Core Team member - about the Core Team

Next year, CiviCRM will celebrate 20 years of existence! And while some things have changed dramatically in both the community and software, our mission has remained the same: to ensure that all organizations, regardless of size, budget or focus, can access a world-class CRM.

Our commitment to this mission is as strong as ever and is, in fact, a primary driver behind an impending change in how we present CiviCRM via https//civicrm.org, its primary marketing channel.

CiviCRM Theming, introducing a new approach and set of themes

Published
2024-07-02 02:59
Written by
nicol - member of the CiviCRM community - view blog guidelines

At CiviCamp Hamburg at the start of June it was nice to finally share for the first time a project to improves how CiviCRM looks I've been working on for several years, alongside Rich 'Artful Robot' Lott and in close discussion with the core team. With the related extension just reaching version 0.7, after resolving dozens of issues raised during the Sprint, it feels time to introduce it to the wider community.

Introducing the DocBot extension - A new AI-based Documentation Assistant

Published
2024-03-16 09:49
Written by
josh - member of the CiviCRM community and Core Team member - about the Core Team

What’s this DocBot all about? Well, in short, it’s an AI-based bot that puts the end user, developer and system administrator documentation into a CiviCRM extension that allows fast, efficient Q&A style searches. Basically, it puts the entire CiviCRM documentation at your fingertips, providing answers and how-to style guidance in-app.

Don’t worry… the docs are NOT going away! In fact, they are as important as ever

Contributors Unite!

Published
2024-02-24 06:02
Written by
josh - member of the CiviCRM community and Core Team member - about the Core Team

It’s been a few months since Mathieu reworked version 1 of the contributor listing using SearchKit. You can see it in action at https://civicrm.org/civicrm/contributors

Let me start by saying that it isn’t perfect, meaning that it doesn’t capture every contribution from every corner of the CiviVerse, nor will it display past contributors that are now inactive (at least not without them following the process detailed below).

FormBuilder: Support for Contributions

One of the most powerful and important features of FormBuilder is arguably the most complex, hence why we’ve been patient (some might say ‘slow’) in its implementation. We’re talking about support for contributions, i.e. processing payments, in FormBuilder 

But, as the saying goes in the great country of Texas, it’s time to “take the bull by the horns”.

Exciting, we know, though maybe not for the bull. Anyhow, before we get saddled up, let’s set a few expectations up front:

Little BIC 1.7.6

Release Date
Release Version
1.7.6
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="org.project60.bic" type="module">
<file>bic</file>
<name>Little BIC extension</name>
<description>Generates and maintains a list of banks</description>
<license>APGLv3</license>
<maintainer>
<author>B. Endres</author>
<email>endres@systopia.de</email>
</maintainer>
<releaseDate>2023-08-02</releaseDate>
<version>1.7.6</version>
<develStage>stable</develStage>
<urls>
<url desc="Main Extension Page">https://github.com/Project60/org.project60.bic</url>
<url desc="Documentation">https://github.com/Project60/org.project60.bic/blob/master/README.md</url>
<url desc="Support">https://github.com/Project60/org.project60.bic/issues/new</url>
</urls>
<requires>
<php>&gt;=7.3.0 &lt;8.0.0</php>
</requires>
<comments>Originally Developed by Carlos Capote and Björn Endres</comments>
<civix>
<namespace>CRM/Bic</namespace>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi" />
</classloader>
</extension>