From e24cb2e3c98db4ce4e274fd0f456a6de1ab800e3 Mon Sep 17 00:00:00 2001 From: fladjoe74 <156343710+fladjoe74@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:59:22 -0500 Subject: [PATCH 1/5] Added pop-up enabling guide to manual --- ren | 0 src/pop-up.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 ren create mode 100644 src/pop-up.md diff --git a/ren b/ren new file mode 100644 index 00000000..e69de29b diff --git a/src/pop-up.md b/src/pop-up.md new file mode 100644 index 00000000..1b6959d0 --- /dev/null +++ b/src/pop-up.md @@ -0,0 +1,42 @@ + +# Enabling Pop-Ups in Browser +Users have reported issues running games in the pop-up window due to various browsers’ default settings which disable pop-ups from lesser known websites. To fix this, follow the relevant browser guide below. + +### **Chrome**: +1. Click the **3 vertically aligned dots** in the top-right corner of the browser, just beneath the “X” tab closing button. +2. Select the “**settings**” option from the drop-down that appears. This should be the second option from the bottom. +3. From the sidebar on the left side of the screen, select “**Privacy and security**” +4. Scroll down and select the last option which reads: “**Site settings**” +5. Scroll down and select the option again, “**Pop-ups and redirects**” +6. Scroll down to the last section before the bottom of this window, which reads: “**Allowed to send pop-ups and use redirects**” beside this line of text, click the white button that says “**add**” +7. In the “**add a site**” box that opens, enter “https://craftpoker.com/” in the gray box that reads “[*.]example.com” +> It is recommended that you only allow pop-ups for the game-specific sites + +### **Safari**: +1. Open safari +2. Open an instance of the game lobby from the github readme by clicking the “[https://craftpoker.com/](https://craftpoker.com/)” link +3. In the upper left-hand side of the screen, select “**safari**” from the browser toolbar +4. From this drop-down menu, select “**preferences**” +5. From the pop-up window, select the “**websites**” category along the top +6. Scroll down to “**pop-up window**”, click this option +7. You should now see all open tabs listed in this section, beside each website, you should see a drop-down menu that initially reads “**block and notify**” +8. Click on this menu and select “**allow**” for “[https://craftpoker.com/](https://craftpoker.com/)” only + + +> Please note, if your mac is password protected, you may need to click on the lock icon and enter your password to make changes. The icon should change to an unlocked lock - make your changes, then click on the lock again to save them. + + +### **Firefox**: + +1. In the top-right corner of the screen, click the menu button (three horizontal, parallel lines) and click “**Settings**”. +2. Click the “**Privacy & Security**” section from the sidebar to the left. +3. Scroll down to the “**Permissions**” section. +4. Click the “**Exceptions…**” button to the right of “**Block pop-up windows**” +5. This will open a new window which contains a blank text box labeled “**Address of website**,” in this box, paste “**craftpoker.com**” +6. Click the gray “**Allow**” button beneath this text box. +7. You should see these websites listed below the textbox and their status should read “**Allow**” +8. Click the blue “**Save Changes**” button at the bottom of this window. + + +#### *Other browsers can be added upon request* + From 65ab741aafa9d4ab2b473bd9cc32e10d885933e0 Mon Sep 17 00:00:00 2001 From: fladjoe74 <156343710+fladjoe74@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:09:16 -0500 Subject: [PATCH 2/5] Added pop-up enabling chapter to manual --- src/Pop-Up | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/Pop-Up diff --git a/src/Pop-Up b/src/Pop-Up new file mode 100644 index 00000000..1b6959d0 --- /dev/null +++ b/src/Pop-Up @@ -0,0 +1,42 @@ + +# Enabling Pop-Ups in Browser +Users have reported issues running games in the pop-up window due to various browsers’ default settings which disable pop-ups from lesser known websites. To fix this, follow the relevant browser guide below. + +### **Chrome**: +1. Click the **3 vertically aligned dots** in the top-right corner of the browser, just beneath the “X” tab closing button. +2. Select the “**settings**” option from the drop-down that appears. This should be the second option from the bottom. +3. From the sidebar on the left side of the screen, select “**Privacy and security**” +4. Scroll down and select the last option which reads: “**Site settings**” +5. Scroll down and select the option again, “**Pop-ups and redirects**” +6. Scroll down to the last section before the bottom of this window, which reads: “**Allowed to send pop-ups and use redirects**” beside this line of text, click the white button that says “**add**” +7. In the “**add a site**” box that opens, enter “https://craftpoker.com/” in the gray box that reads “[*.]example.com” +> It is recommended that you only allow pop-ups for the game-specific sites + +### **Safari**: +1. Open safari +2. Open an instance of the game lobby from the github readme by clicking the “[https://craftpoker.com/](https://craftpoker.com/)” link +3. In the upper left-hand side of the screen, select “**safari**” from the browser toolbar +4. From this drop-down menu, select “**preferences**” +5. From the pop-up window, select the “**websites**” category along the top +6. Scroll down to “**pop-up window**”, click this option +7. You should now see all open tabs listed in this section, beside each website, you should see a drop-down menu that initially reads “**block and notify**” +8. Click on this menu and select “**allow**” for “[https://craftpoker.com/](https://craftpoker.com/)” only + + +> Please note, if your mac is password protected, you may need to click on the lock icon and enter your password to make changes. The icon should change to an unlocked lock - make your changes, then click on the lock again to save them. + + +### **Firefox**: + +1. In the top-right corner of the screen, click the menu button (three horizontal, parallel lines) and click “**Settings**”. +2. Click the “**Privacy & Security**” section from the sidebar to the left. +3. Scroll down to the “**Permissions**” section. +4. Click the “**Exceptions…**” button to the right of “**Block pop-up windows**” +5. This will open a new window which contains a blank text box labeled “**Address of website**,” in this box, paste “**craftpoker.com**” +6. Click the gray “**Allow**” button beneath this text box. +7. You should see these websites listed below the textbox and their status should read “**Allow**” +8. Click the blue “**Save Changes**” button at the bottom of this window. + + +#### *Other browsers can be added upon request* + From f5834f17946f34576b73fe6d01371721e1b0d56b Mon Sep 17 00:00:00 2001 From: fladjoe74 <156343710+fladjoe74@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:47:43 -0500 Subject: [PATCH 3/5] Ok this should be final commit. Added line for the new page in the SUMMARY.md file --- src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index fdd823ee..3d5742a4 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,6 +2,7 @@ [Poker, with your friends](./friends.md) - [Demo](./demo.md) +- [Pop-Up Enabling] (./pop-up.md) - [Accounts](./accounts.md) - [Privacy](./privacy.md) - [Security](./security.md) From fe5cc69a49343e881d2f8cd295b895e61132f9fa Mon Sep 17 00:00:00 2001 From: fladjoe74 <156343710+fladjoe74@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:01:39 -0500 Subject: [PATCH 4/5] Fixed an issue with my formatting of the SUMMARY.md file --- src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 3d5742a4..b5afd284 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,7 +2,7 @@ [Poker, with your friends](./friends.md) - [Demo](./demo.md) -- [Pop-Up Enabling] (./pop-up.md) +- [Pop-Up Enabling](./pop-up.md) - [Accounts](./accounts.md) - [Privacy](./privacy.md) - [Security](./security.md) From bd34942e2a5718c3f8e1942295a4a75e11a285e2 Mon Sep 17 00:00:00 2001 From: fladjoe74 <156343710+fladjoe74@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:46:01 -0500 Subject: [PATCH 5/5] Delete Pop-Up --- src/Pop-Up | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 src/Pop-Up diff --git a/src/Pop-Up b/src/Pop-Up deleted file mode 100644 index 1b6959d0..00000000 --- a/src/Pop-Up +++ /dev/null @@ -1,42 +0,0 @@ - -# Enabling Pop-Ups in Browser -Users have reported issues running games in the pop-up window due to various browsers’ default settings which disable pop-ups from lesser known websites. To fix this, follow the relevant browser guide below. - -### **Chrome**: -1. Click the **3 vertically aligned dots** in the top-right corner of the browser, just beneath the “X” tab closing button. -2. Select the “**settings**” option from the drop-down that appears. This should be the second option from the bottom. -3. From the sidebar on the left side of the screen, select “**Privacy and security**” -4. Scroll down and select the last option which reads: “**Site settings**” -5. Scroll down and select the option again, “**Pop-ups and redirects**” -6. Scroll down to the last section before the bottom of this window, which reads: “**Allowed to send pop-ups and use redirects**” beside this line of text, click the white button that says “**add**” -7. In the “**add a site**” box that opens, enter “https://craftpoker.com/” in the gray box that reads “[*.]example.com” -> It is recommended that you only allow pop-ups for the game-specific sites - -### **Safari**: -1. Open safari -2. Open an instance of the game lobby from the github readme by clicking the “[https://craftpoker.com/](https://craftpoker.com/)” link -3. In the upper left-hand side of the screen, select “**safari**” from the browser toolbar -4. From this drop-down menu, select “**preferences**” -5. From the pop-up window, select the “**websites**” category along the top -6. Scroll down to “**pop-up window**”, click this option -7. You should now see all open tabs listed in this section, beside each website, you should see a drop-down menu that initially reads “**block and notify**” -8. Click on this menu and select “**allow**” for “[https://craftpoker.com/](https://craftpoker.com/)” only - - -> Please note, if your mac is password protected, you may need to click on the lock icon and enter your password to make changes. The icon should change to an unlocked lock - make your changes, then click on the lock again to save them. - - -### **Firefox**: - -1. In the top-right corner of the screen, click the menu button (three horizontal, parallel lines) and click “**Settings**”. -2. Click the “**Privacy & Security**” section from the sidebar to the left. -3. Scroll down to the “**Permissions**” section. -4. Click the “**Exceptions…**” button to the right of “**Block pop-up windows**” -5. This will open a new window which contains a blank text box labeled “**Address of website**,” in this box, paste “**craftpoker.com**” -6. Click the gray “**Allow**” button beneath this text box. -7. You should see these websites listed below the textbox and their status should read “**Allow**” -8. Click the blue “**Save Changes**” button at the bottom of this window. - - -#### *Other browsers can be added upon request* -