Search
You can find the results of your search below.
Fulltext results:
- Themes @docs
- nity has created. In case none of them suits your needs, there are several ways to change a theme. **So... an existing theme, the easiest way to cover your needs is to create a new theme, inherit most of the pr... ed style.php in the theme directory. This is only needed if the theme allows the user to change certain ... ou want to change the structure of the theme, you need to change the templates used by the theme. Friend
- Friendica Installation @docs
- penSSL extensions * The POSIX module of PHP needs to be activated (e.g. [[http://www.bigsoft.co.uk... uch that PHP mail() works * For FreeBSD you need to enable the following extensions in your PHP co... e, username, password, database name). Friendica needs the permission to create and delete fields and t... re you point your web browser to the new site you need to copy .htaccess-dist to .htaccess for Apache in
- Autoloader with Composer @docs
- ply making sure that it is available, without the need to explicitly use “require_once”. Once it is set... u don’t have any problem) Let’s say now that you need to load some items in a view, maybe in a fictiona... e example, but look: no ''%%require()%%''! If you need to use a class, you can simply use it and you don’t need to do anything else. Going further: now we have
- Friendica Addon development @docs
- so allows to perform arbitrary actions your addon needs to function properly. Uninstalling an addon aut... ly unregisters any hook it registered, but if you need to provide specific uninstallation steps, you can... path. In order for a addon to act as a module it needs to declare an empty function ''%%<addon>_module(... // = 'arg2' </code> To display a module page, you need to declare the function ''%%<addon>_content(App $
- Using Composer @docs
- rty libraries required by Friendica. If you don’t need to use any third-party library, then you don’t need to use Composer beyond what is above to install/upd... ca === Does your shiny new [[help/Addons|Addon]] need to rely on a third-party library not required by ... this is a list of all the libraries Friendica may need to run. As you can see, at the moment we only req
- How to improve the performance of a Friendica site @docs
- /profile/helpers|Friendica support forum]] if you need some clarification about the following instructions or if you need help in any other way. ===== System configuratio... me for all database queries Network: Time that is needed to fetch content from external sites Rendering:... rendering Parser: The time that the BBCode parser needed to create the output I/O: Time for local file a
- Settings @docs
- e with the outside world. The outside world still needs to be able to see your website, or this will not... threads from their Friendica node. To do so, they need to know the GUID of the posting. This can be foun... tten out to the log file. Normally you should not need to log at all. The //DEBUG// level will show a go... tings above. They generally indicate issues which need to be resolved. If you encounter a blank (white)
- Formatting Syntax @wiki
- t. You should use forced newlines only if really needed. ===== Links ===== DokuWiki supports multiple... glish language file * Copy only the strings that needs to be modified */ $lang['js']['nosmblinks'] = '... be shown before the video has started. That image needs to have the same filename as the video and be ei... can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]
- Friendica Installation @de:docs
- etermine what caused the problem. Often this will need to be resolved with your hosting provider or (if ... che server configuration for your site. This will need to be changed to "AllowOverride All". If you do ... he provider of your Apache server software if you need to change either of these and can not figure out ... e> > > For those sites like Friendica that really need these functions they can be enabled, e.g. in ''/e
- Account Basics @docs
- ] and hopefully you will find one that meets your needs. If you’d like to have your own server, you can... ss. Your email address is **never** published. We need this to send you account information and your log... ave to be your primary email address, but it does need to be a real email address. You can’t get your in... data” link at the top of your settings page. You need this file to relocate your Friendica account to a
- Installing Connectors (Twitter/GNU Social) @docs
- xisting account on a GNU Social service. You only need this to post to an already existing GNU Social ac... you (or typically the server administrator) will need to obtain an API key to provide authenticated acc... e ==== Configuration ==== To use this addon you need a OAuth Consumer key pair (key & secret). You can... application with “Read & Write” access. We do not need “Twitter as login”. When you’ve registered the ap
- Friendica Addons @addons
- g the Diaspora and StatusNet connectors, you only need them if you wand to publish your postings //on yo... nto their postings. The admin of a Friendica node needs to add the map providers URL in the clear list o... rces]] === rendertime === Shows the time that was needed to render the current page * [[https://git.f
- Account Delegation @docs
- from this account. In particular, the continuous need to perform multiple login and logout related chan... After the account was registered successfully you need to delegate the account to the one that should in... '). Here you select a main account. To do so, you need to verify yourself using the main accounts passwo
- Friendica Storage Backend Addon development @docs
- ur addon. There are two different interfaces you need to implement. ==== ICanWriteToStorage ==== The ... in admin page. To make the options possible, you need to implement the ''%%Friendica\Core\Storage\Capab... s necessary because it isn’t always clear, if you need further construction arguments. ===== Adding tes
- Friendica API authentication @docs
- ion enabled (which is a good idea!) you'll likely need to create an "app-specific password" to bypass 2f... app post to their timelines. To set this up, you need FriendZone to give you a "client ID" (which your ... authprovider|oauthprovider]]. You'll see you also need to specify a "redirect URI", which is where Frien