Ideas

Ideas

Filters

3

votes

For some time, we have displayed the Comment Count on each Prayer Request in the Prayer Request List block. We did this with a custom column, with the following Lava:{% assign size = Row.Id | Notes:'2' | Size %}{% if size > 0 %}    <span class="badge">{{ size }}</span>{% endif %}However, doing this slows the block's load time significantly because, when viewing a large number of prayer requests (such as viewing expired requests) the block pulls back thousands of rows, running this lookup on each row. It would be nice if a comment count could be displayed in this list block...
Photo of Mike MundyMike Mundy, Bedford Alliance Church  · 

0

votes

When manually registering people for an event it would be very convenient for the Registrant Detail Block (id415)  to have a "Save then Add" button, like the Group Member Detail block has.Scrolling to the bottom of the page to chase the "+ Add New Registrant" button after each registrant is entered is not ideal.I am looking at the block code to see if I can try making the change required. but I've never submitted a code snippet before.

3

votes

It would be great to have additional controls for playback speed in the Rock LMS media player. Currently, students can watch videos at extremely high speeds (3x, 4x, etc.), which makes the content nearly impossible to understand while still allowing them to complete the activity quickly.A few possible solutions that would help:Allow administrators to limit the maximum playback speedAdd settings to disable playback speed adjustments entirelyProvide configurable speed options per course or activity (for example: max 1.5x or 2x)For training content, especially for volunteer onboarding, engagement and comprehension are important. Right now, students can rush through required material and complete...

0

votes

Ever want to get a quick total from a few metrics? Maybe you are trying to validate some values were entered correctly. The quickest way is to filter the metrics value table, export, and then total in Excel. What if there was a faster way?Add a total to the table that reflects the sum of all values in the current table. The existing table filters can then be used to quickly see totals.
Photo of Tim PetersonTim Peterson, The Father's House  · 

2

votes

When moving individuals from a household into their own household, it would be great to have the option to move the address instead of it automatically moving with a person.  Often times, we are moving people out of a household that they never should've been a part of, like a neighbors kid or a cousin that visited with them once.  

4

votes

20.0 Mobile Planned
It’s common to mistype on mobile devices, especially when entering passwords, because users do not always have a clear confirmation of what they pressed. With busy lives, people are often typing while on the go. To improve the login experience, please add a “show password” function to the Rock Mobile login block.Here's an example pulled from Google images:
Photo of Jessica GorbettJessica Gorbett, 9 Embers  · 

0

votes

Allow CMS blocks to support configurable heading tags for panel titles. Possible approaches:Add a block setting to select the heading tag (h2–h6)Add an option to hide the panel heading entirelyDefault panel titles to <h2> instead of <h1>Current StateMany CMS blocks currently render their panel titles using an <h1> tag by default. Examples:<h1 class="panel-title"><i class="ti ti-users"></i> Directory</h1><h1 class="panel-title"><i class="ti ti-pray"></i> Add Prayer Request</h1>Why This MattersSince these blocks are commonly placed within pages that already contain a page-level heading, this can result in multiple <h1> tags throughout the page. This can creates challenges for:Screen reader usersSearch engine understanding of content hierarchy Theme...
Photo of Jessica GorbettJessica Gorbett, 9 Embers  · 

13

votes

This feature would allow the system to ignore accent marks when searching names in the database. For example, “José” and “Jose” or “García” and “Garcia” would return the same results. This helps prevent duplicate records when a person’s name is sometimes entered with accents and sometimes without them.The goal is to make searches more flexible, improve matching accuracy, and keep our database cleaner and easier to manage for all users.

2

votes

The Activate Workflow action allows activation of a new workflow with provided attributes.  It would be helpful if the Workflow Name field would support Lava so that the name could be set from information contained in the current workflow.i.e.Workflow Name: "Reference Request for {{ Workflow.Name }}: {{ Workflow | Attribute:'Reference1Name' }}"It should be a one-line code change to get and resolve the merge fields when setting the workflow name.

3

votes

It would be great to add Nickname as one of the fields listed on the Profile Details block in Rock Mobile. Many people prefer to have a Nickname, and giving them the option there like it is on the My Account webpage would be awesome. Thanks for considering!
Photo of Everett HillEverett Hill, Vox Church  · 

1 2 3 4 5 6 7 8 9 10 ... Next