Hi there, I have installed webform module in my first backdrop project. When i go to webform from Contents , I am having an error as follows -
PHP Fatal error: Call to a member function preview() on boolean in <BACKDROP_ROOT>/modules/webform/includes/webform.admin.inc on line 332
Pleas help.
Recent comments
That would actually be a nice usability improvement. A lot of people already build search pages with Views, so having an easier way to convert the default search results into a View would make...
[UX] Convert search to a view.
Try using caching in the View settings, set to 24 hours. This should work for anonymous site visitors. I haven't tested this in practice, so this is just a guess.
View to show a different node each day
Have you already played with Views random seed? I belief, what you try to achieve would work with that module. Show only one node and set the sort order to "Global: Random seed" with "...
View to show a different node each day
I found a long expired sandbox module for Drupal that would do this. https://www.drupal.org/sandbox/couloir007/2030621 I don't think I've ever used the Nodequeue module. It seems like...
View to show a different node each day
To add a summary of event details to the list below the title and customize the way the time is displayed. If this is part of the library then I guess the easiest way is to create a list...
FullCalendar Views - way to modify list view?