Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Friendica API
33 Treffer, Zuletzt geändert:
=== * ''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 Addon development
32 Treffer, Zuletzt geändert:
n file. Here’s the structure: <code php> /** * Name: {Human-readable name} * Description: {Short description} * Version: 1.0 * Author: {Author1 Name} * Author: {Author2 Name} <{Author profile link}> * Maintainer: {Maintainer1 Name} * Maintainer: {Ma
Friendica API entities
14 Treffer, Zuletzt geändert:
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 |
Themes
14 Treffer, Zuletzt geändert:
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 ===== ===... bmit" value="{{$submit}}" class="settings-submit" name="duepuntozero-settings-submit" /> </div> def
Friendica Templating Documentation
13 Treffer, Zuletzt geändert:
efault templates by putting a files with the same name into the <code> /view/themes/$themename/temp... checked its value is **1**. Field parameter: - Name of the checkbox, - Label for the checkbox, - ... and a textual input field. Field parameter: - Name of the combobox, - Label for the combobox, - ... ith the usual surroundings, Field parameter: - Name of the field, - Label for the field, - the fi
Search in Friendica
12 Treffer, Zuletzt geändert:
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
11 Treffer, Zuletzt geändert:
===== Different behaviour ===== * ''%%screen_name%%'': The nick name in Friendica is only unique in each network but not for all networks. The users are ... * Unsupported parameters: * ''%%screen_name%%'' * ''%%include_entities%%'' * [[https... rned for other users than self * ''%%screen_name%%'': Favorites aren’t returned for other users th
Settings
11 Treffer, Zuletzt geändert:
anner. The default logo is the Friendica logo and name. You may wish to provide HTML/CSS to style and/or... 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 like to support people with only one name as th
Friendica Installation
10 Treffer, Zuletzt geändert:
. ===== Prerequisites ===== * Choose a domain name or subdomain name for your server. Put some thought into this. While changing it after installation is ... s details (hostname, username, password, database name). Friendica needs the permission to create and d... ection to the database, you can do so in the host name setting for the database. If the manual installa
Friendica Storage Backend Addon development
8 Treffer, Zuletzt geändert:
namespace, where ''%%youraddonname%%'' the folder name of your addon. There are two different interface... ptions()%%'' is defined as: <code> [ 'option1name' => [ ..info.. ], 'option2name' => [ ..info.. ], ... ] </code> An empty array can be returned i... ance(App $a, array $data)%%''. In case ''%%$data['name']%%'' is your storage class name, you have to ins
Updating Friendica
6 Treffer, Zuletzt geändert:
.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
Account Basics
5 Treffer, Zuletzt geändert:
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... either your nickname or email address as a Login Name. If you use your account to manage other account
How To Move Classes to src
4 Treffer, Zuletzt geändert:
t has long lasting consequences as it will be the name that will be used to refer to this class from now... = new Core\Config(); </code> <code php> // Class name shortcut use Friendica\Core\Config; $config = ne... -wide search has to be done to find all the class name usage and either use the fully-qualified class name (including the namespace) or add a ''%%use%%'' stat
Using SSL with Friendica
4 Treffer, Zuletzt geändert:
d certificate for free. ===== Choose your domain name ===== Your SSL certificate will be valid for a d... ertificate. Once you have it, changing the domain name means getting a new certificate. ==== Shared hos... server { listen 80; server_name your.friendica.domain; return 301 https://$server_name$request_uri; } </code> ==== SSL Settings ====
Tags and Mentions
4 Treffer, Zuletzt geändert:
tions ===== People are tagged by preceding their name with the @ character. You can tag **persons who ... l circle** by adding the “@”-sign in front of the name. * @mike - indicates a known contact in your s... a known contact in your social circle whose full name is “Mike Macgirvin”. Note that spaces cannot be u... Topical tags are indicated by preceding the tag name with the # character. This will create a link in
Mastodon API
3 Treffer, Zuletzt geändert:
Chats
3 Treffer, Zuletzt geändert:
config
3 Treffer, Zuletzt geändert:
Friendica translations
3 Treffer, Zuletzt geändert:
Friendica BBCode tags reference
2 Treffer, Zuletzt geändert:
Using Composer
2 Treffer, Zuletzt geändert:
Installing Connectors (Twitter/GNU Social)
2 Treffer, Zuletzt geändert:
Creating posts
2 Treffer, Zuletzt geändert:
Abstracts
1 Treffer, Zuletzt geändert:
Autoloader with Composer
1 Treffer, Zuletzt geändert:
How to Create a Bot
1 Treffer, Zuletzt geändert:
Connectors
1 Treffer, Zuletzt geändert:
Where to get started to help improve Friendica
1 Treffer, Zuletzt geändert:
Groups and Privacy
1 Treffer, Zuletzt geändert:
Making Friends
1 Treffer, Zuletzt geändert:
Filtering your Network Stream
1 Treffer, Zuletzt geändert:
Themes
1 Treffer, Zuletzt geändert: