Search

You can find the results of your search below.

Friendica Addon development
47 Hits, Last modified:
equests (by URL path). ===== Naming ===== Addon names are used in file paths and functions names, and as such: - Can’t contain spaces or punctuation. - Can’... n file. Here’s the structure: <code php> /** * Name: {Human-readable name} * Description: {Short description} * Version: 1.0 * Author: {Author1 Name} *
Friendica API
44 Hits, Last modified:
=== * ''user_id'': id of the user * ''screen_name'': screen name (for technical reasons, this value is not unique!) * ''text'': The message * ''reply... the user === Return values=== Array of: * ''name'': name of the group * ''gid'': id of the group * ''user'': array of [Contacts](help/API-Entities#C
Friendica Storage Backend Addon development
36 Hits, Last modified:
e class must live in ''%%Friendica\Addon\youraddonname%%'' namespace, where ''%%youraddonname%%'' the folder name of your addon. There are two different interfaces you need to implement. ==== ICa
How To Move Classes to src
32 Hits, Last modified:
his page is there to list them. ===== Decide the namespace ===== This isn’t the most technical decisio... t has long lasting consequences as it will be the name that will be used to refer to this class from now... ica_classes|a shared Ethercalc sheet]] to suggest namespace/class names that lists all the already moved class files for inspiration. A few pointers though:
Autoloader with Composer
24 Hits, Last modified:
s and the class autoloader both for libraries and namespaced Friendica classes. It’s a command-line too... ries into the ''%%vendor%%'' folder and makes any namespaced class in ''%%src%%'' available through the ... l_autoload_register()%%'']] that receives a class name as an argument and includes the corresponding cla... class: <code php> // src/ItemsManager.php <?php namespace Friendica; class ItemsManager { public
Friendica Installation
23 Hits, Last modified:
. ===== Prerequisites ===== * Choose a domain name or subdomain name for your server. Put some thought into this. While changing it after installation is ... n empty database and note the access details (hostname, username, password, database name). Friendica needs the permission to create and delete fields and ta
config
22 Hits, Last modified:
nfig.php` and must not include `-sample` in their name. Some examples of common known configuration fil... cording to the following conversion chart, then rename your `.htconfig.php` to check your node is workin... pre> $db_host = 'localhost'; $db_user = 'mysqlusername'; $db_pass = 'mysqlpassword'; $db_data = 'mysqldatabasename'; $a->config["system"]["db_charset"] = 'utf8mb4';
Settings
20 Hits, Last modified:
anner. The default logo is the Friendica logo and name. You may wish to provide HTML/CSS to style and/or... /open// or //requires approval//. === Check Full Names === You may find a lot of spammers trying to re... nce these registrations were automatic, the “Full Name” field was often set to just an account name with no space between first and last name. If you would li
Friendica API entities
18 Hits, Last modified:
teger | No | | ''id_str'' | String | No | | ''name'' | String | No | | ''screen_name'' | String | No | | ''location'' | String | No | | ''descriptio... ''uri'' | String | Item unique URI string | | ''name'' | String (Plaintext) | Title | | ''desc'' | St... id_str'' | String | No | | ''in_reply_to_screen_name'' | String | No | | ''geo'' | String | Yes |
Friendica Templating Documentation
16 Hits, Last modified:
efault templates by putting a files with the same name into the <code> /view/themes/$themename/templates </code> directory. Templates that are only used... s shall be placed in the <code> /addon/$addonname/templates </code> directory. To render a templat... l’] variable. Listed below are the template file names, the general purpose of the template and their f
Themes
16 Hits, Last modified:
can found these in /view/theme/**your-theme-name**/style.css sometimes, there is also a file call... of the template in /view/theme/**your-theme-name**/templates any template that exists there will ... written by files in /view/theme/**your-theme-name**/js. ===== Expand an existing Theme ===== ===... for *duepunto zero*. The same (well almost, some names change) procedure applies to the *vier* theme. A
Search in Friendica
12 Hits, Last modified:
und. ===== Account Search ===== * Pattern: ''@name'' * Result: Lists all the profiles that match the name. The name can be used in the //display name// field of the profile or the //nick name// and it may only be a part
Twitter API
12 Hits, Last modified:
===== Different behaviour ===== * ''%%screen_name%%'': The nick name in Friendica is only unique in each network but not for all networks. The users are ... * ''%%x_auth_password%%'' * ''%%x_auth_username%%'' * ''%%x_auth_mode%%'' * [[https://d... * Unsupported parameters: * ''%%screen_name%%'' * ''%%include_entities%%'' * [[https
Account Basics
10 Hits, Last modified:
th those items already filled in. ==== Your Full Name ==== Please provide your full name **as you would like it to be displayed on this system**. Most people use their real name for this, but you’re under no obligation to do so... al information that has to be accurate. ==== Nickname ==== A nickname is used to generate web addresse
Updating Friendica
9 Hits, Last modified:
.sql''. SQL command CREATE TABLE <table_name>_new <rest of the CREATE TABLE>; INSERT IGNORE INTO <table_name>_new SELECT * FROM <table_name>; DROP TABLE <table_name>; RENAME TABLE <table_name>_new TO <table_name> This method is slower
Tags and Mentions
8 Hits, Last modified:
Friendica translations
5 Hits, Last modified:
Chats
5 Hits, Last modified:
Using SSL with Friendica
4 Hits, Last modified:
Using Composer
4 Hits, Last modified:
Installing Connectors (Twitter/GNU Social)
3 Hits, Last modified:
Where to get started to help improve Friendica
3 Hits, Last modified:
Mastodon API
3 Hits, Last modified:
Creating posts
3 Hits, Last modified:
Making Friends
3 Hits, Last modified:
Filtering your Network Stream
2 Hits, Last modified:
Forums
2 Hits, Last modified:
GNU Social API
2 Hits, Last modified:
Friendica BBCode tags reference
2 Hits, Last modified:
Connectors
2 Hits, Last modified:
Themes
1 Hits, Last modified:
Abstracts
1 Hits, Last modified:
Remove Account
1 Hits, Last modified:
How to improve the performance of a Friendica site
1 Hits, Last modified:
Groups and Privacy
1 Hits, Last modified:
Domain-Driven-Design
1 Hits, Last modified:
Database Tables
1 Hits, Last modified:
How to Create a Bot
1 Hits, Last modified:
Homepage Verification
1 Hits, Last modified: