You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Chimo 5cdcc603d7 Add license 5 years ago
actions Remove routing specific to single-user instances 7 years ago
classes Comments/meta changes 7 years ago
.gitattributes Consistent line-breaks 9 years ago
LICENSE Add license 5 years ago
README.md readme: Fix path to 'config.php' in `echo` command 7 years ago
ReverseFavsPlugin.php Bump version 7 years ago

README.md

ReverseFavs

Tiny plugin to display a user's notices that were favored by others

Instructions

Make sure the files are in a folder called ReverseFavs if they're not already
Put the folder in your /local/plugins/ directory (create it if it doesn't exist)
Tell /config.php to use it with: addPlugin('ReverseFavs');
A Reverse Favs link should appear in the left-nav of your profile page.

Assuming you're in the root directory of your GNU social installation, commands for the above instructions may look like:

mkdir -p local/plugins
cd local/plugins
git clone https://github.com/chimo/gs-reverseFavs.git ReverseFavs
echo "addPlugin('ReverseFavs');" >> ../../config.php