Topics list selections and Poll and other bugs

Back to Home
2026-06-08 17:39
#1
MadRomas

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

2026-06-08 17:47
#2
Homer

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... 👍

2026-06-08 17:52
#3
MadRomas

I need to know if there was any updates to Database or not?

I cleared cache, polls looks good :)

2026-06-08 18:13
#4
MadRomas

2 issues so far. Favicon.ico is created with black background (before update it was ok)

You must log in to view this image

  1. Image upload Connection error:

You must log in to view this image

2026-06-08 18:59
#5
MadRomas

Favicon.php file path missing / in path

$output_dir = ROOT_PATH . '/storage/uploads/favicons/'; $web_dir = 'storage/uploads/favicons/'; <---This needs a slash / upfront

2026-06-08 22:48
#6
Homer

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

2026-06-08 22:52
#7
MadRomas

I appreciate that. Because I cannot figure out why image uploading not working :))).

2026-06-08 23:33
#8
Homer

no flooding test...

2026-06-09 00:50
#9
MadRomas

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.

2026-06-09 00:58
#10
MadRomas

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 🙏

Join the Conversation

Please log in or register to reply.

Back to Home