Am Freitag, den 09. Dezember starten wir in der Goldgrube Kassel zur 76sten Select Party. _______________________________________ Neben den All Time Select Favourites zwischen Indie, Punkrock und...www.facebook.com
I said that Mastodon moderation wouldn't scale, it does. The cultural differences will likely continue to maintain a friendlier atmosphere regardless of size.Marcus Hutchins (escapingtech.com)
Ein Vortrag von Jens Peters von der HöMS und Dr. Marek Bachmann von der Universität Kassel, beim Forschungstag am 28. September 2022, der Hessischen Hochschu...YouTube
What attachment detection do you mean exactly?
Before fancybox the attachments were simply .. uhm .. attached. No special detection or preparation. If you search for "body-attach" you'll find the code actually attaching images. But there is no "magic".
Auch Niedersachsens Ministerpräsident Weil hat nun angekündigt, die Plattform Twitter zu verlassen.Die Nachrichten
Hello @Friendica Developers @Friendica Support @https://friendica-dev.mbbit.de/profile/friendicadev Hello dear community, I would like to discuss with you about the appearance of posts with multiple images on #Friedica. Here is my opinion:
The current way multiple #images are displayed is awful:
Yeah, you saw it by my embedded examples your self. What bothers me most is:
My suggestion on which I would love to hear your opinion is to use a grid format like on #mastodon:
I would pitch a suggestion by adding a PR for a (from my point of view) "better" appearance based to this
tutorial. I do not like to use JS in general and would leave it out by determine the suited amount of columns in the backend.
But before I invest time on that, I want to hear your feedback. Thank You!
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.www.w3schools.com
[x ] I have searched open and closed issues for duplicates Bug Description When you click on an image in a post with images and this image is not the last one attached, the fancybox gallery lets yo...GitHub
templates/wall_thread.tpl
theme/frio/templates/wall_thread.tpl
theme/vier/templates/wall_thread.tpl
Model\Item
: https://github.com/friendica/friendica/blob/e32654381b5715157f0302acd168837ddcf18eb4/src/Model/Item.php#L3043-L3054Friendica Communications Platform. Contribute to friendica/friendica development by creating an account on GitHub.GitHub
THIS IS NOT A FINAL PR. THIS IS A DRAFT FOR DISCUSSION. Hello, this is just a very first draft for this feature. I hope that we can discuss this PR and improve it over time. I still have a lot of q...GitHub
Friendica Communications Platform. Contribute to friendica/friendica development by creating an account on GitHub.GitHub
<img src="{{$image.preview}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}"
. So including the description is considered at his point. [img="quelle"]Beschreibung des Bilds[/img]
[img=https://friendica.mbbit.de/photo/preview/1024/30283]The Friendica Logo[/img]
[img][/img]
) anfängst zu tippen.Wenn Du ein eigenes Bild verlinken möchtest, geht es recht komfortabel mit diesem Button:
Bei externen Bildern müsstest Du den [img=quelle]Beschreibung[/img]
Tag selbst erstellten, ja. Immerhin kannst Du die URL zum Bild selbst ja kopieren und einfügen
Wenn ich Dich richtig verstehe, wünschst Du Dir die Möglichkeit "einfach externe Bilder mit einer Beschreibung einzufügen"?
THIS IS NOT A FINAL PR. THIS IS A DRAFT FOR DISCUSSION. Hello, this is just a very first draft for this feature. I hope that we can discuss this PR and improve it over time. I still have a lot of q...GitHub
https://friendica-dev.mbbit.de/display/fa8fe840-2163-95ff-eaad-d3d249610322
Cc @brockhaus It looks like the regular expression to convert image links into fancybox links needs a little refreshing. See new HTML structure:GitHub
Hello @Friendica Developers I like to ask you about your opinion regarding the issue:
Currently, I am reworking the upload size limits description and usage for images on the Admin site. I encountered IMHO an inconsistency in the semantic of providing '0' and '-1' as a limit value:
Question: Which values should we use, and how should they be interpreted in the code base? For me, it would make sens to use "-1" in general for no limit and "0" for deactivated. But what would "0" then mean in the case of "image length"?
Any thoughts?
On the admin site for image upload limits it is stated that "setting 0 bytes for maxfilesize equals no limit", but I found that the case $maximagesize = 0 is not handled as INFINITY but a...GitHub
Kassel-Erinnerungen im Netz – Hier werden alle erschienen Artikel aufgelistet.www.erinnerungen-im-netz.de
eror.log
and also friendica.log
(if you have it enabled). When I call https://friendica.mbbit.de/.well-known/host-meta I get an empty page which could mean that there is an error in a PHP script.@Hypolite Petovan https://friendica.mbbit.de/display/b25b9f4f-1063-829a-e632-d5d599335141 works perfectly fine.
Could not acces .well-known/host-meta
Hello @Friendica Support after pulling from dev at 27th November, I receive this message on the admin page, complaining about the system has no access to .well-known/host-meta which indicates a severe misconfiguration. What has changed?
2022-11-30T17:30:14Z index [ERROR]: Uncaught Exception Error: "Class 'phpseclib3\Crypt\RSA' not found" at /home/friendica/live/src/Protocol/Salmon.php line 248 {"exception":"Error: Class 'phpseclib3\\Crypt\\RSA' not found in /home/friendica/live/src/Protocol/Salmon.php:248 Stack trace: #0 /home/friendica/live/src/Module/WellKnown/HostMeta.php(96): Friendica\\Protocol\\Salmon::salmonKey() #1 /home/friendica/live/src/BaseModule.php(238): Friendica\\Module\\WellKnown\\HostMeta->rawContent()\n#2 /home/friendica/live/src/App.php(739): Friendica\\BaseModule->run() #3 /home/friendica/live/index.php(44): Friendica\\App->runFrontend() #4 {main}"} - {"file":null,"line":null,"function":null,"uid":"14c663","process_id":568081}
bin/composer install --no-dev
whenever the composer.lock
file changes.Inhaltswarnung: Todeskampf der Walled Gardens
photos_upload.tpl
smarty template. I guess the best way is just to insert a new <div>...</div>
beneath the submit button. But I see that any <div>...><div>
has a unique id
and class
attribute. <div>...><div>
for the image size limit, which values should I use for id
and class
attributes?Expected behavior Every node has some max image upload size. We should inform the user on the photo upload page about that limit. Actual behavior There is no such info yet. Steps to reproduce the p...GitHub
id
and it should be unique in a page, while they can have multiple classes separated by spaces in the class
attribute and elements can share classes.field_*.tpl
templates.templates/view
. Thank you very much. But now I wonder: Since I assume that the frontend always uses on of the themes, where are the templates in templates/view
actually used?Häufiger lese ich im Kontext von #Mastodon vs. #Twitter davon, dass dezentrale Netze etwas Neues sein. Dabei ist #Dezentralität die natürliche Form des #Internet s, welche aufgrund der Geschäftsmodelle der heute etablierten sozialen Netzwerke bewusst missachtet wurde. #Twitter, #Facebook, #Instagram und Co. widersprechen grundsätzlich der ursprünglichen Vision des Internets:
https://friendica.mbbit.de/display/b25b9f4f-1363-7b84-d55a-6b8230746032
A thought about the #Fediverse and the origin of #Internet
I think that the #Fediverse has the potential to bring (social) #Web back closer to its original vision of its most important inventor, Tim #Berners-Lee:"There is the idea that society can run without a hierarchical bureaucratic government being involved at every step, if only we can hit on the right set of rules for peer-peer interaction. So where design of the Internet and the Web is a search for set of rules which will allow computers to work together in harmony, so our spiritual and social quest is for a set of rules which allow people to work together in harmony." (source)
And from my point of view, the term "hierarchical bureaucratic government" also holds for "#centralized #commercial #social #networks".
Interpret: Wir sind HeldenSong: Rüssel an SchwanzAlbum: Die ReklamationYouTube
Wir sind Helden - Rüssel an Schwanz (Haldern Pop Festival 2011)YouTube
Provided to YouTube by Universal Music GroupRüssel an Schwanz · Wir sind HeldenDie Reklamation℗ 2003 Reklamation Records, under exclusive license to Vertigo/...YouTube
With Friendica, you can also fully interact with anyone on Twitter, post on Facebook and receive any content on Tumblr, Wordpress or RSS. Friendica allows you to integrate most things on the web via a range of addons such as ITTT, Buffer; you will be able to easily control your own data as you decide.
Facebook Connector, Facebook Post Connector and Facebook Sync plugins are deprecated. As of the moment you cannot bridge from or to Facebook with Friendica.
Friendica Communications Platform. Contribute to friendica/friendica development by creating an account on GitHub.GitHub
@Friendica Support : Just a curious question:
I follow quite a lot of mastodon account, and in the last days, mastodon users seem to develop a passion for polls.
I noticed that I am on my friendica instance are not able to participate in these polls since the content is only included in plain text.
Does #Friendica just do not support polls, or is it only my instance / a missing add-on that prevents me to participate in polls?
Is the feature request related to a problem? Please describe. Mastodon, Pleroma and Misskey have a 'polls' feature. As far as I can tell they're compatible with each other. As a Misskey...GitHub
Is there already _something_ implemented regarding those interactions? I would love to have a look at it as a starting point to get familiar with the code structure. :)