πŸ‡ΊπŸ‡ΈUnited States @dlfaison

Account created on 28 March 2018, about 7 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States dlfaison

I am a first time user of this module testing at ALT2025 DrupalCon General contributor session.

Personally, I would prefer to list all of the modules by default (nothing selected) with the Recommended filters link available. Initially when I clicked on Recommended Filters but nothing appears to happens (since it was already set by default). I wasn't sure if the link was broken, but it wasn't after someone explained the purpose of the link.

If the Recommended filters link is clicked, the first two checkboxes (Only show projects covered by a security policy, Only show actively maintained projects) are checked and the Clear filters link should appear.

The Clear filter link should only appear (assuming the Recommended filter isn't checked by default):
- after a search has been performed
- the user makes selection in the Filter by category filter.
- Clicked the Recommended filters link

It would be helpful if the Recommended filter would have tooltip to indicate that the link will display modules are actively maintained.

I would like to see the Clear Filters and Recommended filters be buttons and not links. It was easy to overlook them at first until I looked more closely when I needed to locate them.

If you are going to keep the default set to display the recommended filtered modules, it would be helpful to know the recommended modules were already selected by default disable the link until they clicked the clear filter link.

Better yet, only include a list with all the modules that meet your criteria of recommended filters so you would have no need for the Recommended filters link. If they wanted something unsupported then send them to Drupal.org.

πŸ‡ΊπŸ‡ΈUnited States dlfaison

Apologizes for late response.

Exposed form style set to BEF with AJAX off, the min/max field do NOT appear
Exposed form style set to BEF with AJAX on, the min/max field does appear

Exposed form style set to Default with AJAX on, the min/max field does appear
Exposed form style set to Default with AJAX off, the min/max field does NOT appear

My main concern was not all events were being displayed when AJAX was off. In testing when AJAX was turned on additional events were displayed. I had no reason for this happening. One of the sites we manage have alot of events, so I was thinking it had to with number of events that are attempting to be rendered.

I have taxonomy terms associated with the calendar view. By default it would display all of the events twice. To removed the duplicates, I checked the reduced duplicates checkbox and that resolved the issue.

So at this point, with AJAX on or off, all of the events appear to be displaying which is good. I try to avoid using AJAX whenever possible.

You can close ticket at this point.

Separately, do you guys have a slack channel as well to ask questions??

I wanted to take advantage of some of the other Setting configurations and wanted to get some insight on the following items.

- Customize Fields toggle - While I can set the configuration, I cant do not see any noticeable changes.
- Date Navigation toggle - I tried setting a valid date range and nothing seems to work. hard coding a start and end date nor using a relative date range yields any results.

Clicking the more information link seems to say I need to imply I need to add some code to the module or is this a premium feature..

Thanks for the module. It has been a life-saver for our team.

πŸ‡ΊπŸ‡ΈUnited States dlfaison

will create another ticket. Reinstalling again helped resolve the initial issue.

The module was installing via composer. I will take a look at mvonfrie's patch as well.

Thank you again for the help.

πŸ‡ΊπŸ‡ΈUnited States dlfaison

Sorry for the delay in responding, Erutan.

I was able to get the module installed. From the image included in my initial conversation, I was able to configure the module by right clicking on the Settings link which opened the Style options configuration panel in another tab. I made the changes and saved the changes. Then I refreshed my views page and resave it.

I did uninstall and reinstall the module a second time and I didn't have to open the Settings link in another tab.

I am running into another issue. Not sure if I should create another ticket or use another forum to address but here it goes.

Problem
We are using the calendar to display events using the event content type. From the initial display all seems fine. I expected to click through each month to display the events. However, I realize I am able to only view 4-5 months of events. At this point I do not have the AJAX setting in the view enabled .

If I enable AJAX, then all of my event show, but it adds this exposed filter, which I do not want. I can hide the exposed filter using CSS and everything seems to display.
form.views-exposed-form{
display:none;
}

https://www.drupal.org/files/issues/2025-02-18/exposed-filter.png β†’

I was hoping it would just display all of the events without the Minimum or Maximum date exposed filter.

Any suggestions or thoughts would be greatly appreciated.

My current setup (We just had a module update push 2/13)

  • Drupal 10.4.1
  • SmartDate 4.2.1 (we do not use the recurring submodule)
  • PHP 8.3.15
  • FullCalendar 3.0.2
πŸ‡ΊπŸ‡ΈUnited States dlfaison

Thank you for the information.

πŸ‡ΊπŸ‡ΈUnited States dlfaison

I installed the patch #20 (that Joseph mentioned above in the parent issue link) and the module works now without and error on All day.

Thank you all for all of the help.

πŸ‡ΊπŸ‡ΈUnited States dlfaison

Reverting back to 5.1.12 resolved my issue as well.

πŸ‡ΊπŸ‡ΈUnited States dlfaison

I am getting the same error as well. I am currently using the following:

"drupal/fullcalendar_view": "^5.1", 5
Drupal 10.1.5

I can get it to work in the views preview as well.

Production build 0.71.5 2024