Search

You can find the results of your search below.

Friendica Addon development
86 Hits, Last modified:
op-level Friendica directory. This //should// be ‘addon///addon_name/////addon_name//.php’ in most cases and can be shortened to... sh to alter it. ===== Admin settings ===== Your addon can provide user-specific settings via the ''%%addon_settings%%'' PHP hook, but it can also provide no... ration page of your addon. Simply declare a ''%%<addon>_addon_admin(App $a)%%'' function to display the form and a ''%%<addon>_addon_admin_post(App $a)%%'' function to process the da... age requests for a given URL path. In order for a addon to act as a module it needs to declare an empty function ''%%<addon>_module()%%''. If this function exists, you will
Friendica Storage Backend Addon development
14 Hits, Last modified:
====== Friendica Storage Backend Addon development ====== Storage backends can be added via addons. A st... Class ===== The class must live in ''%%Friendica\Addon\youraddonname%%'' namespace, where ''%%youraddonname%%'' the folder name of your addon. There are two different interfaces you need to ... ss)%%''. You have to register a new hook in your addon, listening on ''%%storage_instance(App $a, array
config
12 Hits, Last modified:
define their own default configuration values in `addon/[addon]/config/[addon].config.php` which is loaded when the addon is activated. ### Static Configuration location ... gration is pretty straightforward: If you had any addon-specific configuration in your `config/addon.ini.php`, just copy `config/addon-sample.config.php` to `config/addon.config.php` and move your configuration values. Afterwards, copy `co
Installing Connectors (Twitter/GNU Social)
7 Hits, Last modified:
some networks, such as Twitter. There is also a addon to post through to an existing account on a GNU S... (much of this information comes directly from the addon source files): ===== Twitter Addon for Friendica ===== * Author: Tobias Diekershoff * tobias.dieke... BSD license ==== Configuration ==== To use this addon you need a OAuth Consumer key pair (key & secret)
Settings
7 Hits, Last modified:
a long list of available addons. The name of each addon is linked to a separate page for that addon which offers more information and configuration possibilities. Also shown is the version of the addon and an indicator if the addon is currently active or not. When you update your... page by following the //Link to source//. ===== Addon Features ===== Some of the addons you can instal
Friendica translations
5 Hits, Last modified:
have the ''friendica-addons'' repository in the ''addon'' directory of your Friendica cloned repository, just run ''bin/run_xgettext.sh -a <addon_name>'' from the base Friendica directory. Otherwise: cd /path/to/friendica-addons/<addon_name> /path/to/friendica/bin/run_xgettext.sh -s ... In either case, you need to commit the updated ''<addon_name>/lang/C/messages.po'' to your working branch
Developer Documentation
4 Hits, Last modified:
ns:start|addons]]. In the [[docs:addons|Friendica addon development]] article, you'll find information about the addon format and the hooks that Friendica provides so your addon can jump into the workflow at the different place
Filtering your Network Stream
4 Hits, Last modified:
Content Filter / NSFW ==== The //content filter// addon is a simple filter, that matches words specified ... enshot of the user settings of the content filter addon}} ==== Advanced Content Filter ==== The //advanc... Language Filter ==== If the //language filter// addon was activated in the nodes admin settings, users ... he language of the postings. The settings for the addon can be found in //user settings -> addons -> lang
Updating Friendica
4 Hits, Last modified:
an archive, simply delete the ''path/to/friendica/addon'' and replace it with the provided archive. ====... pull bin/composer.phar install --no-dev The addon tree has to be updated separately like so: cd path/to/friendica/addon git pull ==== About the Repositories ==== =... edge code checkout the ''develop'' friendica and addon branch. The new features and fixes will be merged
Friendica BBCode tags reference
4 Hits, Last modified:
ely the admin of a Friendica node can activate an addon to also support Markdown. How a rich text formatt... ddons/src/branch/develop/highlightjs|hightlightjs addon]] this information will be used to apply the corr... = This requires "openstreetmap" or "Google Maps" addon version 1.3 or newer. If the addon isn't activated, the raw coordinates are shown instead. The mapping p
Database Tables
3 Hits, Last modified:
dica/friendica/src/branch/develop/doc/database/db_addon.md|addon]] |registe... |hook]] |addon hook registry
Friendica Installation
3 Hits, Last modified:
e folder. <code> cd mywebsite </code> Clone the addon repository (separately): <code> git clone https:... thub.com/friendica/friendica-addons.git -b stable addon </code> If you want to use the development versi... git checkout develop bin/composer.phar install cd addon git checkout develop </code> **Be aware that the
Admin Tools
2 Hits, Last modified:
nsole'', that provides the following commands: addon Addon management cache Manage node ca
Chats
2 Hits, Last modified:
ite * IRC Chat * XMPP/Jabber ===== IRC-Chat Addon ===== After activating the addon, you can find the chat at ''example.com/irc'' (if your Friendica nodes
home
2 Hits, Last modified:
-Design](help/Developer-Domain-Driven-Design) * [Addon Development](help/Addons) * [Theme Development](... ates](help/smarty3-templates) * [Storage backend addon](help/AddonStorageBackend) * How To * [Translate
First Steps
2 Hits, Last modified:
Friendica Templating Documentation
1 Hits, Last modified:
How to improve the performance of a Friendica site
1 Hits, Last modified:
Using Composer
1 Hits, Last modified:
Connectors
1 Hits, Last modified:
Friendica Administration
1 Hits, Last modified: