Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Friendica BBCode tags reference
- | %%[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
- 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
- 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
- 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
- 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
- ====== 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
- 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
- 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.
- Friendica API authentication
- nely enter into web browsers, so it's a little harder to steal than your account password, but still, b... //consumer// versus Friendica as an OAuth //provider//. As a consumer, Friendica addons can log in to ... Friendica posts to Tumblr or whatever). As a provider, Friendica can allow non-Friendica apps to ask pe... er, but this article is about Friendica as a provider. **I'm not aware of any released, production-rea
- Using SSL with Friendica
- 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
- 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
- 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
- config
- 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
- How to improve the performance of a Friendica site
- 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
- 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