The bot is not used for anything anymore. When Ideas are posted they are posted with the user as the author and not the bot.
The bot is not used for anything anymore. When Ideas are posted they are posted with the user as the author and not the bot.
I was talking about having that as an option/setting in the UCP with the default setting still being on the right, not moving it to the left side for everyone, but alright.
You could always post it in the Ideas forum but it’s achievable via an extension if you want it on your forum. You can also use an add-on like Tamper Monkey in your browser to change it here on this forum.[Dimetrodon] wrote: ↑Wed Sep 04, 2024 3:36 pmI was talking about having that as an option/setting in the UCP with the default setting still being on the right, not moving it to the left side for everyone, but alright.
If you are prepared to install Stylus on your browser I can give you code for that very easily. I've used Stylus for years and it's very good. If a site doesn't look the way I want it, I just change the presentation until I like it. Never causes me any issues, even when running literally thousands of lines* of custom CSS overrides.[Dimetrodon] wrote: ↑Wed Sep 04, 2024 3:36 pmI was talking about having that as an option/setting in the UCP with the default setting still being on the right, not moving it to the left side for everyone, but alright.
Code: Select all
.online {
background-image: none;
}
.online::before {
position: absolute;
top: 0;
left: 0;
width: 44px;
height: 44px;
content: '';
pointer-events: none;
transform: rotate(-90deg);
background: url(https://www.phpbb.com/community/styles/prosilver/theme/en/icon_user_online.gif) 50%;
}
.post > .inner {
display: flex;
}
.postprofile {
border-width: 0;
}
Now I'm curious what you got there