Search

You can find the results of your search below.

Themes @docs
31 Hits, Last modified:
its existence and tell it how to use the template file, by defining a config.php file. It needs to define at least the following functi... e menu, all you need to do is to create a new CSS file in the deriv directoy and include it in the array... the 1st part of the line is the name of the CSS file (without the .css) the 2nd part is the common nam... o with it? For this, have a look at the theme.php file of the *duepunto zero*. There you'll find somethi
Friendica Installation @docs
30 Hits, Last modified:
configuration is not allowing your ''.htaccess'' file to be used (there are rules in this file to block access to any file with .out at the end, as these are typically used... for system logs). Make certain the ''.htaccess'' file exists and is readable by everybody, then look fo... kage (if using Windows). === Unable to write the file config/local.config.php due to permissions issues === Create an empty `config/local.config.php`file and apply world-write permission. On Linux: <co
Formatting Syntax @wiki
23 Hits, Last modified:
filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work. ===== Lists ===== Dokuwiki supports... needs to be added to the [[doku>entities|pattern file]]. There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "d... ples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''. This is text is indented by two spaces.
Friendica Addon development @docs
15 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 Storage Backend Addon development @docs
14 Hits, Last modified:
tor in admin page. First, the backend class. The file will be ''%%addon/samplestorage/SampleStorageBack... // we return always the same image data. Which file we load is defined by // a config key return file_get_contents($this->filename); } pub... le text input $this->l10n->t('The file to return'), // the label $file
Friendica Installation @de:docs
14 Hits, Last modified:
configuration is not allowing your ''.htaccess'' file to be used (there are rules in this file to block access to any file with .out at the end, as these are typically used... for system logs). Make certain the ''.htaccess'' file exists and is readable by everybody, then look fo... kage (if using Windows). === Unable to write the file config/local.config.php due to permissions issues === Create an empty `config/local.config.php`file and apply world-write permission. On Linux: <co
How To Move Classes to src @docs
11 Hits, Last modified:
t the case for all the classes referenced in this file. Since we added a ''%%namespace Friendica\Core;%%'' to the file, all the class names still declared in ''%%includ... while simply browsing Friendica. Check the class file for any magic constant ''%%__FILE__%%'' or ''%%__DIR__%%'', as their value changed since you moved the class in the file tree. Most of the time it’s used for debugging pu
Settings @docs
11 Hits, Last modified:
ivate them in the ''%%config/local.config.php%%'' file. Use the following settings to redirect PHP errors to a file. Config: <code> error_reporting(E_ERROR | E_WAR... '0'); </code> This will put all PHP errors in the file php.out (which must be writeable by the webserver
Admin Tools @docs
10 Hits, Last modified:
nt php2po Generate a messages.po file from a strings.php file po2php Generate a strings.php file from a messages.po file typo Checks for parse errors in ... d to adjust the ''logpath'' in the ''jail.local'' file and the ''bantime'' (value is in seconds). In ''... rotate'' command. In ''/etc/logrotate.d/'' add a file called ''friendica'' that contains the configurat
Friendica translations @docs
9 Hits, Last modified:
trings across the project in the authoritative PO file located in ''view/lang/C/messages.po'' - This file makes translations strings available at [[https://... m Transifex ===== Please download the Transifex file "for use" in ''view/lang/<language>/messages.po''... ssages.po'' to update the related ''strings.php'' file and commit both files to your working branch. ==
config @docs
9 Hits, Last modified:
File configuration The configuration format for file configuration is an array returned from a PHP file. This prevents your webserver from displaying you... es and displays nothing. A typical configuration file looks like this: ```php <?php /* * Comment blo... fig.php The legacy `.htconfig.php` configuration file is still supported, but is deprecated and will be... The legacy `config/local.ini.php` configuration file is still supported, but is deprecated and will be
Export / Import of followed Contacts @docs
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
Autoloader with Composer @docs
6 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
FAQ / Friendica @faq
6 Hits, Last modified:
is upload. Generally, you can attach any kind of file to a post. This is possible by using the "paper-c... ther [[http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services|filehoster]]), use the "link"-bu... your browser and operating system. Some supported file types are WebM, MP4, MP3 and OGG. See Wikipedia f... email address in the ''config/local.config.php'' file. The listed emails need to be separated by a comm
Friendica API @docs
5 Hits, Last modified:
bum": "album name", "filename": "original file name", "type": "mime type", "heig... bum>album name</album> <filename>original file name</filename> <type>mime type</type> ... : "album name", "filename": "original file name", "type": "image mime type", ... album="album name" filename="original file name" type="image mime type">
Where to get started to help improve Friendica @docs
4 Hits, Last modified:
First Steps @docs
4 Hits, Last modified:
addons @de:docs
3 Hits, Last modified:
How to move your account between servers @docs
3 Hits, Last modified:
Using Composer @docs
3 Hits, Last modified:
Friendica BBCode tags reference @docs
3 Hits, Last modified:
Friendica Templating Documentation @docs
2 Hits, Last modified:
Vagrant for Friendica Developers @docs
2 Hits, Last modified:
Updating Friendica @docs
2 Hits, Last modified:
Friendica Administration @docs
2 Hits, Last modified:
Benutzerdokumentation @de
1 Hits, Last modified:
Installing Connectors (Twitter/GNU Social) @docs
1 Hits, Last modified:
Friendica Message Flow @docs
1 Hits, Last modified:
faq @de:docs
1 Hits, Last modified:
Creating posts @docs
1 Hits, Last modified:
FAQ / Wiki @faq
1 Hits, Last modified:
Using SSL with Friendica @docs
1 Hits, Last modified:
Configuration Guide for small Nodes @docs
1 Hits, Last modified:
Account Basics @docs
1 Hits, Last modified:
Friendica Hackathon 2020 @activitys
1 Hits, Last modified:
Press Room
1 Hits, Last modified:
Database Tables @docs
1 Hits, Last modified:
User Documentation
1 Hits, Last modified: