Search
You can find the results of your search below.
Fulltext results:
- Friendica Installation
- ment and provide as much detail as possible about any error messages you may see, so that we can preven... ability to debug your PHP installation or acquire any missing modules - but we will do our best to solve any general code issues. If you do not have a Friend... is unstable and may break your Friendica node at any time.** You should have a recent backup before up
- Settings
- e “standalone” and do not wish to be connected to any other Friendica sites. Unauthorised persons will ... th this site. Wildcards are accepted. By default, any (valid) domain may establish friendships with thi... stering here. Wildcards are accepted. By default, any (valid) email address is allowed in registrations... tually fix it, so users cannot change the setting anymore. ===== DB Updates ===== Should the database
- Friendica Addon development
- Uninstalling an addon automatically unregisters any hook it registered, but if you need to provide sp... ts usage elsewhere. === $b === $b can be called anything you like. This is information specific to th... ts for ''%%https://my.web.site/<addon>%%'' - with any number of URL components as additional arguments.... trying to detect the target network of a URL. If any registered hook function sets the ''%%result%%''
- Friendica BBCode tags reference
- l <code> [size=20]exact size[/size] (size can be any number, in pixels) </code> or by providing textu... warn your readers, that they should avoid reading any further if they wont get spoiled. In Friendica yo... ou can find my review below. [spoiler=Don't read any further if you don't want to know any details before watching the move]Ok, I told you about the spoile
- Themes
- in /view/templates if you want to override any template within your theme create your version of... n /view/theme/**your-theme-name**/templates any template that exists there will be used instead o... elect element. But we don't really need to change anything at the template itself. The template alone ... That done, you can select it in the settings like any other activated theme. ===== Creating a Theme fr
- Bugs and Issues
- your server has a support page, you should report any bugs/issues you encounter there first. Reporting ... have to deal with bug reports that might not have anything to do with them. Reducing the workload in th... an open bug that matches yours before submitting anything. Try to provide as much information as you ... can about the bug, including the **full** text of any error messages or notices, and any steps required
- Connectors
- ng your Identity Address on the ‘Connect’ page of any Friendica member. Or you can put their Identity A... **no** privacy provisions on the OStatus network. Any message which is delivered to **any** OStatus member is visible to anybody in the world and will negate any privacy settings that you have
- Making Friends
- Settings page, you can enter the email address of anybody that has sent you a message recently and have... = Syndication feeds ==== You can “follow” almost anybody or any website that produces a syndication feed (RSS/Atom,etc.). If we can find an information str... ng them to the fact that you aren’t interested in anything they are saying. In many ways they are like
- Two-Factor Authentication
- ===== ==== Download the Authenticator App ==== Any authenticator app should work with Friendica. Non... iguration. **Note:** If you leave this screen at any point without having submitted a verification cod... === You can disable two-factor authentication at any time by going to your [two-factor authentication ... ones where you saved them as they won't be active anymore. ===== Third-Party Applications and API ====
- Autoloader with Composer
- ibraries into the ''%%vendor%%'' folder and makes any namespaced class in ''%%src%%'' available through... n’t have to directly use it, you can directly use any class that is covered by the autoloader (currentl... ong as it is in another namespace, you don’t have any problem) Let’s say now that you need to load som... s, you can simply use it and you don’t need to do anything else. Going further: now we have a bunch of
- Where to get started to help improve Friendica
- ired libraries into the `vendor` folder and makes any namespaced class in `src` available through the w... endica directory. You can browse these files with any browser. If you find missing documentation, don'... xperiences. * Talk to design people if you know any. * Let us know about your plans [[https://forum... atible, - [[api-mastodon|Mastodon]] compatible any client / app that speaks one of the APIs and has
- Friendica on GitHub
- how you can work on the code with us. If you have any questions please write to the Friendica developer... ome important reminders ===== - Please pull in any changes from the project repository and merge the... ng a pull request. We reserve the right to reject any patch which results in a large number of merge co... ges**. Don’t assume that a simple fix won’t break anything else. If possible get an experienced Friendi
- Chats
- ample.com''). Note: you can use this chat without any login at your site so that everyone could use it.... choose a nickname and a chatroom. You can choose any name you like for the room, even something like %... s also a XMPP/Jabber account and can be used with any XMPP/Jabber client. You can find details about s
- Using Composer
- ibraries into the ''%%vendor%%'' folder and makes any namespaced class in ''%%src%%'' available through... n/composer.phar install </code> And that’s it. If any library used by Friendica has been upgraded, Comp... s required by Friendica. If you don’t need to use any third-party library, then you don’t need to use C
- How To Move Classes to src
- ::is_result($r)) { ... } </code> ===== Remove any useless require ===== Now that you successfully ... %%'' folder, there’s no need to include this file anywhere in the app ever again. Please remove all the... ply browsing Friendica. Check the class file for any magic constant ''%%__FILE__%%'' or ''%%__DIR__%%'