Update CorpStats documentation.

Internalize all doc images.
This commit is contained in:
Adarnof
2017-06-08 20:48:44 -04:00
parent fd8ab2688e
commit 0deb60ac2c
16 changed files with 33 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ CloudFlare blocks ports outside 80 and 443 on hosts it protects. This means, if
Now we need to configure the https redirect to force all traffic to https. Along the top bar of CloudFlare, select `Page Rules`. Add a new rule, Pattern is example.com, toggle the `Always use https` to ON, and save. Itll take a few minutes to propagate.
![infographic](http://i.stack.imgur.com/VUBvo.jpg)
![infographic](/_static/images/installation/auth/cloudflare/page_rules.jpg)
## Update Auth URLs

View File

@@ -61,11 +61,11 @@ Before users can see the forums, we need to remove the install directory
### Enabling Avatars
AllianceAuth sets user avatars to their character portrait when the account is created or password reset. We need to allow external URLs for avatars for them to behave properly. Navigate to the admin control panel for phpbb3, and under the `General` tab, along the left navigation bar beneath `Board Configuration`, select `Avatar Settings`. Set `Enable Remote Avatars` to `Yes` and then `Submit`.
![location of the remote avatar setting](http://i.imgur.com/eWrotRX.png)
![location of the remote avatar setting](/_static/images/installation/services/phpbb3/avatar_settings.png)
You can allow members to overwrite the portrait with a custom image if desired. Navigate to `Users and Groups`, `Group Permissions`, select the appropriate group (usually `Member` if you want everyone to have this ability), expand `Advanced Permissions`, under the `Profile` tab, set `Can Change Avatars` to `Yes`, and press `Apply Permissions`.
![location of change avatar setting](http://i.imgur.com/Nc6Rzo9.png)
![location of change avatar setting](/_static/images/installation/services/phpbb3/avatar_permissions.png)
## Setup Complete
Youve finished the steps required to make AllianceAuth work with phpBB. Play around with it and make it your own.