Constant for the signature marker: SIGNATURE_MARKER is defined as a constant to keep the value consistent.
Simplification of the conditions: Some conditions have been simplified to improve readability.
Clearer variable names: Some variable names have been renamed to make their meaning clearer.
Removal of redundant conditions: The condition isset($b[‘original_body’]) && $b[‘original_body’] != $b[‘body’] has been removed as it is redundant.
Removal of the admin settings: The functions signature_admin_settings and signature_admin_settings_post have been removed.
Removal of admin hooks: The addon_admin and addon_admin_post hooks have been removed from the signature_install function.
Removal of the admin configuration: The configuration for the admin signature has been removed.
Problems
- I still have problems recognising an ‘@’ sign. This causes the signature to be added at the top instead of the bottom.
- If several images are integrated inline, the signature is inserted at the top instead of the bottom.
- Perhaps someone can give me a tip on how to avoid this.
This repository is a collection of addons for the Friendica Social Communications Server.
You can add these addons to the /addon directory of your Friendica installation do extend the functionality of your node.
After uploading the addons to your server, you need to activate the desired addons in the Admin panel. Addons not activated have no effect on your node.
Among these addons there are also the connectors for various other networks (e.g. Twitter, pump.io, Google+) that are needed for communication when the protocol is not supported by Friendica core (DFRN, OStatus and Diaspora).
For communication with contacts in networks supporting those (e.g. GNU social, Diaspora and red#matrix) you just need to access the page configuration in the Admin panel and enable them. For networks where communication is only possible the API access to a remote account, you need to activate the fitting connectors.
Development
The addon interface of Friendica is very flexible and powerful, so if you are missing functionality, your chances are high it may be added with an addon.
See the documentation for more information on the addon development.
Translation
Addons can be translated like any other part of Friendica.
Translation for addons is done at the Transifex Friendica page.