Search
You can find the results of your search below.
Fulltext results:
- Friendica Addon development @docs
- 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
- 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
- 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
- Formatting Syntax @wiki
- 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 API @docs
- 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
- Friendica Storage Backend Addon development @docs
- 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
- 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
- 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
- Friendica API entities @docs
- 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 |
- FAQ / Friendica @faq
- )</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
- addons @de:docs
- . \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
- 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
- , 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
- 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
- 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