From 3cbe54d48bc2fa0573fca9ea98eb714b3d6f005f Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Fri, 16 May 2014 04:26:10 +0200 Subject: [PATCH] more info --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10fc586..3facede 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Setup 2. Put all files in /plugins/Qvitter -3. Replace your lib/apiauthaction.php file with the one supplied in edited-gnu-social-files/lib/apiauthaction.php +3. Replace your lib/apiauthaction.php file with the one supplied in +edited-gnu-social-files/lib/apiauthaction.php. 4. Add `addPlugin('Qvitter');` to your /config.php file. @@ -36,6 +37,14 @@ be opt-in instead. 6. Users can go to ://{instance}/settings/qvitter and enable or disable Qvitter. +Extras +----- + +1. There is a bug in GNUsocial that won't let you see groups' members lists. Replace your +actions/apigroupmembership.php file with the one supplied to fix it. + +2. If you want notice headers to show which group a notice is posted in, replace your +lib/apiaction.php file. TODO