Skip to main content


Bookface 1.8 is Here!


This update has a LOT of changes and fixes in it! I think I got in everything everyone who gave me feedback asked for (check the README file "Changelog" section for details). Lots of attention paid to making buttons, tabs, and drop-down appearance consistent, and lots of new CSS variables for customization plus a new option for customizing Bookface (more on that in a moment).

Bookface 1.8 has been tested with both the current stable 2024.12 and 2025.7 Release Candidate versions.

The most obvious change you'll probably notice is that the responses below posts and comments now look completely different:

Responses below posts and comments


And below an Event Post:

Responses below Event posts


If multiple people engaged with the post in a certain way you no longer have to click the count to see the list, it's a popover that appears on hover (active on touch devices). This is a lot cleaner and more consistent with how these are displayed on other social media platforms.

You'll also notice that the Main Menu missing icons are in place. This is a change that's coming in the next Friendica release anyway, but Bookface lets you have it right now:

Missing Main Menu Icons implemented


Someone specifically asked whether the main navigation buttons could have labels on them:

NavBar Icons with Labels


I didn't turn it on by default, but nav button labels are now coded into Bookface and if you're using CSS variable customization they're easy to turn on:

:root {
--show-navbar-labels: block;
}


The label text is also customizable. Until now the only way to implement such customizations was either for a server admin to manually put them into the header or footer sitewide or for individual users to put them in a user content stylesheet just for your web browser. That's why I'm also releasing a new Friendica addon called "Bookface Custom" that, if your server admin installs it, allows you to customized every one of the Bookface CSS variables to your heart's content.

Get 'em while they're hot:

* Bookface 1.8
* Bookface User Styles 1.8
* Bookface Custom Addon 1.0

@Friendica Admins @Friendica Support @Friendica Developers
#Bookface #Friendica #themes #addons
Oh, and it's a little thing, but if you did bother to go the trouble of self-verifying your account I restyled the "verified checkmark" in the profile aside 😉:

homepage verified checkmark
Good work! I updated Bookface for Friendica.World.

One remark, when trying to write this comment, I tried clicking the 'comment' icon, moving the mouse from below. The new popup for the list of people that liked the post, blocked the comment button. I don't know if there's a solution for this..
Yes, I was concerned about that but couldn't come up with a decent solution to prevent it. I thought about using negative margins and padding to swap the positions of the Action Buttons and Responses, but making that work across all screen sizes and for both regular posts and event posts is tricky. The popup list would still be triggered by a mouseover but at least it wouldn't cover the Action Button. I'll keep playing with it and see if I can get it to work consistently. I can always revert it to the way it was in a future release if this turns out to be too much of a usability issue.
Main branch updated to 1.8.1 to fix "Notices" navbar label not using CSS variable. Not an issue for anyone who isn't using Navbar Labels, which are not enabled by default.

If you don't want to wait for the next release the Main branch should always be the most current as people point out things to me and I fix them on GitLab (which should automatically get mirrored to the GitHub repo).
⇧