@Ruud I know posting publicly works because of the engagement I have on those posts, even from other Friendica servers. But it appears that anything I've posted with "Limited" visibility to just "Followers" or "Friends" cannot be seen by my contacts in those Circles, even if they're on this same server. They should be able to see them but have told me, via other platforms, that they can't. They can only see my public posts.
On FB I mostly post with limited scope rather than publicly, I'd like to do the same here, but this doesn't seem to be working. Everything I've posted has a little hourglass icon on it with a tooltip that reads "Notifier task is pending" so are my "Limited/Private" posts just getting lost in the process queue?
like this
So there doesn't appear to be any way to manage/delete files uploaded to #Friendica through the Compose window Browser!?
When I click the little document icon it says the path is "/Files" and I see a list at the bottom of the files I've uploaded. Each one is listed twice per line like "filename.ext filename.ext" (but the first one is actually an image of the text, implying these could be managed like photos). Clicking any of them attaches them to the post as you'd expect.
But there isn't a "Files" manager like there is for "Photos" and the "Media" tab doesn't seem to do anything useful either. I get that this is for small files, I uploaded some CSS files to share, which works, but now I can apparently never, ever delete them? Am I missing a setting somewhere, or is file management a missing feature?
Cătă likes this.
@Kristi H. Yea, you sadly can't delete the files under Files. I generally avoid uploading anything on the files space, as apparently only server admins can delete these files (not sure why a way to do this as a user hasn't been done yet, as you can easily delete your photos).
I never even figured what to do with the files tab either before finding you can add videos as attachments this way. Really sucks in this regard.
If you don't wanna learn other things the hard way, I've compiled a list of resources and basic knowledge that I've gathered all these years since I've been here.
Hope that helps :D
Kristi H. likes this.
I gave Friendica a FB facelift with a user stylesheet in my browser. So now, at least for me, it has a more modern, familiar appearance.
Here's an example of the Home Feed:
And an example of the Global Feed:
This is pretty easy to do if you're using Firefox and a user content stylesheet. But you could also use the Stylus Add-On to do it. There is also a Stylus Extension for Chrome (and other Chromium-based browsers).
For Safari there is the Userscripts Extension in the App Store, which can also do user stylesheets.
Friendica needs Settings > Display > Theme set to the "Frio" theme.
Under Settings > Display > Theme Customization it needs to either be set to "Lite" or to "Custom" ("Dark" nor "Black" will not work).
If you set it to "Custom" you need to "Save" it first to see the options. Then you can copy+paste my "schemestring" into the box and "Save" again. Even if you don't apply the user styles that will get you a newer FB color scheme.
I haven't looked at any of the documentation for Friendica themes. I have no idea if my stylesheet could be adapted to a "Frio" variant/scheme. If anyone else who knows more about it wants to try feel free to do so. But even if it can the server admin would still have to make it an option. This way you can apply it yourself.
I'll try to add links to the stylesheet files in the comments, though this is my first time using Friendica's file attachment features.
like this
reshared this
I think the Photo Album thumbnails are way too small and the "masonry" layout looks messy. Insert this code snippet into the user stylesheet just before the media queries and you'll have larger, more consistent thumbnails (like FB albums view) and styled image management buttons. I'm not doing this a file attachment since I learned there's no way in Friendica to delete file attachments.
/* Photo Albums */
.photo-album-actions .icon-padding,
.photo-edit-link-wrap .icon-padding {
margin-left: 10px !important;
}
.photos-upload-link {
font-size: 28px;
color: #0866FF !important;
opacity: 1 !important;
border-radius: 8px;
padding: 0px 8px;
}
#photo-album-link {
opacity: 1 !important;
}
.photos-upload-link i,
#photo-album-link i,
#photo-edit-link i,
#photo-toprofile-link i,
#album-edit-link i,
#album-drop-link i,
.photos-order-link i {
font-size: 24px !important;
color: #0866FF !important;
opacity: 1 !important;
border-radius: 100% !important;
padding: 8px 11px !important;
height: 40px;
width: 40px;
}
#photo-edit-link i.fa-image {
padding: 6px 7px !important;
}
.photos-order-link {
margin-top: 5px !important;
}
.photos-upload-link:hover i,
.photos-upload-link:focus i,
#photo-album-link:hover i,
#photo-album-link:focus i,
#photo-edit-link:hover i,
#photo-toprofile-link:hover i,
#photo-toprofile-link:focus i,
#album-edit-link:hover i,
#album-edit-link:focus i,
#album-drop-link:hover i,
#album-drop-link:focus i,
.photos-order-link:hover i,
.photos-upload-link:hover i,
.photos-upload-link:focus i {
background-color: rgba(128,128,128,.1) !important;
}
.photos-content-wrapper .photos-upload-link::before {
content: 'Add Photos';
font-size: 15px;
vertical-align: middle;
margin-top: -10px;
display: inline-block;
}
.justified-gallery {
overflow: visible !important;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure{
height: 180px !important;
width: 180px !important;
border: 1px solid #ccc;
position: relative !important;
top: auto !important;
left: auto !important;
border-radius: 8px;
margin: 4px !important;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg{
width: 100% !important;
height: 100% !important;
margin: 0 !important;
top: 0 !important;
left: 0 !important;
object-fit:cover;
object-position: center;
}
#photo-photo {
margin: 0 auto !important;
}
It will look like this:
Hi!
like this
Oh boy, same. Keeping myself somewhat anonymous until I get the lay of the land.
Bringing people over from fb will be a task, but the signup process doesn't seem any harder (maybe even easier in some ways). And even Facebook started out once upon a time as a limited social media site. I remember when you had to be associated with a university to get an account.
like this
informapirata ⁂ reshared this.
@ample Welcome to Friendica!
The most important thing is not to rush and to stay calm and patient.
Here I wrote a guide in Italian, but with any automatic translator you should understand everything:
informapirata.it/2024/07/25/w-…
W la Friendica (che dio la benedèndica): la guida al Facebook del Fediverso
La guida di Informapirata a Friendica, dedicata a tutti coloro che dal Fediverso vogliono ottenere tutto il possibile. Un Mastodon con gli steroidi…informapirata
like this
Rob Meyer
in reply to Kristi H. • •Ruud
in reply to Kristi H. • •The queue is going down, but too slow, it would take 30 days for it to go to 0, so this needs to be fixed soon!
like this
Sunshine and Anachronology like this.