Welcome to the new site!

I can look for other themes which support wide-screen in the near future (not top priority). Added to Known Issues at the OP. Unlike the previous forum, Discourse is fairly customizable, but we’ll need some time to iron out all the issues and missing features. Thanks for the feedback! :wink:

1 Like

@wendell @plutomaniac

Modifications for current theme for max. width.

theme_3.scss at 259 line change (html body #main-outlet)

margin-top: 30px;
margin-top: 10px;

padding: 3em 3em 5%;
padding: 10px 10px 5%;

max-width: 1150px;
max-width: 98%;

discourse.scss after 333 line add (.wrap)

max-width: 100%;

topics.scss at 28 line change (.container.posts)

grid-template-columns: auto auto;
grid-template-columns: auto 95px;

topic-post.scss at 482 line change (.topic-body)

width: calc(#{$topic-body-width} + (#{$topic-body-width-padding} * 2));
width: calc(100% - 50px);

I’m not 100% sure about width: calc(100% - 50px);, but let’s see what users say.

1 Like

The layout here is so different. Will there be a theme that makes it more like old win-raid? I really liked the look and styling of old win-raid.

@wendell @plutomaniac
Did you read it!

ok I think old threads are updated, anyone want to help check?

1 Like

looks like it

a lot of the threads have newer replies, so it seems to have worked

2 Likes

Does someone know of (an already existing, before December 2021) post which added/changed/removed an attachment between mid-December and late April? We would like to check if these got updated as well. Titles of interim-updated threads are not updated, from what I can see, but the post contents seem to be up-to-date now.

Hey “boss”, i just checked 2 older posts before Nov 21, attachments seems ok, regards.

1 Like

Wew lads. That was a pain. On to private messages. I have good helpers :slight_smile:

How hard is it to edit some files?
Large Icon missing

As easy as it is for you to be patient, but most importantly: polite.

Forum Rules > #1

1 Like

you just got roasted

Better not answer. :rofl:

@wendell At present it seems I cannot edit/update my posts, is this possible or am I just being osbtuse?

@plutomaniac
I wanted to report that the [Guide] Award/Phoenix BIOS Modding thread is missing the latest posts (there were on the previous forum) with my guide for supporting Nvme on older platforms. Perhaps this will be useful to someone.

3 Likes

@Dagal
You are right, but you can correct this issue in a way that is beneficial to all interested forum visitors:
Copy the related post within the old Forum and start here a new [Guide] thread within >this< Sub-Forum.
Advantages:

  1. The related Sub-Forum matches the best your Guide.
  2. Your guide is worth to be set as a thread starter (Guides should always be within the start post and not on page xxx of a certain thread).

Thanks in advance!

3 Likes

Can you link to one of them that you expected to edit but couldn’t? I can probably see what it’s doing that way

1 Like

currently, the emojis on old posts are huge, i.e:
a_97_4139aa96

1 Like

@wendell Sure, here’s a couple;

[OFFER] EVGA Z370 Classified K BIOS unlocked

[OFFER] Intel CPU Microcode Archives - Special Topics / CPU Microcodes - Win-Raid Forum (level1techs.com)

1 Like

Yes I’ve noticed. It’s because they are treated as normal images in this forum, so they display at their original size. We may be able to do something with CSS if we can match all these image links which came from old forum software icons. Not sure, we’ll see after the bigger issues are resolved. I’ve added it to the Known Issues of the OP though, thanks for the feedback! :slight_smile:

1 Like