Skip to content

Commit 0881856

Browse files
authored
Merge pull request #573 from ExpressionEngine/bug/7.x/signature-config-override
correct the text to state that signatures are only for Forums
2 parents 699dec7 + 5359c08 commit 0881856

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/general/system-configuration-overrides.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Example Usage:
153153

154154
### `allow_signatures`
155155

156-
Set whether member signatures are enabled.
156+
Set whether member signatures are enabled when using Discussion Forum.
157157

158158
| Value | Behavior |
159159
| ----- | ------------------------- |
@@ -2711,7 +2711,7 @@ Example Usage:
27112711

27122712
### `sig_allow_img_hotlink`
27132713

2714-
Specify whether members can link to images hosted on other websites as their signature image.
2714+
Specify whether members can link to images hosted on other websites as their signature image for Discussion Forum.
27152715

27162716
| Value | Behavior |
27172717
| ----- | -------------------------------------------------------- |
@@ -2724,7 +2724,7 @@ Example Usage:
27242724

27252725
### `sig_allow_img_upload`
27262726

2727-
Set whether members can upload their own signature image.
2727+
Set whether members can upload their own signature image for Discussion Forum.
27282728

27292729
| Value | Behavior |
27302730
| ----- | ------------------------------------------------------------------ |
@@ -2737,7 +2737,7 @@ Example Usage:
27372737

27382738
### `sig_img_max_height`
27392739

2740-
Set the maximum height (in pixels) allowed for user-uploaded signature images.
2740+
Set the maximum height (in pixels) allowed for user-uploaded signature images in Discussion Forum.
27412741

27422742
| Value | Description |
27432743
| ------- | ---------------------- |
@@ -2749,7 +2749,7 @@ Example Usage:
27492749

27502750
### `sig_img_max_kb`
27512751

2752-
Set the maximum file size (in kilobytes) allowed for user-uploaded signature images.
2752+
Set the maximum file size (in kilobytes) allowed for user-uploaded signature images in Discussion Forum.
27532753

27542754
| Value | Description |
27552755
| ------- | ---------------------------- |
@@ -2761,7 +2761,7 @@ Example Usage:
27612761

27622762
### `sig_img_max_width`
27632763

2764-
Set the maximum width (in pixels) allowed for user-uploaded signature images.
2764+
Set the maximum width (in pixels) allowed for user-uploaded signature images in Discussion Forum.
27652765

27662766
| Value | Description |
27672767
| ------- | --------------------- |
@@ -2797,7 +2797,7 @@ Example Usage:
27972797

27982798
### `sig_maxlength`
27992799

2800-
Set the maximum number of characters allowed in a member's signature.
2800+
Set the maximum number of characters allowed in a member's signature for Discussion Forum.
28012801

28022802
| Value | Description |
28032803
| ------- | ----------------------------------------------- |

0 commit comments

Comments
 (0)