Search

You can find the results of your search below.

Friendica Storage Backend Addon development
14 Hits, Last modified:
'%%$data%%'' to position ''%%$reference%%'', or a new position if ''%%$reference%%'' is empty. * ''%%... ister(string $class)%%''. You have to register a new hook in your addon, listening on ''%%storage_inst... s your storage class name, you have to instance a new instance of your ''%%Friendica\Core\Storage\Capab... cally how tests should work in the future** Each new Storage class should be added to the test-environ
Settings
12 Hits, Last modified:
In the last section of the page admins can create new accounts on the node. The password for the new account will be send by email to the chosen email... any used email address you want. Registration of new accounts with a listed email address is not possi
Updating Friendica
10 Hits, Last modified:
the ''path/to/friendica'' folder: * Unpack the new Friendica archive in ''path/to/friendica_new'' * Copy the following items from ''path/to/friendica'' to ''path/to/friendica_new'': * ''config/local.config.php'' * ''pr... riendica_old'' * Rename the ''path/to/friendica_new'' folder to ''path/to/friendica'' * Check your ... t the ''develop'' friendica and addon branch. The new features and fixes will be merged from ''develop'
Friendica API
10 Hits, Last modified:
o do this, and offer a solution to add photo as a new photo with the new rights instead. === Parameters === * ''%%phot... '': name of the album to be updated * ''%%album_new%%'': new name of the album === Return values === On succ... * 400 BADREQUEST: “no albumname specified”, “no new albumname specified”, “album not available” * 5
Twitter API
10 Hits, Last modified:
ocs/direct-messages/custom-profiles/api-reference/new-profile|POST custom_profiles/new.json]] * [[https://developer.twitter.com/en/doc... rect-messages/sending-and-receiving/api-reference/new-event|POST direct_messages/events/new (message_create)]] * [[https://developer.twitte... cs/direct-messages/welcome-messages/api-reference/new-welcome-message|POST direct_messages/welcome_messages/new]] * [[https://developer.twitter.com/en/docs/direct-messages/welcome-messages/api-reference/new-welcome-message-rule|POST direct_messages/welcome_messages/rules/new]] * [[https://developer.twitter.com/en/docs/med
How to Create a Bot
8 Hits, Last modified:
===== Create a User ===== You can either create a new user by registering a new account from the nodes registration page. Or you ... ==== Add the source of the feed as contact to the new user. This is done via the usual way at "Contacts / Add New Contact. {{de:docs:bot-contact-1.png|Screenshot:... romote the Bot ===== To make the existence of the new bot generally known, a post with the hashtag 'New
Themes
8 Hits, Last modified:
he easiest way to cover your needs is to create a new theme, inherit most of the properties of the pare... e. *duepunto zero* and *vier* allow easily to add new theme variation. We will go through the process of creating a new variation for *duepunto zero*. The same (well al... rset is done in a combination of a template for a new form in the settings and aome functions in the th
Forums
6 Hits, Last modified:
iles. ===== Managing Accounts ===== To create a new linked account that can be used as a forum, log i... s. Here you can register additional accounts with new nicknames that will be linked to your primary account. You may appoint a delegate to manage your new account (e.g. forum page). The Delegates section ... accounts. ===== Types of Accounts ===== On the new account, visit the Settings -> Account page. Towa
Friendica Administration
6 Hits, Last modified:
node. Some of the administrative features, mostly new ones, have not made it into the panel yet, but th... le ===== The Friendica Project aims to release a new stable version of the platform once every quarter... friendi.ca]] account. The development cycle of a new release starts with the ''stable'' release of the... d into the ''stable'' branch and thus becomes the new release. The Friendica team does not advise you
How to post to Lemmy from your Friendica account
4 Hits, Last modified:
iverse]] you can subscribe to Lemmy forums, start new threads in the forums and comment to threads of o... lowlist. ===== Post to Lemmy ===== ==== Start a new thread ==== If you want to start a new thread on a Lemmy forum you address it like forum in Friendica... he Network stream of your Friendica account. Once new threads are created at Lemmy, they will be distri
Domain-Driven-Design
4 Hits, Last modified:
em redundancy free. Before: <code php> $model = new Model(\Friendica\DI::dba()); $model->id = 1; $mod... public function create() { return new Model($this->dba); } } $model = \Friendi... public function create() { return new Model($this->dba); } } $model = \Friend... public function create() { return new Model($this->dba); } public function
Creating posts
4 Hits, Last modified:
category names separated by a comma to file your new post. The Big Empty Text area is where you write your new post. You can simply enter your text there and click the "Share" button, and your new post will be public on your profile page and shar... nto a Google Maps search. That's why a note like "New York" or "10004" is already enough. <p style="cle
How To Move Classes to src
4 Hits, Last modified:
use ''%%use%%'': <code php> // No use $config = new Friendica\Core\Config(); </code> <code php> // Namespace shortcut use Friendica\Core; $config = new Core\Config(); </code> <code php> // Class name shortcut use Friendica\Core\Config; $config = new Config(); </code> <code php> // Aliasing use Friendica\Core\Config as Cfg; $config = new Cfg(); </code> Whatever the style chosen, a repos
Where to get started to help improve Friendica
4 Hits, Last modified:
you spread the word to convince people or design new icons. Whether you feel like an expert or like a ... d Friendica? A good place to start can be to help new people find their way around Friendica in the [[h... n of a few rules. Here's a few primers if you are new to Friendica or to the PSR-2 coding standards: ... No trailing spaces * Array declarations use the new square brackets syntax * Quoting style is singl
Events
4 Hits, Last modified:
nd backwards. And return to *today*. To create a new event, you can either follow the link "Create New Event" or double click on the desired box in the ... re the one who created the event. ===== Create a new Event ===== Following one of the methods mention... an choose who shall receive it, as with a regular new posting. The recipients will see the posting abou
Friendica Addon development
4 Hits, Last modified:
Friendica Message Flow
3 Hits, Last modified:
How to move your account between servers
3 Hits, Last modified:
Friendica on GitHub
3 Hits, Last modified:
Friendica BBCode tags reference
3 Hits, Last modified:
Friendica translations
2 Hits, Last modified:
Friendica API authentication
2 Hits, Last modified:
Comment, sort and delete posts
2 Hits, Last modified:
Groups and Privacy
2 Hits, Last modified:
Accesskeys reference
2 Hits, Last modified:
Friendica Installation
2 Hits, Last modified:
Installing Connectors (Twitter/GNU Social)
1 Hits, Last modified:
Tags and Mentions
1 Hits, Last modified:
Scheduler - time controlled publishing
1 Hits, Last modified:
Friendica API entities
1 Hits, Last modified:
Two-Factor Authentication
1 Hits, Last modified:
Using Composer
1 Hits, Last modified:
Using SSL with Friendica
1 Hits, Last modified:
GNU Social API
1 Hits, Last modified:
Bugs and Issues
1 Hits, Last modified:
Account Basics
1 Hits, Last modified:
Making Friends
1 Hits, Last modified:
home
1 Hits, Last modified:
First Steps
1 Hits, Last modified:
Autoloader with Composer
1 Hits, Last modified: