Search
You can find the results of your search below.
Fulltext results:
- FAQ / Friendica @faq
- An overview of all uploaded images is listed at *example.com/photos/profilename*. On that page, you can al... try to add the link by typing: <code>[url=http://example.com]self-chosen name[/url]</code>. You can also ... r the separation between url and parameters. For example if you want to see https://example.com/profile/example in German you have to add ''?lang=de'' to the URL:
- Abstracts @docs
- content for the posting. With a link [url=http://example.com]to example.com[/url] and some other text. </code> You don't have to add the abstract at the beginning... eter for their connector. So, expanding the above example. <code> [abstract=twit]This is the text that is ... content for the posting. With a link [url=http://example.com]to example.com[/url] and some other text. </c
- Friendica Storage Backend Addon development @docs
- ld add the predecessor for transparency reasons. Example: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStorage; class ExampleStorage implements ICanWriteToStorage { publi... e\Storage\Exception\StorageException(sprintf('The Example Storage throws an exception for reference %s', $r... 00, $exception); } } } </code> ===== Example ===== Here is a hypothetical addon which registe
- Friendica Installation @docs
- installed Friendica into a sub directory, like Example: <code> cp .htacces-dist .htaccess </code> Note... write path. One critical URL would look like, for example: https://example.com/.well-known/host-meta It must be visible to the public and must respond with an XML f... inutes in order to perform background processing. Example: <code> cd /base/directory; /path/to/php bin/wor
- Filtering your Network Stream @docs
- ch for, separated by a comma in the settings. The example below will collapse all postings containing the w... ll be displayed above the collapsed content. === Examples === - Collapse posts with specific domains ''%%body matches "/\\.example\\.com/"%%'' - Collapse posts that contains the ... ow certain it is about the detected language. For example something like "Good Morning Fediverse" has confi
- Friendica Addon development @docs
- se see the sample addon ‘randplace’ for a working example of using some of these features. Addons work by i... one and themes might emphasize its display. === Examples === == With link == <code php> $data = [ '... one and themes might emphasize its display. === Examples === == With default submit button == <code php
- Settings @docs
- the thing identified by a webfinger (''%%someone@example.com%%''). ====== Exceptions to the rule ====== ... . <code> 'config' => [ 'admin_email' => 'you@example.com, buddy@example.com', ], </code> ===== PHP Path ===== Some of Friendica’s processes are running in the
- Autoloader with Composer @docs
- .autoload.php|official PHP documentation]]. ==== Example ==== Let’s say you have a PHP file in ''%%src/%%... // return result } </code> That’s a quite simple example, but look: no ''%%require()%%''! If you need to u... s a parent class. It works with the “BaseManager” example here and it works when we need to call static met
- Domain-Driven-Design @docs
- les and avoid implicit initializing. In the first example the method ''%%save()%%'' has to be tested with t... may not have dependencies itself. In the second example we can mock ''%%\Friendica\Database\Database%%'',
- Themes @docs
- the duepunto theme. Darkzero and Easter Bunny for example. The selection of the colorset is done in a comb... f that file, some meta information is stored. For example, have a look at the theme.php of the quattro them
- Forums @docs
- ng an @-tag in the post mentioning the forum. For example @bicycle would send my post to all members of the... address a forum with the exclamation mark. In the example above this means that you can address the bicycle
- Using Composer @docs
- poser.phar%%''. For the purpose of this help, all examples will use this path to run Composer commands, how... oser. Composer requires PHP CLI and the following examples assume it’s available system-wide. ==== Install
- Chats @docs
- activating the addon, you can find the chat at ''example.com/irc'' (if your Friendica nodes domain name is ''example.com''). Note: you can use this chat without any l
- Making Friends @docs
- thin Friendica. Create an email contact with for example Alice on Gmail, enter her email in following form... e to a mailing list, enter the email in following example format “mailling-list@list-server.net”. ==== Syn
- ejabberd and prosody XMPP server with synchronized credentials @docs
- ation (use your Friendica nodes domain instead of example.com) <code> authentication = "http_async"; http_auth_url = "https://example.com/api/account/verify_credentials.json"; </code>