@Madchatthew I use it here. It is faster, but not sure if that extends to build times.
Want to use Sudonix themes ?
-
Mark hi
How can i change the new topic area as yours?yours;
-
@cagatay You can target the CSS and see how it is constructed. You probably need the revised CSS and theme files.
CSS is below
.btn-primary, .btn-light { --bs-btn-active-bg: var(--bs-node-btn-active-bg); --bs-btn-active-border-color: var(--bs-node-btn-active-border); --bs-btn-bg: var(--bs-node-btn-bg); --bs-btn-border-color: var(--bs-node-btn-border); --bs-btn-box-shadow: none; --bs-btn-color: var(--bs-node-btn-color); --bs-btn-hover-bg: var(--bs-node-btn-active-bg); --bs-btn-hover-border-color: var(--bs-node-btn-active-border); font-size: 14px; padding: 4px 8px; background: var(--bs-btn-bg); }
-
Mark, I think you changed the format of the forum’s message list.
The last article I wrote on this topic appears in the middle of the list. -
Not on my side it doesn’t and I’ve not changed anything. Can you send a screenshot?
-
@phenomlab i understood that first post always on top then #2 post is new one right?
-
@cagatay no, it’s never worked that way on Sudonix. The newest post is always at the bottom (end) of the thread.
-
Yep I have the same things.
EDIT : I mean same problem as cagatay
-
@DownPW Hmm. That’s different to what I see. Let me have a look.
EDIT: How odd, I don’t remember changing this value
It’s been changed now to “Oldest to Newest”.
-
ha ha better now
-
@DownPW There are two places this can be changed. In the ACP, and also in your profile. Strange though as I do not recall changing the global setting.
-
Mark hi
My youtube links are not working as it should be. photos not shown
what i sould do?
-
@cagatay Let me have a look at your site. Can you give me the URL where this issue is manifesting itself? Feel free to send it in a PM if you do not want to place it here.
EDIT - never mind, I found the link.
From what I see in the console
Failed to load resource: the server responded with a status of 404 ()
OGProxy cannot retrieve the preview image from the source URL, so attempts to replace it with it’s own image called
404_3.webp
. However, this image does not seem to exist in the relative path of/images/404.webp
and so the result is what you see in the screenshot.To resolve this, download the file
404.webp
from the below link, and place this into your OGProxy subdomain inside the folder ofimages
-
i did but nothing changed.
-
@cagatay I do not see it in the path I described above. The image is not there - in fact, from what I see, the
/images
folder does not exist at all? -
here
-
@cagatay You’ll need to change the owner of that file as it cannot be read. It’s set currently to root but needs to be the same user as your NodeBB runs under. The
images
folder needs to be set the same way. -
so i add file as user nodes then i add as root but two times not working correctly.
-
@cagatay I can’t see the image at all. Here’s the output from curl
HTTP/1.1 404 Not Found Server: nginx Date: Wed, 24 Jul 2024 11:42:02 GMT Content-Type: text/html Content-Length: 146 Connection: keep-alive
-
i cant understand what i should to do,
folder images i have, i added your file as user and root but not worked … -
@cagatay I’ll have a look