From d3c9bf947174e7fe6dc431b60903417f3b96152b Mon Sep 17 00:00:00 2001 From: conseilgouz Date: Thu, 30 Mar 2023 11:58:27 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b71ad7..fa470eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # plg_content_phocacount_j4 Phoca Download Count Content Plugin - displaying Phoca Download Count. + +Just enter {phocacount=} in your article to display the number of times your extensions has been downloaded. +You may enter {phocacount=,,} to display the sum of your extensions' counts. From c93841acd96e19a9747c93a07bf70b2afbd8fee4 Mon Sep 17 00:00:00 2001 From: conseilgouz Date: Thu, 30 Mar 2023 11:59:25 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa470eb..b51ab37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # plg_content_phocacount_j4 Phoca Download Count Content Plugin - displaying Phoca Download Count. -Just enter {phocacount=} in your article to display the number of times your extensions has been downloaded. -You may enter {phocacount=,,} to display the sum of your extensions' counts. +Just enter {phocacount=<phocaid>} in your article to display the number of times your extensions has been downloaded. +You may enter {phocacount=<id1>,<id2>,<id3>} to display the sum of your extensions' counts. From e9c5c881cc9c203150d63f1d5248b41601269465 Mon Sep 17 00:00:00 2001 From: conseilgouz Date: Thu, 30 Mar 2023 11:59:46 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b51ab37..119d00a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Phoca Download Count Content Plugin - displaying Phoca Download Count. Just enter {phocacount=<phocaid>} in your article to display the number of times your extensions has been downloaded. -You may enter {phocacount=<id1>,<id2>,<id3>} to display the sum of your extensions' counts. +
You may enter {phocacount=<id1>,<id2>,<id3>} to display the sum of your extensions' counts.