mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 00:54:26 +02:00
Updated FAQ (markdown)
parent
df9a57b607
commit
abda788a28
1 changed files with 14 additions and 2 deletions
16
FAQ.md
16
FAQ.md
|
@ -1,6 +1,6 @@
|
|||
Users
|
||||
* [Is it possible to have different avatars per profile?](#q1)
|
||||
|
||||
* [What is the difference between blocked|ignored|archived|hidden contacts?](#q3)
|
||||
Admins
|
||||
* [Can I configure multiple domains with the same code instance?](#q2)
|
||||
|
||||
|
@ -14,4 +14,16 @@ Anyway, it's possible. It just needs somebody to roll up their sleeves and get i
|
|||
## <a id="q2" />Can I configure multiple domains with the same code instance?
|
||||
You can do that. What you can't do is point two different domains at the same database.
|
||||
As long as .htconfig.php exists to keep it from trying to do an install, you can keep the real config in `include/$hostname/.htconfig.php`
|
||||
All of the cache and lock stuff can be configured per instance.
|
||||
All of the cache and lock stuff can be configured per instance.
|
||||
|
||||
## <a id="q3" />What is the difference between blocked|ignored|archived|hidden contacts?
|
||||
|
||||
We prevent direct communication with blocked contacts. They are not included in delivery, and their own posts to you are not imported; however their conversations with your friends will still be visible in your stream. If you remove a contact completely, they can send you another friend request. Blocked contacts cannot do this. They cannot communicate with you directly, only through friends.
|
||||
|
||||
Ignored contacts are included in delivery - they will receive your posts. However we do not import their posts to you. Like blocking, you will still this person's comments to posts made by your friends.
|
||||
|
||||
[A plugin called "blockem" can be installed to collapse/hide all posts from a particular person in your stream if you desire complete blocking of an individual, including his/her conversations with your other friends.]
|
||||
|
||||
An archived contact means that communication is not possible and will not be attempted (perhaps the person moved to a new site and removed the old profile); however unlike blocking, existing posts this person made before being archived will be visible in your stream.
|
||||
|
||||
A hidden contact will not be displayed in any "friend list" (except to you). However a hidden contact will appear normally in conversations and this may expose his/her hidden status to anybody who can see the conversation.
|
Loading…
Add table
Add a link
Reference in a new issue