Search

You can find the results of your search below.

Friendica BBCode tags reference
30 Hits, Last modified:
| %%[i]italic[/i]%% | %%<em>italic</em>%% | | Underlined Text | %%[u]underlined[/u]%% | %%<u>underlined</u>%% | | Striked Text | %%[s]strike[/s]%% | %%<strike>strike</strike... ile something like <code> Can somebody help me understand the following function from the [code]introd
Friendica Addon development
29 Hits, Last modified:
l should not destroy data and install should consider that data may already exist. Future extensions ma... esheet.css'); } </code> ''%%__DIR__%%'' is the folder path of your addon. ===== JavaScript ===== ====... /script.js'); } </code> ''%%__DIR__%%'' is the folder path of your addon. ==== JavaScript hooks ==== ... cept all page requests for a given URL path. In order for a addon to act as a module it needs to declar
Friendica Installation
18 Hits, Last modified:
e typical blog. Not every PHP/MySQL hosting provider will be able to support Friendica. Many will. Bu... ements]] and confirm these with your hosting provider prior to installation. ===== Support ===== If yo... x.php/2014/12/08/posix-php-commands-not-working-under-centos-7|RHEL, CentOS]] have disabled it) *... ith the Diaspora network. **If your hosting provider doesn't allow Unix shell access, you might have t
Using Composer
12 Hits, Last modified:
anage dependencies libraries and the class autoloader both for libraries and namespaced Friendica class... ads required libraries into the ''%%vendor%%'' folder and makes any namespaced class in ''%%src%%'' ava... ion through ''%%boot.php%%''. * [[:docs:autoloader|Class autoloading]] ===== How to use Composer ==... fetch the required libraries and build the autoloader before you can run Friendica. Here are the typica
Themes
12 Hits, Last modified:
the CSS files.. In /view/theme/duepuntozero/deriv you find a couple of CSS files that define color derivations from the duepunto theme. These resemble s... you need to do is to create a new CSS file in the deriv directoy and include it in the array in the con... nk rel="stylesheet" href="view/theme/duepuntozero/deriv/greenzero.css" type="text/css" media="screen" /
Autoloader with Composer
11 Hits, Last modified:
====== Autoloader with Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage dependencies libraries and the class autoloader both for libraries and namespaced Friendica class... ads required libraries into the ''%%vendor%%'' folder and makes any namespaced class in ''%%src%%'' ava... troduction to class autoloading ===== The autoloader dynamically includes the file defining a class wh
How To Move Classes to src
10 Hits, Last modified:
l the PHP class files moved to the ''%%src%%'' folder will be [[:docs:autoloader|automatically included]] when the class it defines is first used in the flo... n moving a class file from the ''%%include%%'' folder to the ''%%src%%'' folder, and this page is there to list them. ===== Decide the namespace ===== Thi
Settings
9 Hits, Last modified:
view of the accounts on your node, which can be moderated in the “Users” section of the panel. As well ... imum security, this path should be outside the folder tree served by the web server: this way files can... s ''%%storage%%'', that is the ''%%storage%%'' folder in Friendica code root folder. === Maximum Image Size === Maximum size in bytes of uploaded images.
Using SSL with Friendica
8 Hits, Last modified:
on about your domain resp. subdomain //before// ordering the certificate. Once you have it, changing th... rm, you should first check with your hosting provider. They have instructions for you on how to do it there. You can always order a paid certificate with your provider. They will either install it for you or provide an easy way to u
Groups and Privacy
7 Hits, Last modified:
g a group from your Network page, the lock icon under the status update box has an exclamation mark nex... en dealing with GNU Social and other network providers. If you look at the Contact Edit page for any pe... will be completely wiped from the Internet - in under a minute. Again, this applies to Friendica networ... e them **privately** with Friendica members. In order to share with other people, we need to prove who
Updating Friendica
7 Hits, Last modified:
ion and steps of the updating process. ===== Considerations before updating Friendica ===== ==== MySQ... stalled Friendica in the ''path/to/friendica'' folder: * Unpack the new Friendica archive in ''path/... nside your friendica path: * your storage folder as set in **Admin -> Site -> File Upload -> Stora... mance -> Path to item cache** * your temp folder as set in **Admin -> Site -> Advanced -> Temp pat
How to improve the performance of a Friendica site
6 Hits, Last modified:
omments in OStatus threads, you maybe should consider the option “At post arrival” instead. <code> Ena... ns ===== Active the following addons: <code> rendertime </code> ==== rendertime ==== This addon doesn’t speed up your system. It helps to analyze your bo... Performance: Database: 0.244, Network: 0.002, Rendering: 0.044, Parser: 0.001, I/O: 0.021, Other: 0.23
Friendica Templating Documentation
6 Hits, Last modified:
on/$addonname/templates </code> directory. To render a template use the function //getMarkupTemplate//... just loaded template file. <code> $tpl = Renderer::getMarkupTemplate('install_settings.tpl'); $o .= Renderer::replaceMacros($tpl, array( ... )); </code> the... ('Your account email address must match this in order to use the web admin panel.'), 'required', '', 'e
config
6 Hits, Last modified:
gin: 1em 0; background-color: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse; color: #000; width: 100%; } table.config > tr... * > tr > th, table.config > * > tr > td { border: 1px solid #aaa; padding: 0.2em 0.4em } tabl... are part of a current development that isn't considered stable and will be added later in the administr
The Fediverse
6 Hits, Last modified:
he word fediverse is a combination of the words Federation, like federated nations, and Universe. It indicates that there is no single entity controlling th... - It is distributed. There is not ONE single provider. There are many providers - some small, some huge. - Users can interact with each other (follow, lik
Creating posts
5 Hits, Last modified:
Friendica API entities
5 Hits, Last modified:
Tags and Mentions
4 Hits, Last modified:
Account Basics
4 Hits, Last modified:
First Steps
4 Hits, Last modified:
Connectors
3 Hits, Last modified:
Comment, sort and delete posts
3 Hits, Last modified:
Where to get started to help improve Friendica
3 Hits, Last modified:
Friendica on GitHub
3 Hits, Last modified:
Making Friends
3 Hits, Last modified:
How to post to Lemmy from your Friendica account
2 Hits, Last modified:
Installing Connectors (Twitter/GNU Social)
2 Hits, Last modified:
Admin Tools
2 Hits, Last modified:
Abstracts
2 Hits, Last modified:
Friendica API
2 Hits, Last modified:
How to Create a Bot
2 Hits, Last modified:
Domain-Driven-Design
2 Hits, Last modified:
Developer Documentation
2 Hits, Last modified:
Account Delegation
1 Hits, Last modified:
Friendica Storage Backend Addon development
1 Hits, Last modified:
Friendica Administration
1 Hits, Last modified:
Friendica API
1 Hits, Last modified:
Documentation
1 Hits, Last modified:
Channels
1 Hits, Last modified:
home
1 Hits, Last modified:
Events
1 Hits, Last modified:
Scheduler - time controlled publishing
1 Hits, Last modified:
Forums
1 Hits, Last modified:
How to move your account between servers
1 Hits, Last modified:
Friendica Message Flow
1 Hits, Last modified:
Vagrant for Friendica Developers
1 Hits, Last modified: