Search

You can find the results of your search below.

Friendica Installation
18 Hits, Last modified:
mod-rewrite enabled and "Options All" so you can use a local ''.htaccess'' file * PHP versions 7.4 t... DED. Directory paths will not be as convenient to use and have not been thoroughly tested. This is REQU... ddons.git -b stable addon </code> If you want to use the development version of Friendica you can swit... more information during the installation, you can use this command line option <code> bin/console auto
Friendica BBCode tags reference
17 Hits, Last modified:
ternet | ''%%[url]http://friendi.ca[/url]%%'' | | Use some text as label for the link | ''%%[url=http:/... | ''%%[mail]user@mail.example.com[/mail]%%'' | | Use some text as label for the email link | ''%%[mail... ou wish to separate a new paragraph, you can also use the ''[p]'' BBCode tag, accompanied with a ''[/p]... BBCode tag. === Code Blocks === You can either use inline code or create a multi-line code block, bo
Autoloader with Composer
16 Hits, Last modified:
t it is available, without the need to explicitly use “require_once”. Once it is set up you don’t have to directly use it, you can directly use any class that is covered by the autoloader (currently ''%%vendor%%'' and ''%... es conflicts (could be that a library you want to use also defines a class named ''%%ItemsManager%%'',
Friendica Storage Backend Addon development
15 Hits, Last modified:
Override the two necessary instances: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStor... eption should be used in case the caller tries to use an invalid references. This could happen in case ... r for transparency reasons. Example: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStor... > <?php namespace Friendica\Addon\samplestorage; use Friendica\Core\Storage\Capability\ICanWriteToStor
How To Move Classes to src
14 Hits, Last modified:
you’re done deciding the namespace, it’s time to use it. Let’s say we choose ''%%Friendica\Core%%'' for the ''%%Config%%'' class. ===== Use the namespace ===== To declare the namespace, th... lly, PHP provides namespace shortcuts through ''%%use%%''. This language construct just provides a dif... m on its own. Here are the different ways you can use ''%%use%%'': <code php> // No use $config = new
Themes
10 Hits, Last modified:
iendica aware of its existence and tell it how to use the template file, by defining a config.php file.... nd link to the CSS file of it. Done. Now you can use the variant on your system. But remember once the... meta informations for the theme, see below */ use Friendica\App; function duepuntozero_lr_... not really useful at this state. Nevertheless, to use it, you just need to activate in the admin panel.
Settings
8 Hits, Last modified:
ig|config/local.config.php]] file. If you want to use this method, the registration policy has to be se... ged in users can register additional accounts for use as pages. These will still require approval if th... s can be avaiable from third-party addons. If you use those, please refer to the documentation of those... uses a proxy to connect to the internet, you may use these settings to communicate with the outside wo
Using Composer
8 Hits, Last modified:
docs:autoloader|Class autoloading]] ===== How to use Composer ===== If you don’t have Composer instal... . For the purpose of this help, all examples will use this path to run Composer commands, however feel ... ed a Friendica release archive, you don’t have to use Commposer at all, all the required libraries are ... e. === Installing with Git === If you prefer to use ''%%git%%'', you will have to run Composer to fet
Where to get started to help improve Friendica
7 Hits, Last modified:
ly update the dependencies with composer, you can use the `post-merge` [[https://git-scm.com/book/en/v2... s are enclosed in single quotes, but feel free to use double quotes if it makes more sense (SQL queries... tag * No trailing spaces * Array declarations use the new square brackets syntax * Quoting style ... uting to Friendica. There are a few tools you can use to check or fix your files before you commit. Fo
Friendica Addon development
6 Hits, Last modified:
ng immediately processed or acted on that you can use, display, or alter. Remember to declare it with '... ===== If your addon needs some template, you can use the Friendica template system. Friendica uses [[h... and execute it passing needed values: <code php> use Friendica\Core\Renderer; # load template file. f... [ 'catavatar-usecat' => DI::l10n()->t('Use Cat as Avatar'), 'catavatar-morecat' =>
Account Basics
6 Hits, Last modified:
u do not have an OpenID address or do not wish to use OpenID, leave this field blank. If you have an OpenID account elsewhere and wish to use it, enter the address into this field and click ‘... it to be displayed on this system**. Most people use their real name for this, but you’re under no obl... on that was provided during registration. You may use either your nickname or email address as a Login
ejabberd and prosody XMPP server with synchronized credentials
5 Hits, Last modified:
that uses XMPP as messaging protocol that you can use with a large amount of clients. In conjunction wi... ===== Prosody Installation ===== If you want to use your Friendica installation for authentication wi... e (''prosody.cfg.lua'') of your prosody server to use Friendica for authentication (use your Friendica nodes domain instead of example.com) <code> authenti
Using SSL with Friendica
4 Hits, Last modified:
running your own Friendica site, you may want to use SSL (https) to encrypt communication between serv... ed to install a client software on your server to use it. Instructions for the official client are [[ht... r of steps you can take to ensure your users will use SSL to access your instance. ==== Web server red... t issues, but not all websites support HTTPS yet. Use at your own risk. - **Verify SSL**: Enabling th
Friendica Templating Documentation
4 Hits, Last modified:
emplates </code> directory. To render a template use the function //getMarkupTemplate// to load the te... equired and should be used to type email addesses use something along the lines of: <code> '$admin... account email address must match this in order to use the web admin panel.'), 'required', '', 'email'),... </code> To evaluate the input value, you can then use the $_POST array, more precisely the $_POST[‘admi
Filtering your Network Stream
3 Hits, Last modified:
ring your Network Stream ====== An alternative to use the filters explained on this page is to use [[:docs:channel|channels]] for selecting the content one ... ntent Warning ===== For information about how to use Abstracts((or Content Warnings in other parts of
Comment, sort and delete posts
3 Hits, Last modified:
Chats
3 Hits, Last modified:
Tags and Mentions
3 Hits, Last modified:
Two-Factor Authentication
3 Hits, Last modified:
Twitter API
3 Hits, Last modified:
Friendica translations
3 Hits, Last modified:
Making Friends
2 Hits, Last modified:
Abstracts
2 Hits, Last modified:
How to improve the performance of a Friendica site
2 Hits, Last modified:
Admin Tools
2 Hits, Last modified:
Updating Friendica
2 Hits, Last modified:
First Steps
2 Hits, Last modified:
Forums
2 Hits, Last modified:
Domain-Driven-Design
2 Hits, Last modified:
Vagrant for Friendica Developers
2 Hits, Last modified:
config
2 Hits, Last modified:
Groups and Privacy
2 Hits, Last modified:
Creating posts
1 Hits, Last modified:
User Documentation
1 Hits, Last modified:
Account Delegation
1 Hits, Last modified:
Friendica Administration
1 Hits, Last modified:
Friendica API
1 Hits, Last modified:
GNU Social API
1 Hits, Last modified:
Mastodon API
1 Hits, Last modified:
home
1 Hits, Last modified:
How to Create a Bot
1 Hits, Last modified:
Themes
1 Hits, Last modified:
Configuration Guide for small Nodes
1 Hits, Last modified:
Connectors
1 Hits, Last modified:
Events
1 Hits, Last modified:
Installing Connectors (Twitter/GNU Social)
1 Hits, Last modified:
Accesskeys reference
1 Hits, Last modified:
Friendica on GitHub
1 Hits, Last modified:
Bugs and Issues
1 Hits, Last modified: