Managing Webinars with CiviCRM

Published
2020-07-17 12:51
Written by

With the new reality of living with Covid-19, it is difficult to host in-person meetings. At Plastic Pollution Coalition, we used to host in-person coalition meetings in several cities as a way for people to learn and network with others in their community. In June, we transitioned to doing webinars. Although it's difficult for people to network during webinars, we can still continue sharing best practices and have a dialogue with our community.

(logged-in users can click thumbs up if they thought this blog post was useful) (login to vote or to comment)

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

Published
2024-03-16 09:49
Written by

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

(logged-in users can click thumbs up if they thought this blog post was useful) (login to vote or to comment)

Contributors Unite!

Published
2024-02-24 06:02
Written by

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).

(logged-in users can click thumbs up if they thought this blog post was useful) (login to vote or to comment)

SearchKit Visualizations

We’ve beaten the SearchKit drum now long enough that it’s almost a household term. Seriously though, if you’re not already using SearchKit, you need to check it. Especially now that support for visualizations is under active development.

Thanks to Ben and his perseverance at the sprint in Manchester (Oct 2023), SearchKit not only crunches data like a pro, it can look pretty too! Welcome to the wonderful world of charts and graphs for SearchKit!

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>