Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Friendica Addon development @docs
- <markdown> Friendica Addon development ============== * [Home](help) Please see the sample addon 'randplace' for a working example of using some o... specific page requests (by URL path). ## Naming Addon names are used in file paths and functions names,... can provide human-readable information about your addon in the first multi-line comment of your addon fil
- addons @de:docs
- Friendica Addon/Entwicklung ============== * [Zur Startseite der Hilfe](help) Bitte schau dir das Beispiel-Addon "randplace" für ein funktionierendes Beispiel für... der hier aufgeführten Funktionen an. Das Facebook-Addon bietet ein Beispiel dafür, die "addon"- und "module"-Funktion gemeinsam zu integrieren. Addons arbeiten,
- Chats @docs
- e * IRC Chat * XMPP / Jabber ===== IRC-Chat Addon ===== * **Addon**: irc This addon is used to provide a web chat interface on your Friendica node to the IRC server [[ht... reenode.net/|freenode.net]]. After activating the addon, you can find the chat at [[/irc|example.com/irc]
- addonstoragebackend @docs
- Friendica Storage Backend Addon development =========================================== * [Home](help) ... Backend Class The class must live in `Friendica\Addon\youraddonname` namespace, where `youraddonname` the folder name of your addon. The class must implement `Friendica\Model\Stora... class)`. You have to register a new hook in your addon, listening on `storage_instance(App $a, array $da
- config @docs
- ` holds the current node custom configuration. - `addon.config.php` is optional and holds the custom conf... define their own default configuration values in `addon/[addon]/config/[addon].config.php` which is loaded when the addon is activated. ### Static Configuration locat
- chats @de:docs
- ben * IRC - Internet Relay Chat * Jappix ## IRC Addon Sobald das Addon aktiviert ist, kannst Du den Chat unter [deineSeite.de/irc](../irc) finden. Beachte ab... > (in Englisch). ## Jappix Mini Das Jappix Mini Addon erlaubt das Erstellen einer Chatbox für Jabber/XM... www/<Pfad zu Deiner friendica-Installation>/addon; git pull </p> oder als normaler Download von hi
- settings @docs
- st is linked, so you can have quick access to the Addon settings. And finally you are informed about the ... for Friendica which have to be placed into the `/addon` subdirectory of your Friendica installation. You... 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 possibilitie
- installing-connectors @docs
- 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.diekershoff@gmx.n... clause BSD license ### Configuration To use this addon you need a OAuth Consumer key pair (key & secret)
- Friendica Installation @de:docs
- dica-Ordner <code> cd mywebsite </code> Und die Addon Repository klonst: <code> git clone https://github.com/friendica/friendica-addons.git -b stable addon </code> Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein “git pull”-Befehl eintragen <code> cd meinewebseite/addon git pull </code> Wenn du den Verzeichnispfad auf
- Friendica translations @docs
- 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
- Updating Friendica @docs
- 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
- FAQ / Friendica @faq
- rson's comments to posts made by your friends. An addon called "blockem" can be installed to collapse/hid... a-addons/src/branch/develop/phpmailer|phpmailer]] addon. If you encounter problems with the ''mail()'' c... a-addons/src/branch/develop/phpmailer|PHPMailer]] addon to use an external SMTP server. </panel> <panel t
- settings @de:docs
- Erweiterungen von Friendica. Sie müssen in das `/addon` Verzeichnis kopiert werden. Auf der Seite wird e... wird ein Indikator angezeigt, der anzeigt ob das Addon gerade aktiviert ist oder nicht. Wenn du die Erw... Teil der URL in der Adresszeile des Browsers. ## Addon Features Einige der Erweiterungen von Friendica
- Friendica Installation @docs
- 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
- Database Tables @docs
- ---------------------------------------------| | [addon](help/database/db_addon) | registered addons | | [att... ](help/database/db_hook) | addon hook registry | | [in