From 6067274b51cfec0d14ad4a68675d07a2e6a39387 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Feb 2015 23:58:44 -0800 Subject: start to tie ratings to the directory page --- mod/directory.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod') diff --git a/mod/directory.php b/mod/directory.php index 21940d57b..7f9283ba4 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -190,6 +190,9 @@ function directory_content(&$a) { $page_type = ''; + if($rr['total_ratings']) + $total_ratings = sprintf( tt("%d rating", "%d ratings", $rr['total_ratings']), $rr['total_ratings']); + $profile = $rr; if ((x($profile,'locale') == 1) @@ -255,6 +258,7 @@ function directory_content(&$a) { 'nickname' => substr($rr['address'],0,strpos($rr['address'],'@')), 'location' => $location, 'gender' => $gender, + 'total_ratings' => $total_ratings, 'pdesc' => $pdesc, 'marital' => $marital, 'homepage' => $homepage, -- cgit v1.2.3