Search

You can find the results of your search below.

Friendica Addon development @docs
50 Hits, Last modified:
th). ===== Naming ===== Addon names are used in file paths and functions names, and as such: - Can’t c... don in the first multi-line comment of your addon file. Here’s the structure: <code php> /** * Name: ... thor1 Name} * Author: {Author2 Name} <{Author profile link}> * Maintainer: {Maintainer1 Name} * Maintainer: {Maintainer2 Name} <{Maintainer profile link}> * Status: {Unsupported|Arbitrary status}
Themes @docs
36 Hits, Last modified:
itional [[https://en.wikipedia.org/wiki/CSS|CSS]] file to override some styling of the default theme val... styling of a theme, have a look at the themes CSS file. In most cases, you can found these in /view... heme-name**/style.css sometimes, there is also a file called style.php in the theme directory. This is ... the settings and aome functions in the theme.php file. The template (theme_settings.tpl) {{include
Friendica Installation @docs
33 Hits, Last modified:
let us know via the [[http://forum.friendi.ca/profile/helpers|helper]] or the [[https://forum.friendi.ca/profile/developers|developer]] forum or [[https://github.com/friendica/friendica/issues|file an issue]]. Please be as clear as you can about ... icy'' to ''0'' in the ''config/local.config.php'' file //after// the installation wizard has been run. B
Friendica API @docs
25 Hits, Last modified:
ems returned, default 20 ==== GET api/externalprofile/show ==== Returns a [[:docs:API-Entities#Contact|Contact]] entity for the provided profile URL. === Parameters === * ''%%profileurl%%'': Profile URL ==== GET api/statuses/public_timeline ==== ... ight at <= 320 * 3: thumbnail 160x160 * 4: Profile image at 300x300 * 5: Profile image at 80x80
Formatting Syntax @wiki
24 Hits, Last modified:
is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
addons @de:docs
21 Hits, Last modified:
. \Friendica\Core\Hook::register($hookname, $file, $function); $hookname ist ein String und entspricht einem bekannten Friendica-Hook. $file steht für den Pfadnamen, der relativ zum Top-Leve... geladen wird. $b ist der $_POST-Array **'profile_post'** - wird aufgerufen, wenn die Profilseite a... ngezeigt wird. $b ist der $_POST-Array **'profile_edit'** - wird aufgerufen, bevor die Profil-Bearb
Twitter API @docs
20 Hits, Last modified:
unt-settings/api-reference/post-account-update_profile|POST api/account/update_profile]] * Unsupported parameters: * ''%%url%%'' * ''%%location%%'' * ''%%profile_link_color%%'' * ''%%include_entities%%'' ... unt-settings/api-reference/post-account-update_profile_image|POST api/account/update_profile_image]]
Friendica API entities @docs
20 Hits, Last modified:
No | | ''description'' | String | No | | ''profile_image_url'' | String (URL) | No | | ''profile_image_url_https'' | String (URL) | No | | ''profile_image_url_profile_size'' | String (URL) | No | | ''profile_image_url_large'' | String (URL) | No |
Friendica Installation @de:docs
16 Hits, Last modified:
, sag uns bitte über [[http://forum.friendi.ca/profile/helpers|helper]] oder das [[https://forum.friendi.ca/profile/developers|Entwickler Forum]] Bescheid oder [[htt... the line "Options -Indexes" from the `.htaccess` file if you are using a Windows server as this has been known to cause problems. Also check your file permissions. Your website and all contents must g
Settings @docs
14 Hits, Last modified:
on of the [[help/Config|config/local.config.php]] file. If you want to use this method, the registration... registrations// to true. Default is false. ==== File upload ==== === File storage backend === Set the backend used by Friendica to store uploaded file data. Two storage backends are avaiable with Frie
Friendica Storage Backend Addon development @docs
14 Hits, Last modified:
tor in admin page. First, the backend class. The file will be ''%%addon/samplestorage/SampleStorageBack... // we return always the same image data. Which file we load is defined by // a config key return file_get_contents($this->filename); } pub... le text input $this->l10n->t('The file to return'), // the label $file
FAQ / Friendica @faq
14 Hits, Last modified:
is upload. Generally, you can attach any kind of file to a post. This is possible by using the "paper-c... ther [[http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services|filehoster]]), use the "link"-bu... your browser and operating system. Some supported file types are WebM, MP4, MP3 and OGG. See Wikipedia f... example if you want to see https://example.com/profile/example in German you have to add ''?lang=de'' to
Admin Tools @docs
13 Hits, Last modified:
atabase updates docbloxerrorchecker Check the file tree for DocBlox errors extract Generate translation string file for the Friendica project (deprecated) globalcommunityblock Block remote profile from interacting with this node globalcommunitysilence Silence a profile from the global community page archivecontact
Homepage Verification @docs
12 Hits, Last modified:
into the //Homepage// field of your Friendica profile really belongs to you, you can do so using the [[... r. ===== Step 1: Put a link to your Friendica profile on the Homepage ===== Say your Friendica nicknam... the server ''friendica.example.com'' then your profile URL page is ''https://friendica.example.com/profile/happy''. For this URL you need to add a link from y
config @docs
11 Hits, Last modified:
table. Database config values overwrite the same file config values. ## File configuration The configuration format for file configuration is an array returned from a PHP file. This prevents your webserver from displaying your p
How To Move Classes to src @docs
11 Hits, Last modified:
Where to get started to help improve Friendica @docs
9 Hits, Last modified:
Friendica translations @docs
9 Hits, Last modified:
Export / Import of followed Contacts @docs
6 Hits, Last modified:
Autoloader with Composer @docs
6 Hits, Last modified:
Database Tables @docs
6 Hits, Last modified:
faq @de:docs
6 Hits, Last modified:
Vagrant for Friendica Developers @docs
5 Hits, Last modified:
Accesskeys reference @docs
5 Hits, Last modified:
Making Friends @docs
5 Hits, Last modified:
First Steps @docs
4 Hits, Last modified:
How to Create a Bot @docs
4 Hits, Last modified:
Groups and Privacy @docs
4 Hits, Last modified:
Datenströme & Nachrichten-Feeds @de
4 Hits, Last modified:
How to improve the performance of a Friendica site @docs
3 Hits, Last modified:
How to move your account between servers @docs
3 Hits, Last modified:
Creating posts @docs
3 Hits, Last modified:
Data streams & message feeds
3 Hits, Last modified:
Connectors @docs
3 Hits, Last modified:
Using Composer @docs
3 Hits, Last modified:
Friendica BBCode tags reference @docs
3 Hits, Last modified:
Friendica Addons @addons
3 Hits, Last modified:
forums @de:docs
3 Hits, Last modified:
Updating Friendica @docs
2 Hits, Last modified:
Bionk - Public Page @user
2 Hits, Last modified:
utzer @user
2 Hits, Last modified:
groups-and-privacy @de:docs
2 Hits, Last modified:
quick-start-guide @de:docs
2 Hits, Last modified:
Comment, sort and delete posts @docs
2 Hits, Last modified:
Friendica Templating Documentation @docs
2 Hits, Last modified:
Friendica Hackathon 2020 @activitys
2 Hits, Last modified:
Scheduler - time controlled publishing @docs
2 Hits, Last modified:
Filtering your Network Stream @docs
2 Hits, Last modified:
GNU Social API @docs
2 Hits, Last modified:
Search in Friendica @docs
2 Hits, Last modified:
Friendica Administration @docs
2 Hits, Last modified:
Benutzerdokumentation @de
1 Hits, Last modified:
Friendica Dokumentationen @de
1 Hits, Last modified:
Our Activities! @activitys
1 Hits, Last modified:
making-friends @de:docs
1 Hits, Last modified:
improve-performance @de:docs
1 Hits, Last modified:
User Documentation
1 Hits, Last modified:
quick-start-andfinally @de:docs
1 Hits, Last modified:
Press Room
1 Hits, Last modified:
quick-start-network @de:docs
1 Hits, Last modified:
Account Basics @docs
1 Hits, Last modified:
Our Core Users / Whoiswho / Benutzerübersicht @user
1 Hits, Last modified:
Tobias Diekershoff (tobiasd) - Public Page @user
1 Hits, Last modified:
Using SSL with Friendica @docs
1 Hits, Last modified:
Fadmin / aka: Admin Istrator @user
1 Hits, Last modified:
FAQ / Wiki @faq
1 Hits, Last modified:
FAQ @faq
1 Hits, Last modified:
Bugs and Issues @docs
1 Hits, Last modified:
Developer Documentation @docs
1 Hits, Last modified:
Events @docs
1 Hits, Last modified:
Friendica Documentation
1 Hits, Last modified:
Installing Connectors (Twitter/GNU Social) @docs
1 Hits, Last modified:
Friendica Message Flow @docs
1 Hits, Last modified:
Scheduler - zeitgesteuerte Veröffentlichung @de:docs
1 Hits, Last modified: