Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- 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 BBCode tags reference
- arning.}} In the second it is shown after the reader had clicked on the spoiler text. {{ :docs:bbcod... f you want to use a horizontal line as visual divider between two paragraphs, you can use the ''[hr]'' ... itles ==== You can set heading with descending order by using ''[h1]'' to ''[h6]'' tags. ''[h1]'' is the main header, displayed with the largest font size, while ''[h
- 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
- 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
- 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
- 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
- Using SSL with Friendica
- 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... three files. **You should send them to your provider via an encrypted channel!** ==== Own server ====
- Themes
- by adding a link to the CSS file into the HTML header of the page. So you'll just need to add a if sele... ore stuff e.g. the JavaScript function for the header */ } Next take the default.php file found in... the main definition file of the theme. In the header of that file, some meta information is stored. Fo... listed as well. The information from the theme header will be displayed in the admin panel. The first
- Updating Friendica
- 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 path** * Rename the ''path/to/friendica'' folder to ''path/to/friendica_old'' * Rename the ''pat
- Friendica API entities
- t version of the notification text with a placeholder (''%%{0}%%'') for the subject contact’s name. | ... ^ Description ^ | ''id'' | Integer | | | ''sender_id'' | Integer | Sender Contact Id | | ''text'' | String | Can be HTML or plaintext depending on the ... e) | Ex: Wed May 23 06:01:13 +0000 2007 | | ''sender_screen_name'' | String | | | ''recipient_screen_n
- Groups and Privacy
- g a group from your Network page, the lock icon under the status update box has an exclamation mark nex... 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 ... public protocols that are not authenticated. In order to view your posts, these networks have to access
- 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... el for an account, and thus making the account holder admin of the node, is done by setting the variabl
- Account Basics
- uch information as possible from your OpenID provider and return to this page with those items already ... people use their real name for this, but you’re under no obligation to do so yourself. ==== Email Addr... blank. You will be redirected to your OpenID provider to complete your authorisation. Otherwise, enter
- Where to get started to help improve Friendica
- anage dependencies libraries and the class autoloader both for libraries and namespaced Friendica class... downloads required libraries into the `vendor` folder and makes any namespaced class in `src` available... post-merge` and make it executable. * [[autoloader|Class autoloading]] * [[Composer|Using Composer