Search
You can find the results of your search below.
Fulltext results:
- Friendica Installation
- f you wish to include all optional checks, use -a like this statement: <code> bin/console autoinstall -... nfig file === You can use a prepared config file like local-sample.config.php. Navigate to the main Fr... ou have installed Friendica into a sub directory, like Example: <code> cp .htacces-dist .htaccess </c... -known/ rewrite path. One critical URL would look like, for example: https://example.com/.well-known/hos
- Friendica BBCode tags reference
- pixels) </code> or by providing textual aliases like ''xx-small'' for small text, or ''xx-large'' big ... on[/code] module? </code> will produce a posting like > Can somebody help me with the ''hello_world()'... in the ''indroduction'' module? while something like <code> Can somebody help me understand the follo... World!') [/code] </code> will produce something like > Can somebody help me understand the following
- Friendica Addon development
- where. === $b === $b can be called anything you like. This is information specific to the hook current... luded as described above, add your event listener like this: <code> document.addEventListener(name, cal... plates/// subfolder of your addon. In your code, like in the function addon_name_content(), load the te... user to handle non-native network remote contact (like Twitter). Hook data: * **url** (input): URL o
- Friendica API
- vity from an item. ‘verb’ can be one of: * ''%%like%%'' * ''%%dislike%%'' * ''%%attendyes%%'' * ''%%attendno%%'' * ''%%attendmaybe%%'' To remove an activity, prepend the verb with “un”, eg. “unlike” or “undislike” Attend verbs disable eachother: that means that if “attendyes” was added to an item, ad
- Themes
- the *duepunto zero*. There you'll find somethink alike $colorset = DI::pConfig()->get( local_us... the repository. ==== Inheritance ==== Say, you like the duepuntozero but you want to have the content... tor. The content of this file should be something like <?php /* meta informations for the theme... ements. So the central part of the file now looks like this: <body> <?php if(!empty($page['
- Comment, sort and delete posts
- e}} ===== Buttons below the Posting ===== * **Like** / **Dislike**: With these buttons you can add a like (or dislike) to the posting as quick reaction. The //dislike// button will only be shown, if the Dislik
- Tags and Mentions
- ====== Tags and Mentions ====== Like many other modern social networks, Friendica uses a special notati... ks unsolicited “mentions”, the person tagged will likely receive a “Mention” post/activity or become a d... riendica and GNU Social and several other systems like Mastodon, but is not currently implemented in Dia... ose of tagging. You can use @-mentions for forums like for other accounts to tag the forum. If you want
- Account Basics
- ou will find one that meets your needs. If you’d like to have your own server, you can do that too. Vis... === Please provide your full name **as you would like it to be displayed on this system**. Most people ... many of your personal pages, and is also treated like an email address when establishing communications... unt in the online directory of your node. This is like a “phone book” and you may choose to be unlisted.
- Where to get started to help improve Friendica
- rted and some tasks to help you choose. A project like Friendica is the sum of many different contributi... ince people or design new icons. Whether you feel like an expert or like a newbie - join us with your ideas! ===== Contact us ===== The discussion of Friend... eas to improve it, haven't you? * If you would like to work with us on enhancing the user interface,
- Settings
- o space between first and last name. If you would like to support people with only one name as their ful... ccess to both pages. **Note**: Several settings, like users hiding their contacts from the public will ... There are several optional features in Friendica like the //dislike// button. In this section of the admin panel you can select a default setting for your no
- The Fediverse
- diverse is a combination of the words Federation, like federated nations, and Universe. It indicates tha... e whole network. There are lots of diverse places like planets in a universe or like villages on a planet. Each may have different cultures, languages, intere... . - Users can interact with each other (follow, like, comment). - It is Open Source. ===== What ar
- Autoloader with Composer
- /autoload.php');%%''. The code will be something like: <code php> // mod/network.php <?php use Friend... ($text); } } </code> Note that namespaces are like paths in filesystem, separated by “", with the fi... e global scope. You can go deeper if you want to, like: <code> // src/Network/Dfrn.php <?php namespace
- Friendica Storage Backend Addon development
- an add here every dynamic class as dependency you like and add them to a private field * Friendica... an add here every dynamic class as dependency you like and add them to a private field * Friendica
- Friendica API authentication
- entication enabled (which is a good idea!) you'll likely need to create an "app-specific password" to by... ess if scopes are NULL). The whole process looks like this: - FriendZone adds an entry to their ''ap
- Friendica API entities
- ===== ^ Attribute ^ Type ^ Nullable ^ | ''like'' | List of Contacts | No | | ''dislike'' | List of Contacts | No | | ''attendyes'' | List of Conta