From df632c423252a19b41d3502412135309063b85fa Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Feb 2015 15:06:16 -0800 Subject: run ratingsearch on the server --- view/pdl/mod_prep.pdl | 5 ----- view/pdl/mod_ratings.pdl | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 view/pdl/mod_prep.pdl create mode 100644 view/pdl/mod_ratings.pdl (limited to 'view/pdl') diff --git a/view/pdl/mod_prep.pdl b/view/pdl/mod_prep.pdl deleted file mode 100644 index 3d40386cd..000000000 --- a/view/pdl/mod_prep.pdl +++ /dev/null @@ -1,5 +0,0 @@ -[region=aside] -[widget=vcard][/widget] -[widget=suggestions][/widget] -[widget=findpeople][/widget] -[/region] diff --git a/view/pdl/mod_ratings.pdl b/view/pdl/mod_ratings.pdl new file mode 100644 index 000000000..3d40386cd --- /dev/null +++ b/view/pdl/mod_ratings.pdl @@ -0,0 +1,5 @@ +[region=aside] +[widget=vcard][/widget] +[widget=suggestions][/widget] +[widget=findpeople][/widget] +[/region] -- cgit v1.2.3 From 398894851628ccb99090e9d70b92a9a909ef7015 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Feb 2015 15:48:39 -0800 Subject: 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. --- view/pdl/mod_ratings.pdl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/pdl') 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] -- cgit v1.2.3 From 561bab4ece9fa5844a0cb00f3cbd75e0855b2796 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Feb 2015 17:32:29 -0800 Subject: remote rating and addition of rate-me to channel profile sidebar --- view/pdl/mod_rate.pdl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 view/pdl/mod_rate.pdl (limited to 'view/pdl') diff --git a/view/pdl/mod_rate.pdl b/view/pdl/mod_rate.pdl new file mode 100644 index 000000000..d8f50ad7a --- /dev/null +++ b/view/pdl/mod_rate.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=vcard][/widget] +[/region] -- cgit v1.2.3