Account created on 1 August 2010, over 14 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

This would be a great feature. I found this issue because I have a very similar use case. Did you solve it?

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

I have the same issue. I have a list field and the first option has a machine name "0" and I can't update the field at all. I need to add a default value for the field but because I can't save it without "Value field is required" I can't update the default. This bug renders the field un-editable.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Following the advice of @kiwad in https://www.drupal.org/project/views_data_export/issues/3166881#comment-... πŸ› Data Export path is being set as the action for exposed filters form when using views_embed_view() Active , I turned on AJAX for the views block display (to which the export is attached) and now the exposed filter works and does not trigger the download.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

@verres - My problem was that both Layout Builder Modal and Layout Buider iFrame Modal were installed at the same time. Removing one got rid of the white text on white background in the WYSIWYG.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

I appreciate @mark_fullmer giving a list of steps, but I do not see consensus on how to move forward. Like @dawnherald, I have questions about how the preferred set of modules.

I've got a Drupal 9.5.10 site with: Bootstrap Layout Builder 2.1.1, Bootstrap Styles 1.10, Media Library Theme Reset 8.x-1.5, Layout Builder Modal 8.x-1.2, Layout Builder iFrame Modal 1.3.0, and Layout Builder Restrictions 8.x-2.19 installed.

This was working perfectly until updating to CKEditor 5 and installing Layout Builder iFrame Modal, and now the WYSIWYG for blocks (only while using Layout Builder) are showing white text on a white background (like @chike but without Layout Builder Blocks installed), rendering them nearly impossible to use.

@mark_fullmer (above) said this:

Switching to Layout Builder Iframe Modal
The project page of Bootstrap Layout Builder lists Media Library Theme Reset as a needed module. However, it is not a dependency in code. Therefore, sites should be able to switch as follows:

  1. Add "Layout Builder Iframe Modal" to the site codebase. https://www.drupal.org/project/layout_builder_iframe_modal β†’
  2. If the site is using the alternate module "Layout Builder Modal," uninstall it and remove it from the codebase.
  3. Enable "Layout Builder Iframe Modal."
  4. Uninstall "Media Library Theme Reset" and remove it from the codebase.

If there's folks in my position with Layout Builder iFrame Modal, Layout Builder Modal, and Media Library Theme Reset installed and enabled, should the steps be these?

  1. Update Bootstrap Layout Builder (2.1.2) and Bootstrap Styles (1.1.1)
  2. Disable "Layout Builder iFrame Modal"
  3. Uninstall "Layout Builder Modal," and remove it from the codebase.
  4. Enable "Layout Builder iFrame Modal."
  5. Uninstall "Media Library Theme Reset" and remove it from the codebase.

Because @flyke ran into the requirements still for Media Library Theme Reset, does anyone know:

Does Bootstrap Layout Builder 2.1.2 still require Media Library Theme Reset?
Does Bootstrap Styles 1.1.1 still require Media Library Theme Reset?

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

I have the same problem while using a Bootstrap Barrio 5.5.12 subtheme, CKEditor 5, Layout Builder, Bootstrap Layout Builder, and Bootstrap Styles. When we switched to CKEditor 5, the WYSIWYG editor suddenly shows white text on white background. It is not a problem for blocks being edited outside of Layout Builder; it only shows white text on the blocks while using Layout Builder.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Getting this functionality into the UI would be really helpful for folks who want to aggregate entity reference field values (not IDs) for display in views or for use as facets. If editing the config file is the only way to do this, then can we get some new documentation that specifically outlines where to find the correct config file and how to edit it?

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Can we get a new release of Group that includes the patch?

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

As I work through utilizing this module, I'm trying to update the documentation to share what I learned and to make it more accessible to a wide range of users.

I've followed the Event Colorizing instructions but I can't get it to work. The taxonomy reference field is in my view, the field output is set to "Entity ID" and I've added the code and tweaked it with the field and color map for the tids and color codes. There are no changes to the background color of the events.

It is not clear if I am missing something or if FullCalendar has changed. 

In the view, is there anything to modify in the "REST Export: Row Style Options" be for the Entity ID? Does it need to have an Alias? Be set to "raw"?

The FullCalendar documentation shows eventBackgroundColor instead of event_background. When I add to the advanced settings event_background: red it doesn't have an effect on the appearance of FullCalendar Block. However, if I insert eventBackgroundColor: red I can change all events to red, so I know that eventBackgroundColor does work. Maybe there is a needed change to field_name and color_map as well to get those to work?

Has there been a change to the FullCalendar since the event colorizing instructions were written? I thought I would be able to work it out on my own and then update the documentation, but I cannot figure it out. Could you please help?

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Update!

If you update Bootstrap Barrio module to the most recent version, then drop-down menus in the subtheme may not work again. Check the bootstrap_barrio.libraries.yml file to find out which version of CDN the module is using, then copy that version to the subtheme.libraries.yml file as described in #3. With the newest Bootstrap Barrio version as of now, the version is 5.2.0, not 5.0.2, as it was previously.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Fixing an error

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Added code for how to hide the event time from the display.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

To users who aren't familiar with the RESTful Web Services and Serialization modules packaged with core, providing some information about how to get started will speed up their ability to use this module.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Fixed misspelling of REST Export, which was "Reset export" and leads to confusion.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

My apologies to @mindsong for all the posts and thank you for speedy replies!

Update for others who are troubleshooting this module:
If you have entities with multiple date values AND you add any filter to limit the calendar by date ("greater than or equal to now", or some other filter) in order to limit the number of results and to improve the load, then the entities with multiple date values will not display properly on the calendar. Instead, a new row is displayed on the calendar for each of the entity dates.

So, if you have a lot of entities (causing a slow load) and have entities with multiple dates, then you may also run into this problem.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Sorry that I was not clear. I was suggesting a fix to the misspelling in the documentation and also perhaps a link to other documentation about REST Exports from views. Some users may find that very useful!

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

@Mingsong, thank you for adding related issues. I have reviewed all of these related issues and they do not address the original problem. If there is a single node that has multiple date values in the same daterange field, then that event appears multiple times on the calendar. I included the screenshots above πŸ’¬ Duplicates of node with multiple date values Closed: outdated . See additional screenshot of the node edit form.

As far as I can tell, there is no way to use Fullcalendar View for displaying event nodes IF these nodes use a daterange field and that daterange field allows multiple values.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Does this mean that Fullcalendar View should not be used for displaying nodes with multiple date values? If so, could you update the project description because it is in the list of features.

5.x (8.x-4.0 and above) version
Upgrade Fullcalendar.js to V4.
Automatically load third party library from CDN if local host library is missing.
Introduce a new plugin type of 'Fullcalendar View Processor' which allow other modules to alter all properties of the Fullcalendar without hacking the JS from this module.
Support rrule.js for recurring event
Support Multiple Calendars in One View
Support for entities with multiple dates
Support Ajax filter.

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

Step 1 is a "Reset Export" - Should this be "REST Export"? And, it would be helpful if the documentation page indicated how to make a REST Export view. Is an additional module needed, or does views in core offer this option?

πŸ‡ΊπŸ‡ΈUnited States potassiumchloride

I have the same issue. When a node's Date Range field has multiple date values, the node appears on the calendar once for each of those dates. For an event that has 8 values in the date range field, the event appears 8 times.

The view is configured as recommended in https://www.drupal.org/project/fullcalendar_view/issues/3206496 β†’ . The date range setting of "Show all values in the same row" is unchecked.

I have looked at the related issues. I cannot find a configuration that displays an event only one time.

Production build 0.71.5 2024