Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Friendica Addon development
54 Treffer, Zuletzt geändert:
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
43 Treffer, Zuletzt geändert:
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
38 Treffer, Zuletzt geändert:
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
32 Treffer, Zuletzt geändert:
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
31 Treffer, Zuletzt geändert:
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
28 Treffer, Zuletzt geändert:
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
25 Treffer, Zuletzt geändert:
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
24 Treffer, Zuletzt geändert:
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 |
Where to get started to help improve Friendica
19 Treffer, Zuletzt geändert:
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]]. *
config
17 Treffer, Zuletzt geändert:
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
17 Treffer, Zuletzt geändert:
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
How To Move Classes to src
14 Treffer, Zuletzt geändert:
ge autoloading. This means that all the PHP class files moved to the ''%%src%%'' folder will be [[:docs:... ment over the current ''%%require%%'' usage since files will be included on an actual usage basis instea... cant number of items to check when moving a class file from the ''%%include%%'' folder to the ''%%src%%'... lass names that lists all the already moved class files for inspiration. A few pointers though: * ''%%F
Admin Tools
14 Treffer, Zuletzt geändert:
atabase updates docbloxerrorchecker Check the file tree for DocBlox errors extract Generate translation string file for the Friendica project (deprecated) globalcommunityblock Block remote profile from interacting with this node globalcommunitysilence Silence a profile from the global community page archivecontact
Homepage Verification
12 Treffer, Zuletzt geändert:
into the //Homepage// field of your Friendica profile really belongs to you, you can do so using the [[... r. ===== Step 1: Put a link to your Friendica profile on the Homepage ===== Say your Friendica nicknam... the server ''friendica.example.com'' then your profile URL page is ''https://friendica.example.com/profile/happy''. For this URL you need to add a link from y
Autoloader with Composer
7 Treffer, Zuletzt geändert:
ng ===== The autoloader dynamically includes the file defining a class when it is first referenced, eit... t and includes the corresponding class definition file. For more info about PHP autoloading, please refe... n]]. ==== Example ==== Let’s say you have a PHP file in ''%%src/%%'' that define a very useful class: ... xplicitly include the ''%%src/BaseManager.php%%'' file, the autoloader will when this class is first def
Database Tables
7 Treffer, Zuletzt geändert:
Creating posts
7 Treffer, Zuletzt geändert:
Accesskeys reference
6 Treffer, Zuletzt geändert:
Friendica Administration
6 Treffer, Zuletzt geändert:
Export / Import of followed Contacts
6 Treffer, Zuletzt geändert:
Groups and Privacy
6 Treffer, Zuletzt geändert:
First Steps
5 Treffer, Zuletzt geändert:
Making Friends
5 Treffer, Zuletzt geändert:
Vagrant for Friendica Developers
5 Treffer, Zuletzt geändert:
How to Create a Bot
4 Treffer, Zuletzt geändert:
How to improve the performance of a Friendica site
4 Treffer, Zuletzt geändert:
Account Basics
3 Treffer, Zuletzt geändert:
Friendica BBCode tags reference
3 Treffer, Zuletzt geändert:
Using Composer
3 Treffer, Zuletzt geändert:
Connectors
3 Treffer, Zuletzt geändert:
Forums
3 Treffer, Zuletzt geändert:
Search in Friendica
3 Treffer, Zuletzt geändert:
How to move your account between servers
3 Treffer, Zuletzt geändert:
Friendica Templating Documentation
3 Treffer, Zuletzt geändert:
GNU Social API
2 Treffer, Zuletzt geändert:
Configuration Guide for small Nodes
2 Treffer, Zuletzt geändert:
home
2 Treffer, Zuletzt geändert:
ejabberd and prosody XMPP server with synchronized credentials
2 Treffer, Zuletzt geändert:
Installing Connectors (Twitter/GNU Social)
2 Treffer, Zuletzt geändert:
Filtering your Network Stream
2 Treffer, Zuletzt geändert:
Scheduler - time controlled publishing
2 Treffer, Zuletzt geändert:
Using SSL with Friendica
2 Treffer, Zuletzt geändert:
Comment, sort and delete posts
2 Treffer, Zuletzt geändert:
Updating Friendica
2 Treffer, Zuletzt geändert:
Friendica API authentication
1 Treffer, Zuletzt geändert:
Bugs and Issues
1 Treffer, Zuletzt geändert:
Developer Documentation
1 Treffer, Zuletzt geändert:
Events
1 Treffer, Zuletzt geändert:
Friendica Message Flow
1 Treffer, Zuletzt geändert: