Search

You can find the results of your search below.

Friendica Addon development @docs
44 Hits, Last modified:
n file. Here’s the structure: <code php> /** * Name: {Human-readable name} * Description: {Short description} * Version: 1.0 * Author: {Author1 Name} * Author: {Author2 Name} <{Author profile link}> * Maintainer: {Maintainer1 Name} * Maintainer: {Ma
Friendica API @docs
43 Hits, Last modified:
=== * ''user_id'': id of the user * ''screen_name'': screen name (for technical reasons, this value is not unique!) * ''text'': The message * ''reply... the user === Return values=== Array of: * ''name'': name of the group * ''gid'': id of the group * ''user'': array of [Contacts](help/API-Entities#C
Friendica Storage Backend Addon development @docs
31 Hits, Last modified:
e class must live in ''%%Friendica\Addon\youraddonname%%'' namespace, where ''%%youraddonname%%'' the folder name of your addon. There are two different interfaces you need to implement. ==== ICa... ction __toString(); public static function getName(); } </code> * ''%%get(string $reference)%%'' r
Friendica Installation @docs
23 Hits, Last modified:
. ===== Prerequisites ===== * Choose a domain name or subdomain name for your server. Put some thought into this. While changing it after installation is ... n empty database and note the access details (hostname, username, password, database name). Friendica needs the permission to create and delete fields and ta
config @docs
22 Hits, Last modified:
nfig.php` and must not include `-sample` in their name. Some examples of common known configuration fil... cording to the following conversion chart, then rename your `.htconfig.php` to check your node is workin... pre> $db_host = 'localhost'; $db_user = 'mysqlusername'; $db_pass = 'mysqlpassword'; $db_data = 'mysqldatabasename'; $a->config["system"]["db_charset"] = 'utf8mb4';
faq @de:docs
21 Hits, Last modified:
h tun?](help/FAQ#dbupdate)** Nutzer -------- <a name="ssl"></a> ### Warum erhalte ich Warnungen über f... s eigenes Angebot bzw. von anderen Anbietern. <a name="upload"></a> ### Wie kann ich Bilder, Dateien, L... n, findest Du unter <i>deineSeite.de/photos/profilname</i>. Dort kannst Du auch direkt Bilder hochladen ... fach per [url=http://example.com]<i>freigewählter Name</i>[/url] im Editor. Video- und Audiodateien kön
addons @de:docs
19 Hits, Last modified:
on, die auf dem Addon-Namen basieren; z.B. "addon1name_install()". Diese beiden Funktionen haben keine A... lgenden vier Parametern enthalten: /* * Name: My Great Addon * Description: This is what ... llation. \Friendica\Core\Hook::register($hookname, $file, $function); $hookname ist ein String und entspricht einem bekannten Friendica-Hook. $file ste
Friendica API entities @docs
18 Hits, Last modified:
teger | No | | ''id_str'' | String | No | | ''name'' | String | No | | ''screen_name'' | String | No | | ''location'' | String | No | | ''descriptio... ''uri'' | String | Item unique URI string | | ''name'' | String (Plaintext) | Title | | ''desc'' | St... id_str'' | String | No | | ''in_reply_to_screen_name'' | String | No | | ''geo'' | String | Yes |
Settings @docs
17 Hits, Last modified:
anner. The default logo is the Friendica logo and name. You may wish to provide HTML/CSS to style and/or... nce these registrations were automatic, the “Full Name” field was often set to just an account name with no space between first and last name. If you would like to support people with only one name as th
Friendica Templating Documentation @docs
15 Hits, Last modified:
efault templates by putting a files with the same name into the <code> /view/themes/$themename/templates </code> directory. Templates that are only used... s shall be placed in the <code> /addon/$addonname/templates </code> directory. To render a templat... checked its value is **1**. Field parameter: - Name of the checkbox, - Label for the checkbox, -
Friendica Installation @de:docs
14 Hits, Last modified:
e alle Zugangsdaten (Adresse der Datenbank, Nutzername, Passwort, Datenbankname). Friendica benötigt die Berechtigungen um neue Felder in dieser Datenbank zu... auch durch adäquate Optionen (z.B. --dbhost <hostname>)übersteuert werden. == Datenbank Einstellungen ... Port der MySQL/MariaDB Datenbank * ''MYSQL_USERNAME'' Der Benutzername des MySQL Datenbanklogins (MyS
Themes @docs
14 Hits, Last modified:
can found these in /view/theme/**your-theme-name**/style.css sometimes, there is also a file call... of the template in /view/theme/**your-theme-name**/templates any template that exists there will ... written by files in /view/theme/**your-theme-name**/js. ===== Expand an existing Theme ===== ===... bmit" value="{{$submit}}" class="settings-submit" name="duepuntozero-settings-submit" /> </div> def
Twitter API @docs
12 Hits, Last modified:
===== Different behaviour ===== * ''%%screen_name%%'': The nick name in Friendica is only unique in each network but not for all networks. The users are ... * ''%%x_auth_password%%'' * ''%%x_auth_username%%'' * ''%%x_auth_mode%%'' * [[https://d... * Unsupported parameters: * ''%%screen_name%%'' * ''%%include_entities%%'' * [[https
Formatting Syntax @wiki
12 Hits, Last modified:
square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
Search in Friendica @docs
12 Hits, Last modified:
und. ===== Account Search ===== * Pattern: ''@name'' * Result: Lists all the profiles that match the name. The name can be used in the //display name// field of the profile or the //nick name// and it may only be a part
Account Basics @docs
10 Hits, Last modified:
Updating Friendica @docs
9 Hits, Last modified:
account-basics @de:docs
8 Hits, Last modified:
settings @de:docs
8 Hits, Last modified:
Tags and Mentions @docs
6 Hits, Last modified:
How To Move Classes to src @docs
6 Hits, Last modified:
FAQ / Friendica @faq
5 Hits, Last modified:
Friendica translations @docs
5 Hits, Last modified:
Using SSL with Friendica @docs
4 Hits, Last modified:
Chats @docs
4 Hits, Last modified:
Making Friends @docs
3 Hits, Last modified:
Mastodon API @docs
3 Hits, Last modified:
chats @de:docs
2 Hits, Last modified:
Creating posts @docs
2 Hits, Last modified:
making-friends @de:docs
2 Hits, Last modified:
Friendica Hackathon 2020 @activitys
2 Hits, Last modified:
ssl @de:docs
2 Hits, Last modified:
Friendica BBCode tags reference @docs
2 Hits, Last modified:
Using Composer @docs
2 Hits, Last modified:
Datenströme & Nachrichten-Feeds @de
2 Hits, Last modified:
Installing Connectors (Twitter/GNU Social) @docs
2 Hits, Last modified:
GNU Social API @docs
2 Hits, Last modified:
Connectors @docs
2 Hits, Last modified:
Yamamoto Ryuta (ryuu_ron2002) - Public Page @user
1 Hits, Last modified:
Pippin (pippin) - Public Page @user
1 Hits, Last modified:
Orz (orzzro) - Public Page @user
1 Hits, Last modified:
Ole (olemara) - Public Page @user
1 Hits, Last modified:
Remove Account @docs
1 Hits, Last modified:
Nik Clayton (nikclayton) - Public Page @user
1 Hits, Last modified:
Neil Harvey (neilh26) - Public Page @user
1 Hits, Last modified:
Ian Molton (spyro) - Public Page @user
1 Hits, Last modified:
Hypolite Petovan (mrpetovan) - Public Page @user
1 Hits, Last modified:
Manfred Beck (mayo) - Public Page @user
1 Hits, Last modified:
Marc Marc (marc) - Public Page @user
1 Hits, Last modified:
lanewsa2022 - Public Page @user
1 Hits, Last modified:
Samor (samor) - Public Page @user
1 Hits, Last modified:
Vincent Joyce (untemperedsteel) - Public Page @user
1 Hits, Last modified:
Daniel Buck (tealk) - Public Page @user
1 Hits, Last modified:
tester (test.com_h1_7_7_h1) - Public Page @user
1 Hits, Last modified:
Lars Werner (testing) - Public Page @user
1 Hits, Last modified:
Joseph Hogan (joseph) - Public Page @user
1 Hits, Last modified:
utzer (utzer_test) - Public Page @user
1 Hits, Last modified:
vinzv (vinzv) - Public Page @user
1 Hits, Last modified:
Martin Wicki (wicki) - Public Page @user
1 Hits, Last modified:
How to Create a Bot @docs
1 Hits, Last modified:
bot @de:docs
1 Hits, Last modified:
connectors @de:docs
1 Hits, Last modified:
Autoloader with Composer @docs
1 Hits, Last modified:
installing-connectors @de:docs
1 Hits, Last modified:
Abstracts @docs
1 Hits, Last modified:
Karsten Nitsch (karsten) - Public Page @user
1 Hits, Last modified:
Jochen Brameier (john) - Public Page @user
1 Hits, Last modified:
Jon W (jonnj) - Public Page @user
1 Hits, Last modified:
Clayton Mattatall (darkoverlordii) - Public Page @user
1 Hits, Last modified:
Themes @docs
1 Hits, Last modified:
Groups and Privacy @docs
1 Hits, Last modified:
Forums @docs
1 Hits, Last modified:
Homepage Verification @docs
1 Hits, Last modified:
Where to get started to help improve Friendica @docs
1 Hits, Last modified:
FAQ / Wiki @faq
1 Hits, Last modified:
AaronSwift1 (aaronswift1) - Public Page @user
1 Hits, Last modified:
Andreas Kilgus (aki42) - Public Page @user
1 Hits, Last modified:
Alex Meier (alawis99) - Public Page @user
1 Hits, Last modified:
Lawrence London (avantgeared) - Public Page @user
1 Hits, Last modified:
Barry Solow (baslow) - Public Page @user
1 Hits, Last modified:
Frits (bosman) - Public Page @user
1 Hits, Last modified:
caos (caos) - Public Page @user
1 Hits, Last modified:
Friendica Addons @addons
1 Hits, Last modified:
Filtering your Network Stream @docs
1 Hits, Last modified:
Gerard Braad (gbraad) - Public Page @user
1 Hits, Last modified:
Ingo Lantschner (ilanti) - Public Page @user
1 Hits, Last modified:
hoergen (hoergen) - Public Page @user
1 Hits, Last modified:
Michael (heluecht) - Public Page @user
1 Hits, Last modified:
Steve Rogers (healthyonez) - Public Page @user
1 Hits, Last modified:
GerlinGer (gerlin) - Public Page @user
1 Hits, Last modified:
Gerd Schnitzler (gerd_schnitzler) - Public Page @user
1 Hits, Last modified:
Ray Haw (gasebuddy) - Public Page @user
1 Hits, Last modified:
(drone1970) - Public Page @user
1 Hits, Last modified:
Ji Fu (fuatlibranetdotde) - Public Page @user
1 Hits, Last modified:
foo_test (foo_test) - Public Page @user
1 Hits, Last modified:
ersf (ersf) - Public Page @user
1 Hits, Last modified:
Tsulmuun (error) - Public Page @user
1 Hits, Last modified:
ererer (ererer) - Public Page @user
1 Hits, Last modified:
Davy (dvdvsdr) - Public Page @user
1 Hits, Last modified:
dfdf (dfdf) - Public Page @user
1 Hits, Last modified: