Search

You can find the results of your search below.

Friendica Addon development @docs
54 Hits, Last modified:
th). ===== Naming ===== Addon names are used in file paths and functions names, and as such: - Can’t c... don in the first multi-line comment of your addon file. Here’s the structure: <code php> /** * Name: ... thor1 Name} * Author: {Author2 Name} <{Author profile link}> * Maintainer: {Maintainer1 Name} * Maintainer: {Maintainer2 Name} <{Maintainer profile link}> * Status: {Unsupported|Arbitrary status}
Themes @docs
43 Hits, Last modified:
itional [[https://en.wikipedia.org/wiki/CSS|CSS]] file to override some styling of the default theme val... iled* description and the meaning of some special files. ===== Styling ===== If you want to change th... styling of a theme, have a look at the themes CSS file. In most cases, you can found these in /view... heme-name**/style.css sometimes, there is also a file called style.php in the theme directory. This is
Friendica Installation @docs
38 Hits, Last modified:
let us know via the [[http://forum.friendi.ca/profile/helpers|helper]] or the [[https://forum.friendi.ca/profile/developers|developer]] forum or [[https://github.com/friendica/friendica/issues|file an issue]]. Please be as clear as you can about ... icy'' to ''0'' in the ''config/local.config.php'' file //after// the installation wizard has been run. B
Friendica API @docs
32 Hits, Last modified:
ems returned, default 20 ==== GET api/externalprofile/show ==== Returns a [[:docs:API-Entities#Contact|Contact]] entity for the provided profile URL. === Parameters === * ''%%profileurl%%'': Profile URL ==== GET api/statuses/public_timeline ==== Returns a list of public [[:docs:API-E
Formatting Syntax @wiki
32 Hits, Last modified:
mple markup language, which tries to make the datafiles to be as readable as possible. This page contain... is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ning the syntax for links and [[#images_and_other_files|images]] (see below) like this: [[http://php.
Friendica Storage Backend Addon development @docs
31 Hits, Last modified:
tor in admin page. First, the backend class. The file will be ''%%addon/samplestorage/SampleStorageBack... le Storage'; /** @var string */ private $filename; /** * SampleStorageBackend constr... */ public function __construct(string $filename) { $this->filename = $filename; } public function get(string $reference)
Twitter API @docs
28 Hits, Last modified:
unt-settings/api-reference/post-account-update_profile|POST api/account/update_profile]] * Unsupported parameters: * ''%%url%%'' * ''%%location%%'' * ''%%profile_link_color%%'' * ''%%include_entities%%'' ... unt-settings/api-reference/post-account-update_profile_image|POST api/account/update_profile_image]]
Settings @docs
25 Hits, Last modified:
system theme. This can be over-ridden by user profiles. Default theme is ''%%vier%%'' at the moment. Y... on of the [[help/Config|config/local.config.php]] file. If you want to use this method, the registration... registrations// to true. Default is false. ==== File upload ==== === File storage backend === Set the backend used by Friendica to store uploaded file dat
FAQ / Friendica @faq
24 Hits, Last modified:
)</panel> <panel title="How can I upload images, files, links, videos and sound files to posts?">You can upload images from your computer using the [editor](... loaded images is listed at *example.com/photos/profilename*. On that page, you can also upload images di... is upload. Generally, you can attach any kind of file to a post. This is possible by using the "paper-c
Friendica API entities @docs
24 Hits, Last modified:
No | | ''description'' | String | No | | ''profile_image_url'' | String (URL) | No | | ''profile_image_url_https'' | String (URL) | No | | ''profile_image_url_profile_size'' | String (URL) | No | | ''profile_image_url_large'' | String (URL) | No |
addons @de:docs
23 Hits, Last modified:
. \Friendica\Core\Hook::register($hookname, $file, $function); $hookname ist ein String und entspricht einem bekannten Friendica-Hook. $file steht für den Pfadnamen, der relativ zum Top-Leve... geladen wird. $b ist der $_POST-Array **'profile_post'** - wird aufgerufen, wenn die Profilseite a... ngezeigt wird. $b ist der $_POST-Array **'profile_edit'** - wird aufgerufen, bevor die Profil-Bearb
Where to get started to help improve Friendica @docs
19 Hits, Last modified:
rums: * The main [[https://forum.friendi.ca/profile/developers|forum for Friendica development]] ===... nd Friendica in the [[https://forum.friendi.ca/prufile/helpers|general support forum]]. Welcome them, an... ight want to work on the translation of the /help files? ===== Design ===== Are you good at designing ... ce, please join the [[https://forum.friendi.ca/profile/developers|forum for Friendica development]]. *
Friendica Installation @de:docs
18 Hits, Last modified:
, sag uns bitte über [[http://forum.friendi.ca/profile/helpers|helper]] oder das [[https://forum.friendi.ca/profile/developers|Entwickler Forum]] Bescheid oder [[htt... xml iconv zip openssl pecl-mcrypt posix dom json fileinfo pecl-imagick session filter ctype simplexml z... the line "Options -Indexes" from the `.htaccess` file if you are using a Windows server as this has bee
config @docs
17 Hits, Last modified:
is done in two places: in PHP array configuration files and in the `config` database table. Database config values overwrite the same file config values. ## File configuration The configuration format for file configuration is an array returned from a PHP file. Th
Friendica translations @docs
17 Hits, Last modified:
ca translation process is based on ''gettext'' PO files. Basic worflow: - ''xgettext'' is used to col... trings across the project in the authoritative PO file located in ''view/lang/C/messages.po'' - This file makes translations strings available at [[https://... at Transifex by volunteers. - The resulting PO files by languages are manually updated in ''view/lang
Admin Tools @docs
14 Hits, Last modified:
How To Move Classes to src @docs
14 Hits, Last modified:
Homepage Verification @docs
12 Hits, Last modified:
faq @de:docs
10 Hits, Last modified:
Database Tables @docs
7 Hits, Last modified:
Creating posts @docs
7 Hits, Last modified:
Autoloader with Composer @docs
7 Hits, Last modified:
Export / Import of followed Contacts @docs
6 Hits, Last modified:
Groups and Privacy @docs
6 Hits, Last modified:
Friendica Administration @docs
6 Hits, Last modified:
Accesskeys reference @docs
6 Hits, Last modified:
Making Friends @docs
5 Hits, Last modified:
First Steps @docs
5 Hits, Last modified:
Vagrant for Friendica Developers @docs
5 Hits, Last modified:
How to Create a Bot @docs
4 Hits, Last modified:
How to improve the performance of a Friendica site @docs
4 Hits, Last modified:
Datenströme & Nachrichten-Feeds @de
4 Hits, Last modified:
Friendica Addons @addons
4 Hits, Last modified:
Friendica Templating Documentation @docs
3 Hits, Last modified:
How to move your account between servers @docs
3 Hits, Last modified:
forums @de:docs
3 Hits, Last modified:
Data streams & message feeds
3 Hits, Last modified:
settings @de:docs
3 Hits, Last modified:
Friendica BBCode tags reference @docs
3 Hits, Last modified:
Forums @docs
3 Hits, Last modified:
Friendica Hackathon 2020 @activitys
3 Hits, Last modified:
Search in Friendica @docs
3 Hits, Last modified:
Connectors @docs
3 Hits, Last modified:
Account Basics @docs
3 Hits, Last modified:
Using Composer @docs
3 Hits, Last modified:
home @docs
2 Hits, Last modified:
quick-start-guide @de:docs
2 Hits, Last modified:
groups-and-privacy @de:docs
2 Hits, Last modified:
User Documentation
2 Hits, Last modified:
utzer @user
2 Hits, Last modified:
Bionk - Public Page @user
2 Hits, Last modified:
Benutzerdokumentation @de
2 Hits, Last modified:
GNU Social API @docs
2 Hits, Last modified:
Updating Friendica @docs
2 Hits, Last modified:
Installing Connectors (Twitter/GNU Social) @docs
2 Hits, Last modified:
Comment, sort and delete posts @docs
2 Hits, Last modified:
Using SSL with Friendica @docs
2 Hits, Last modified:
Scheduler - time controlled publishing @docs
2 Hits, Last modified:
Filtering your Network Stream @docs
2 Hits, Last modified:
Configuration Guide for small Nodes @docs
2 Hits, Last modified:
Bugs and Issues @docs
1 Hits, Last modified:
Scheduler - zeitgesteuerte Veröffentlichung @de:docs
1 Hits, Last modified:
quick-start-network @de:docs
1 Hits, Last modified:
Friendica Documentation
1 Hits, Last modified:
quick-start-andfinally @de:docs
1 Hits, Last modified:
making-friends @de:docs
1 Hits, Last modified:
Press Room
1 Hits, Last modified:
improve-performance @de:docs
1 Hits, Last modified:
Our Activities! @activitys
1 Hits, Last modified:
Friendica Message Flow @docs
1 Hits, Last modified:
Events @docs
1 Hits, Last modified:
Friendica Dokumentationen @de
1 Hits, Last modified:
Tobias Diekershoff (tobiasd) - Public Page @user
1 Hits, Last modified:
Our Core Users / Whoiswho / Benutzerübersicht @user
1 Hits, Last modified:
Fadmin / aka: Admin Istrator @user
1 Hits, Last modified:
FAQ / Wiki @faq
1 Hits, Last modified:
Developer Documentation @docs
1 Hits, Last modified:
FAQ @faq
1 Hits, Last modified: