Search

You can find the results of your search below.

Themes
38 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
35 Hits, Last modified:
r [[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... Options All" so you can use a local ''.htaccess'' file * PHP versions 7.4 to 8.2 are supported * PHP... ith register_argc_argv set to true in the php.ini file * Curl, GD, GMP, PDO, mbstrings, MySQLi, ha
Friendica Storage Backend Addon development
26 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)
Settings
19 Hits, Last modified:
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 data. Two storage backends are avaiable with Frie
Friendica Addon development
18 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: ... entation in a ''%%README%%'' or ''%%README.md%%'' file. The latter will be converted from Markdown to HT... <code> \Friendica\Core\Hook::register($hookname, $file, $function); </code> ''%%$hookname%%'' is a strin
Friendica translations
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
config
15 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
Where to get started to help improve Friendica
14 Hits, Last modified:
ight want to work on the translation of the /help files? ===== Design ===== Are you good at designing ... d for Friendica by Tobias Diekershoff changed_files="$(git diff-tree -r --name-only --no-commit-id O... EAD HEAD)" check_run() { echo "$changed_files" | grep --quiet "$1" && eval "$2" } # `composer install` if the `composer.lock` file gets changed # to update all the php dependen
How To Move Classes to src
14 Hits, Last modified:
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
11 Hits, Last modified:
atabase updates docbloxerrorchecker Check the file tree for DocBlox errors extract Generate translation string file for the Friendica project (deprecated) globalcom... movetoavatarcache Move cached avatars to the file based avatar cache mergecontacts Merge ... nt php2po Generate a messages.po file from a strings.php file po2php G
Friendica API
10 Hits, Last modified:
ription", "album": "album name", "filename": "original file name", "type": "mime type", "height": "number", "width": "... /desc> <album>album name</album> <filename>original file name</filename> <type>mime type</type> <height>number</height>
Autoloader with Composer
7 Hits, Last modified:
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
Friendica Administration
6 Hits, Last modified:
the planing of such a strategy, here is a list of files you need to restore your Friendica node. * Configuration files: ''config/local.config.php'', ''config/addon.config.php'' and the ''.htaccess'' file if it was edited beyond the .htaccess-dist one. * A dump of the used database. * If the file storage backend is set to Filesystem, a copy of t
Export / Import of followed Contacts
6 Hits, Last modified:
ts you follow. The exported list is stored as CSV file that is compatible to the format used by other pl... ed Contacts ====== To import contacts from a CSV file, go to the //Settings page//. At the bottom of th... d the //import contacts// section. Upload the CSV file there. ====== Supported File Format ====== The CSV file **must** contain at least one column. In the
Creating posts
5 Hits, Last modified:
ies. Write category names separated by a comma to file your new post. The Big Empty Text area is where ... ing video or audio content. For other themes: Add files from your computer. Same as picture, but for gen... ] for embedding content. Therefore, the supported files are depending on your browser and operating system (OS). Some filetypes are WebM, MP4 and OGG.* <p style="clear:both
First Steps
4 Hits, Last modified:
Friendica API entities
4 Hits, Last modified:
Friendica BBCode tags reference
3 Hits, Last modified:
Friendica Templating Documentation
3 Hits, Last modified:
Using Composer
3 Hits, Last modified:
How to move your account between servers
3 Hits, Last modified:
How to improve the performance of a Friendica site
3 Hits, Last modified:
Updating Friendica
2 Hits, Last modified:
Vagrant for Friendica Developers
2 Hits, Last modified:
Using SSL with Friendica
2 Hits, Last modified:
Installing Connectors (Twitter/GNU Social)
2 Hits, Last modified:
Friendica Message Flow
1 Hits, Last modified:
Database Tables
1 Hits, Last modified:
Configuration Guide for small Nodes
1 Hits, Last modified:
Account Basics
1 Hits, Last modified: