aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-28 16:02:10 -0700
committerzotlabs <mike@macgirvin.com>2017-05-28 16:02:10 -0700
commit7738083f3e26656cba0b53bbf652c0efa089d8ba (patch)
treefb4357b04769eeebec257b4ecd1c780515ff7505 /doc
parent143601374c48770dc060caa96ac6d563c16debc9 (diff)
downloadvolse-hubzilla-7738083f3e26656cba0b53bbf652c0efa089d8ba.tar.gz
volse-hubzilla-7738083f3e26656cba0b53bbf652c0efa089d8ba.tar.bz2
volse-hubzilla-7738083f3e26656cba0b53bbf652c0efa089d8ba.zip
replace really old example widgets with pointer to current widget list
Diffstat (limited to 'doc')
-rw-r--r--doc/member/member_guide.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/member/member_guide.bb b/doc/member/member_guide.bb
index 50f0b581b..f81bd0741 100644
--- a/doc/member/member_guide.bb
+++ b/doc/member/member_guide.bb
@@ -687,14 +687,8 @@ This places a block named &quot;contributors&quot; in this region. Additionally
The variable [var=wrap]none[/var] in a block removes the wrapping div element from the block.
[h4]Widgets[/h4]
-Widgets are executable apps provided by the system which you can place on your page. Some widgets take arguments which allows you to tailor the widget to your purpose. (TODO: list available widgets and arguments). The base system provides
+Widgets are executable apps provided by the system which you can place on your page. Some widgets take arguments which allows you to tailor the widget to your purpose. System widgets are listed [url=help/Widgets]here[/url]. Widgets can also ve created by plugins, themes, or your site administrator to provide additional functionality.
-[code]
- profile - widget which duplicates the profile sidebar of your channel page. This widget takes no arguments
- tagcloud - provides a tag cloud of categories
- count - maximum number of category tags to list
-
-[/code]
Widgets and arguments are specified with the 'widget' and 'var' tags.
[code]