Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Friendica Installation
- tml#allowoverride|AllowOverride 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
- 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
- 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
- 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
- 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
- Friendica API authentication
- ods: HTTP Basic and OAuth. HTTP Basic is easy to use, but it requires your account password, so it gra... to grant limited permissions, so that someone can use the API to e.g. read your posts, but not create new ones. You can therefore use OAuth with other applications that you wouldn't w... P Basic authentication should be sufficient here. Use the same username and password you use to login.
- Themes
- 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
- 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
- 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
- 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
- Account Basics
- 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
- Friendica Addon development
- 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' =>
- ejabberd and prosody XMPP server with synchronized credentials
- 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
- 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
- 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