Version 8 (#43)
* Use htmx for front end (#36) * Use short GUIDs in URLs and forms (#1) * Refresh theme (#38) * Use ASP.NET Core for log on/off (#39) * Fix date/time / time zone issues (#41) * Update help for v8 (#42) * Add FAKE build script (#37)
This commit was merged in pull request #43.
This commit is contained in:
@@ -10,8 +10,8 @@ To add an e-mail address, click the icon or text in the center of the page, belo
|
||||
|
||||
## Edit Group Member
|
||||
|
||||
To edit an e-mail address, click the blue pencil icon; it's the first icon under the “Actions” column heading. This will allow you to update the name and/or the e-mail address for that member.
|
||||
To edit an e-mail address, click the pencil icon; it's the first icon under the “Actions” column heading. This will allow you to update the name and/or the e-mail address for that member.
|
||||
|
||||
## Delete a Group Member
|
||||
|
||||
To delete an e-mail address, click the blue trash can icon in the “Actions” column. Note that once an e-mail address has been deleted, it is gone. (Of course, if you delete it in error, you can enter it again using the “Add” instructions above.)
|
||||
To delete an e-mail address, click the trash can icon in the “Actions” column. Note that once an e-mail address has been deleted, it is gone. (Of course, if you delete it in error, you can enter it again using the “Add” instructions above.)
|
||||
|
||||
@@ -34,7 +34,10 @@ You can customize the colors that are used for the headings and lines in your re
|
||||
|
||||
## Fonts for List
|
||||
|
||||
This is a comma-separated list of fonts that will be used for your request list. A warning is good here; just because you have an obscure font and like the way that it looks does not mean that others have that same font. It is generally best to stick with the fonts that come with Windows - fonts like “Arial”, “Times New Roman”, “Tahoma”, and “Comic Sans MS”. You should also end the font list with either “serif” or “sans-serif”, which will use the browser's default serif (like “Times New Roman”) or sans-serif (like “Arial”) font.
|
||||
There are two options for fonts that will be used in the prayer request list.
|
||||
|
||||
* “Native Fonts” uses a list of fonts that will render the prayer requests in the best available font for their device, whether that is a desktop or laptop computer, mobile device, or tablet. (This is the default for new small groups.)
|
||||
* “Named Fonts” uses a comma-separated list of fonts that you specify. A warning is good here; just because you have an obscure font and like the way that it looks does not mean that others have that same font. It is generally best to stick with the fonts that come with Windows - fonts like “Arial”, “Times New Roman”, “Tahoma”, and “Comic Sans MS”. You should also end the font list with either “serif” or “sans-serif”, which will use the browser's default serif (like “Times New Roman”) or sans-serif (like “Arial”) font.
|
||||
|
||||
## Heading / List Text Size
|
||||
|
||||
@@ -44,23 +47,23 @@ This is the point size to use for each. The default for the heading is 16pt, and
|
||||
|
||||
If your group is comprised mostly of people who prefer large print, the following settings will make your list look like the typical large-print publication:
|
||||
|
||||
> _Fonts_<br>
|
||||
> — 'Times New Roman',serif
|
||||
> **Fonts**<br>
|
||||
> Named Fonts: "Times New Roman",serif
|
||||
>
|
||||
> _Heading Text Size_<br>
|
||||
> — 18pt
|
||||
> **Heading Text Size**<br>
|
||||
> 18pt
|
||||
>
|
||||
> _List Text Size_<br>
|
||||
> — 16pt
|
||||
|
||||
## Time Zone
|
||||
|
||||
This is the time zone that you would like to use for your group. If you do not see your time zone listed, just [contact Daniel](mailto:daniel@djs-consulting.com?subject=PrayerTracker%20Time%20Zone) and tell him what time zone you need.
|
||||
> **List Text Size**<br>
|
||||
> 16pt
|
||||
|
||||
## Request List Visibility
|
||||
|
||||
The group's request list can be either public, private, or password-protected. Public lists are available without logging in, and private lists are only available online to administrators (though the list can still be sent via e-mail by an administrator). Password-protected lists allow group members to log in and view the current request list online, using the “Group Log On” link and providing this password. As this is a shared password, it is stored in plain text, so you can easily see what it is. If you select “Password Protected” but do not enter a password, the list remains private, which is also the default value. (Changing this password will force all members of the group who logged in with the “Remember Me” box checked to provide the new password.)
|
||||
|
||||
## Time Zone
|
||||
|
||||
This is the time zone that you would like to use for your group. If you do not see your time zone listed, just [contact Daniel](mailto:daniel@bitbadger.solutions?subject=PrayerTracker%20Time%20Zone) and tell him what time zone you need.
|
||||
|
||||
## Page Size
|
||||
|
||||
As small groups use PrayerTracker, they accumulate many expired requests. When lists of requests that include expired requests, the results will be broken up into pages. The default value is 100 requests per page, but may be set as low as 10 or as high as 255.
|
||||
|
||||
Reference in New Issue
Block a user