It would be great if messages in FluentCommunity chatβsuch as threads at /portal/chat?thread_id=1485 β rendered Markdown properly.
At a minimum, support for links, bulleted/numbered lists, and spoilers would make conversations much easier to read. If large headings like H1 feel too disruptive for chat, those could be excluded while keeping the more practical formatting options enabled.
It would also be useful to support pasting images and audio directly from the clipboard.
- [markdown support example](https://imgur.com/e2n2Bn9)
- https://imgur.com/e2n2Bn9
I want people to put in the main domain only and it brings up the community feed
On older iOS versions (e.g., iOS 15), lazy loading images can trigger an overflow bug, causing images to infinitely enlarge during page scrolling.
Below is the CSS workaround to fix this bug:
.fcom_image_carousel .el-image,
.fcom_media_provider_uploader .el-image,
.feed_body .el-image,
.feed_body p:has(img) {
overflow: hidden !important;
max-width: 100% !important;
display: block !important;
}
html, body {
overflow-x: hidden !important;
position: relative !important;
}
The Cards view looks great when people actually add images to their posts, but when they donβt, the cards feel quite empty and a little sad, as in the example below.
Could we have the option to choose a default image to replace the current placeholder? Ideally, this image would only appear in the Cards view and wouldnβt be added to the actual post when someone clicks on it.
It would also be great if this could be customisable, for example:
- Use the same default image for all posts across the community
- Use different images depending on the space they appear in
- Rotate through a set of images every X number of posts
That would make the Cards view feel much more visually appealing even when posts donβt include their own images.
Users often struggle to come up with a good title for a post. Using AI to generate titles based on the post content would help keep content better organized while also removing one extra task from the user.
The list of emoji icon options isn't appearing on the screen when configuring the menu settings.
Thereβs a bug in the mobile course view. After opening a lesson and expanding the table of contents, thereβs no way to collapse it.
So on mobile app when you click your profile picture and the menu drops down, nothing happens when you click your email address. On desktop, that takes you to your Profile. I manually added a Profile link that works on desktop and takes you to your profile, but it does not work on mobile. The only way to get to your Profile on mobile, is to use the icon at the footer of the app with the little profile icon.
UPDATE: None of the menu items work, so the bookmarks, profile, my spaces, no links in the Profile menu work.
When I embed a player in a course, welcome or course page, using an iframe, the full screen option never works.
I've copied embeds from Adilo and now from Bunny Stream.
The iframe allows for fullscreen but when clicking on the fullscreen icon - it never works.
Here's an example of the iframe from Bunny Stream that I'm using.
< iframe src="" loading="lazy" style="border:0;position:absolute;top:0;height:100%;width:100%;" allow="accelerometer;gyroscope;autoplay;encrypted-media;picture-in-picture;fullscreen;" allowfullscreen="true">Everything else works, even picture-in-picture but not the fullscreen.
This is just a small issue, but when you go to a Space then you go to Settings, I have the space set to Private but I have the "Who can see space members" set to to Anyone or Logged in Users because I want the space to be private but I do want them to be able to see members. But when I go to test it, you can't see members, just a lock screen. I can't make the space Public, because then I would lose the ability to approve anyone that wants to join. So if we could fix that checkbox, it would be great!


