diff options
author | Andrew Manning <andrew@reticu.li> | 2016-11-26 20:29:53 -0700 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-11-26 20:29:53 -0700 |
commit | d96ab7c86798c692890ead5c54475fdabb5f83c9 (patch) | |
tree | 27d1d086a6a332e3f573f2413d466588570c962a /doc/member/checking_account_quota_usage.bb | |
parent | 68fd1c28b0bf21864753106e4345f0908b4f2e49 (diff) | |
download | volse-hubzilla-d96ab7c86798c692890ead5c54475fdabb5f83c9.tar.gz volse-hubzilla-d96ab7c86798c692890ead5c54475fdabb5f83c9.tar.bz2 volse-hubzilla-d96ab7c86798c692890ead5c54475fdabb5f83c9.zip |
Update wiki context help. Modify context page element focus feature to do nothing if the target DOM element is not found.
Diffstat (limited to 'doc/member/checking_account_quota_usage.bb')
-rw-r--r-- | doc/member/checking_account_quota_usage.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/member/checking_account_quota_usage.bb b/doc/member/checking_account_quota_usage.bb new file mode 100644 index 000000000..ca7e070ad --- /dev/null +++ b/doc/member/checking_account_quota_usage.bb @@ -0,0 +1,20 @@ +[b]Checking your account quota usage (service limits usage)[/b]
+
+Your hub might implement service class limits, assigning limits to the total size of file, photo, channels, top-level posts, etc., that can be created by an account holder for a specific service level.
+
+Here's how you can quickly check how much of your assigned quota you're currently using:
+
+[b]Check file storage quota levels[/b]
+Visit the following URL in your browser:
+[observer=1][observer.baseurl]/filestorage/[observer.webname][/observer]
+[observer=0]example.com/filestorage/username[/observer]
+
+[b]Check uploaded photos storage quota levels[/b]
+[observer=1][observer.baseurl]/photos/[observer.webname][/observer]
+[observer=0]example.com/photos/username[/observer]
+
+Example:
+[observer=1][observer.baseurl]/filestorage/[observer.webname][/observer]
+[observer=0]example.com/filestorage/username[/observer]
+
+#include doc/macros/main_footer.bb;
|