Forum upgrade to version 4.5


Recommended Posts

At 12PM CET the forum will go offline for an upgrade to 4.5 which is a major version update from our 4.4.x version.

 

It brings with it may new features and improvements (including better moderation tools, such as banning people from a topic) you can read about some of the changes here https://invisioncommunity.com/news/company/welcome-to-invision-community-45-r1206/ (note that Matt links to individual topics about features, because there are many changes). 

 

Hopefully our upgrade will go smoothly, but if it doesn't we can always roll back. In any case please be patient while we figure out problems should they arise.

Link to comment
https://www.neowin.net/forum/topic/1399597-forum-upgrade-to-version-45/
Share on other sites

16 minutes ago, FloatingFatMan said:

CSS is looking broken atm. Missing a lot of graphics assets and threads randomly only take half the window width...

 

Tried to reply to a post earlier with an image and it didn't automatically show the image like usual.

Yes, some things are broken right now, for the moment I have set the default theme as default so that topics and forums display properly.

6 minutes ago, BudMan said:

Any sort of estimate on how long the upgrade might take? 2 hours?  20 hours?

update was already completed early this morning. went surprisingly smooth.

was already completed when I first hopped on the forums for today like 7ish hours ago lol

 

now we just have to make some corrections/adjustments to our Orion themes which could take a bit of time since the main person that used to help maintain them isn't with Neowin anymore :(

16 hours ago, Brandon H said:

update was already completed early this morning. went surprisingly smooth.

was already completed when I first hopped on the forums for today like 7ish hours ago lol

 

now we just have to make some corrections/adjustments to our Orion themes which could take a bit of time since the main person that used to help maintain them isn't with Neowin anymore :(

 

I don't wish to tell you guys how to run the place buuuuut, don't you think sorting the themes out on a copy of the site might have been a good idea before doing the upgrade? ;)

 

This default skin is fugly...

 

1 hour ago, FloatingFatMan said:

 

I don't wish to tell you guys how to run the place buuuuut, don't you think sorting the themes out on a copy of the site might have been a good idea before doing the upgrade? ;)

 

This default skin is fugly...

 

IIRC, I think they do do this before they apply it to the regular Neowin site.

1 hour ago, DocM said:

Dark Mode is broke in Forums, but the switch is visible in the articles. Any ideas?

 

the normal Orion theme is being fixed up first and then the alternate colors (darkside included) will get corrected

  • Like 2

The icon for liking a post is just it's shadow, Orion theme:

image.png.db37493e24d5d0421003ed70976a6ca4.png

On Microsoft Edge (Chromium) and iPad Safari.

1 minute ago, Mindovermaster said:

I don't even see the dark theme... Think they took it off to fix it...

Darkside is currently set to subscribers only due to its incomplete state; that are some parts of it that make it hard to use right now.

 

Once the main Orion theme is back to near perfection then the color variances (Darkside and Pro) will be tweaked and re-enabled for everyone :)

  • Like 2
18 minutes ago, primortal said:

The icon for liking a post is just it's shadow, Orion theme:

image.png.db37493e24d5d0421003ed70976a6ca4.png

On Microsoft Edge (Chromium) and iPad Safari.

 

I see that, too. I'm on WaterFox 2020.07 (fork of FireFox)

1 minute ago, shockz said:

Where's the edit button?

 

In IPB's genius they moved most post options including edit and report into the 3 dot menu in the upper right of the post...

Just now, Brandon H said:

 

In IPB's genius they moved most post options including edit and report into the 3 dot menu in the upper right of the post...

I think we'll be bringing it back out of the menu shortly! It's mad they've hidden it away

1 minute ago, DaveLegg said:

I think we'll be bringing it back out of the menu shortly! It's mad they've hidden it away

it makes sense for mobile view but definitely not for desktop view

2 minutes ago, Mindovermaster said:

Why are there 2 report links? lol...

 

One next to quotes and one in the 3 dots menu?

I'm in the middle of tweaking that menu so the edit & report options are easier to access (making it so you don't need to click the three dots first) - They should be gone from the menu now

4 hours ago, primortal said:

The icon for liking a post is just it's shadow, Orion theme:

image.png.db37493e24d5d0421003ed70976a6ca4.png

On Microsoft Edge (Chromium) and iPad Safari.

This should be fixed now

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!