diff options
author | friendica <info@friendica.com> | 2015-02-04 15:48:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-04 15:48:39 -0800 |
commit | 398894851628ccb99090e9d70b92a9a909ef7015 (patch) | |
tree | d97049278536fdbabbc889e6be1cb81d4a72ed43 /view/pdl/mod_ratings.pdl | |
parent | 1ceb0a7fbab5957ae077ef4867266314c612f8ea (diff) | |
download | volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.tar.gz volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.tar.bz2 volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.zip |
first cut at rating widget. The flaw is that it is limited because it requires local_channel() (formerly local_user()). We need to extend this to take you home like rpost does if you're logged in as remote_channel() - and/or we need zot to send the rating message to the source channel and target in addition to the directories.
Diffstat (limited to 'view/pdl/mod_ratings.pdl')
-rw-r--r-- | view/pdl/mod_ratings.pdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/pdl/mod_ratings.pdl b/view/pdl/mod_ratings.pdl index 3d40386cd..0b6e32283 100644 --- a/view/pdl/mod_ratings.pdl +++ b/view/pdl/mod_ratings.pdl @@ -1,5 +1,6 @@ [region=aside] [widget=vcard][/widget] +[widget=rating][/widget] [widget=suggestions][/widget] [widget=findpeople][/widget] [/region] |