This looked better in previous versions:
You must log in to view this image
The Polls does not have any styles:
You must log in to view this image
This looked better in previous versions:
You must log in to view this image
The Polls does not have any styles:
You must log in to view this image
Clear the cache, and I can't see the photos, most of the internet is under the censorship. sorry, you can upload now
Edit, I can see the photos... 👍
I need to know if there was any updates to Database or not?
I cleared cache, polls looks good :)
2 issues so far. Favicon.ico is created with black background (before update it was ok)
You must log in to view this image
You must log in to view this image
Favicon.php file path missing / in path
$output_dir = ROOT_PATH . '/storage/uploads/favicons/'; $web_dir = 'storage/uploads/favicons/'; <---This needs a slash / upfront
Sorry for the trouble you've been through. In the last update, I was uploading the video, and I didn't test the image — it had an issue, but I've fixed it now. I've also fixed the icon. The gallery upload section didn't have a style, but I've fixed that too. There are a few other issues that I already knew about and haven't solved yet. Let me go through those as well, and then I'll upload the complete file again. I'll also try to restore the topic list sorting to how it was before. Thank you for your patience
I appreciate that. Because I cannot figure out why image uploading not working :))).
no flooding test...
As you can see how they are not in the row
You must log in to view this image
You must log in to view this image
SO, this is a must:
.stat-label {
font-size: 0.75rem;
color: var(--text-muted);
margin-top: 5px;
}
Remove margin-top: 5px;
And:
.community-user-item .user-stats {
font-size: 0.65rem;
color: var(--text-muted);
display: flex;
gap: 8px;
margin-top: 2px;
}
Needs to be : display: block; or whatever.
Another good idea to create a css file, for example create BLANK custom.css in the /assets/css and connect it to header.php.
This way "Admin" can add css that they want aka example:
.something {
font-size:50px !important;
}
This way, when they Update forum, the styles will not get lost.
Because right now, IF I change 20 elements in CSS to how I like it, they will get replaced upon Update, and I have to make this changes again. Super not cool 🙏