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.
|
5 years ago | |
---|---|---|
actions | 7 years ago | |
classes | 7 years ago | |
.gitattributes | 9 years ago | |
LICENSE | 5 years ago | |
README.md | 7 years ago | |
ReverseFavsPlugin.php | 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