Search
You can find the results of your search below.
Fulltext results:
- Friendica Addon development
- uman-readable information about your addon in the first multi-line comment of your addon file. Here’s th... e Friendica\Core\Renderer; # load template file. first argument is the template name, # second is the ad... te('mytemplate.tpl', __DIR__); # apply template. first argument is the loaded template, # second an arra... attribute, the value is the displayed label. The first submit button in this list is considered the main
- Autoloader with Composer
- lly includes the file defining a class when it is first referenced, either by instantiating an object or ... rder for the Composer autoloader to work, it must first be included. In Friendica this is already done at... %%'' file, the autoloader will when this class is first defined, because it is referenced as a parent cla... ke paths in filesystem, separated by “", with the first”" being the global scope. You can go deeper if yo
- Account Basics
- erience can handle easily. ==== OpenID ==== The first field on the Registration page is for an OpenID a... . ===== Changing Your Password ===== After your first login, please visit the ‘Settings’ page from the
- Using Composer
- st performances. ==== Developing Friendica ==== First of all, thanks for contributing to Friendica! Com... hird-party library not required by Friendica yet? First of all, this library should be available on [[htt
- Where to get started to help improve Friendica
- rs ===== Remember the questions you had when you first tried Friendica? A good place to start can be to ... f you want to get involved here: * Look at the first steps that were made (e.g. the clean theme). Ask
- First Steps
- ====== First Steps ====== Once you have installed Friendica successfully on your server, you might consi... ir data. /* After the installation, what are the first steps an admin should do in the configuration of
- Settings
- set to just an account name with no space between first and last name. If you would like to support peopl... e admin panel is separated into two pages. On the first, following the “log” link, you can configure how
- Abstracts
- act at the beginning of the posting. You can also first write the posting and then add the ''abstract'' B
- Friendica Storage Backend Addon development
- d can be set by the administrator in admin page. First, the backend class. The file will be ''%%addon/sa
- Twitter API
- er. If no contact was found by this way, then the first contact is taken. * ''%%include_entities%%'': D
- Friendica BBCode tags reference
- can be seen in the following screenshots. On the first the text inside the spoiler tag is hidden. I {{
- Bugs and Issues
- should report any bugs/issues you encounter there first. Reporting to your support page before reporting
- Chats
- n’t important, just wait for the next window. The first line shows your name and your current IP address.
- Domain-Driven-Design
- y circles and avoid implicit initializing. In the first example the method ''%%save()%%'' has to be teste
- How To Move Classes to src
- matically included]] when the class it defines is first used in the flow. This is an improvement over the