Search

You can find the results of your search below.

Friendica Addon development @docs
163 Samsvör, Síðast breytt:
ment of your addon file. Here’s the structure: <code php> /** * Name: {Human-readable name} * Descri... > * Status: {Unsupported|Arbitrary status} */ </code> You can also provide a longer documentation in a... Register your addon hooks during installation. <code> \Friendica\Core\Hook::register($hookname, $file, $function); </code> ''%%$hookname%%'' is a string and corresponds to
Friendica Installation @de:docs
66 Samsvör, Síðast breytt:
rsetzen, aber wir tun unser Bestes, um allgemeine Code-Fehler zu beheben. Falls du noch keinen eigenen ... ie Aktualisierung wesentlich einfacher. Der Linux-Code, mit dem man die Dateien direkt in ein Verzeichnis wie “meinewebseite” kopiert, ist <code> git clone https://github.com/friendica/friendica... ywebsite cd mywebsite bin/composer.phar install </code> Stelle sicher, dass der Ordner view/smarty3 exi
Friendica Installation @docs
63 Samsvör, Síðast breytt:
es - but we will do our best to solve any general code issues. If you do not have a Friendica account y... epository into a directory “mywebsite” would be <code> git clone https://github.com/friendica/friendica... cd mywebsite bin/composer.phar install --no-dev </code> Make sure the folder view/smarty3 exists and is... le by the webserver user, in this case www-data <code> mkdir -p view/smarty3 chown www-data:www-data vi
Friendica BBCode tags reference @docs
56 Samsvör, Síðast breytt:
=== ^ Purpose ^ BBCode Tag ^ Resulting HTML Code ^ | Bold Text | %%[b]bold[/b]%% | %%<strong>b... viding the numerical value of the size in pixel <code> [size=20]exact size[/size] (size can be any number, in pixels) </code> or by providing textual aliases like ''xx-small... passage, you can specify the name of the font. <code> [font=serif]Serif font[/font] </code> The font
Friendica Storage Backend Addon development @docs
30 Samsvör, Síðast breytt:
ll method in the interface must be implemented: <code php> namespace Friendica\Core\Storage\Capability\... ring(); public static function getName(); } </code> * ''%%get(string $reference)%%'' returns data ... l methods in the interface must be implemented: <code php> namespace Friendica\Core\Storage\Capability\... public function saveOptions(array $data); } </code> * ''%%getOptions()%%'' returns an array with d
Autoloader with Composer @docs
30 Samsvör, Síðast breytt:
n ''%%src/%%'' that define a very useful class: <code php> // src/ItemsManager.php <?php namespace Frie... .. } public function getByID($id) { ... } } </code> The class ''%%ItemsManager%%'' has been declared... '%%require_once('vendor/autoload.php');%%''. The code will be something like: <code php> // mod/network.php <?php use Friendica\App; function network_cont
Formatting Syntax @wiki
29 Samsvör, Síðast breytt:
nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
rileyback02267 @user
22 Samsvör, Síðast breytt:
NrNis|external site]]YOHAIG: The Bet9ja Promotion Code That Elevates Your Betting Experience When it co... m/author/ermagallo8/|Bet9ja]] using the promotion code YOHAIG, unlocking the platform's full potential f... ing. How to Register with Bet9ja Using Promotion Code YOHAIG Getting started with [[https://sun-clinic.co.il/he/question/bet9ja-sports-promotion-code-yohaig-your-comprehensive-guide-to-nigerias-top-w
rosalinafik @user
19 Samsvör, Síðast breytt:
nk" aria-label="Register at Bet9ja with promotion code YOHAIG - Opens in new window">(Image: [[https://w... level? The right platform with the best promotion code can make all the difference. Bet9ja, Nigeria's pr... n exceptional welcome bonus through the promotion code YOHAIG. We'll explore everything you need to know... ent football calendar. What The YOHAIG Promotion Code Offers The <a href="https://nfcbank.com/employer
Friendica API @docs
18 Samsvör, Síðast breytt:
em id === Return values === On success: json: <code>"ok"</code> xml: <code><ok>true</ok></code> On error: HTTP 400 BadRequest ==== GET api/direct_messages==== Deprecated Twitt
Domain-Driven-Design @docs
17 Samsvör, Síðast breytt:
take full advantage of PHP type hints. Before: <code php> function doSomething(array $intros) { fo... 'uid' => local_user()]); doSomething($intros); </code> After: <code php> function doSomething(\Friendica\Contact\Introductions\Collection\Introductions $int... ecForUser(local_user()); doSomething($intros); </code> ==== Dependency Injection ==== Under this conce
How To Move Classes to src @docs
14 Samsvör, Síðast breytt:
hp%%'' must start with the following statement: <code php> namespace Friendica\Core; </code> From now on, the ''%%Config%%'' class can be referred to as ''%%... are the different ways you can use ''%%use%%'': <code php> // No use $config = new Friendica\Core\Config(); </code> <code php> // Namespace shortcut use Friendica\C
ejabberd and prosody XMPP server with synchronized credentials @docs
14 Samsvör, Síðast breytt:
hichever user is running the server, ie. ejabberd<code> $ chown ejabberd:ejabberd /path/to/friendica/bin/auth_ejabberd.php </code> * Change the access mode so it is readable only to the user ejabberd and has exec<code> $ chmod 700 /path/to/friendica/bin/auth_ejabberd.php </code> * Edit your ejabberd.cfg file, comment out you
bbcode @de:docs
14 Samsvör, Síðast breytt:
mit Text</p></td> </tr> <tr> <td>Eingebetteter [code]Programmcode[/code] im Text</td> <td>Eingebetteter <key>Programmcode</key> im Text</td> </tr> <tr> <td>[code]Programmcode<br>&uuml;ber<br>mehrere<br>Zeilen[/code]</td> <td><code>Programmcode &uuml;ber mehrere Z
Friendica API @docs
13 Samsvör, Síðast breytt:
When an error occurs in API call, an HTTP error code is returned, with an error message Usually: * ... other error conditions Error body is * json <code json> { "error": "Specific error message", "request": "API path requested", "code": "HTTP error code" } </code> * xml <code xml> <status> <error>Specific error message</error>
Where to get started to help improve Friendica @docs
13 Samsvör, Síðast breytt:
How to improve the performance of a Friendica site @docs
12 Samsvör, Síðast breytt:
Settings @docs
12 Samsvör, Síðast breytt:
Friendica Templating Documentation @docs
12 Samsvör, Síðast breytt:
FAQ / Friendica @faq
11 Samsvör, Síðast breytt:
Using Composer @docs
10 Samsvör, Síðast breytt:
Two-Factor Authentication @docs
7 Samsvör, Síðast breytt:
Friendica API authentication @docs
6 Samsvör, Síðast breytt:
Friendica on GitHub @docs
6 Samsvör, Síðast breytt:
Using SSL with Friendica @docs
6 Samsvör, Síðast breytt:
Creating posts @docs
6 Samsvör, Síðast breytt:
Abstracts @docs
4 Samsvör, Síðast breytt:
Friendica Administration @docs
4 Samsvör, Síðast breytt:
sherrillg84 @user
4 Samsvör, Síðast breytt:
First Steps @docs
3 Samsvör, Síðast breytt:
Installing Connectors (Twitter/GNU Social) @docs
3 Samsvör, Síðast breytt:
Homepage Verification @docs
3 Samsvör, Síðast breytt:
Friendica Addons @addons
2 Samsvör, Síðast breytt:
Accesskeys reference @docs
2 Samsvör, Síðast breytt:
home @docs
2 Samsvör, Síðast breytt:
Paula Gentle (gehrke) - Public Page @user
2 Samsvör, Síðast breytt:
message-flow @de:docs
2 Samsvör, Síðast breytt:
Friendica Documentation
1 Samsvör, Síðast breytt:
User Documentation
1 Samsvör, Síðast breytt:
Account Basics @docs
1 Samsvör, Síðast breytt:
Friendica API entities @docs
1 Samsvör, Síðast breytt:
Documentation @docs
1 Samsvör, Síðast breytt:
Friendica translations @docs
1 Samsvör, Síðast breytt:
Updating Friendica @docs
1 Samsvör, Síðast breytt:
Vagrant for Friendica Developers @docs
1 Samsvör, Síðast breytt:
FAQ / Wiki @faq
1 Samsvör, Síðast breytt:
bernardomarcotte @user
1 Samsvör, Síðast breytt:
inacoulombe4552 @user
1 Samsvör, Síðast breytt:
jeseniagardner @user
1 Samsvör, Síðast breytt:
account-basics @de:docs
1 Samsvör, Síðast breytt:
developers @de:docs
1 Samsvör, Síðast breytt:
faq @de:docs
1 Samsvör, Síðast breytt:
home @de:docs
1 Samsvör, Síðast breytt: