Update Forum Software?

Questions, comments, and suggestions about this site should go here.
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: Update Forum Software?

Post by Roman »

Just noticed osdev.org doesn't use HTTPS. These days it's possible to get SSL certificates for free, thanks to Let's Encrypt.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
onlyonemac
Member
Member
Posts: 1146
Joined: Sat Mar 01, 2014 2:59 pm

Re: Update Forum Software?

Post by onlyonemac »

There's no need to change the forum software. Just upgrade to the latest version of phpBB if you're concerned about security (if you're still running phpBB 2.x I'm not sure how easy it is to upgrade but I guess it's probably going to be a lot easier than migrating to different software entirely). Two great things about phpBB are:
  • It's lightweight (on both the server and the client - I hate forums that take forever to load because of heaps of javascript and other interactive elements that don't add anything useful to the site, and on the server side phpBB doesn't do much more than authenticate and validate the user's query, fetch the appropriate data from the database backend (or write to the database, if required), and wrap it in some HTML)
  • It's open-source (this is a big one for me; even if you don't care about open-source software as a principle it still means that you don't, and will never have to, pay anything for the software, and the development team usually listens to their users a lot more than commercial software developers)
If you think it looks outdated, then you just need a new theme - there are plenty of modern-looking themes for phpBB (some of them cost money) and you can always make your own.
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.

Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

Re: Update Forum Software?

Post by Ycep »

What? Bigger resolutions than 1600x1200!? When that happened? They are going insane with those big resolutions... Myself I think that 1280x1024 is best resolution ever.
User avatar
Octacone
Member
Member
Posts: 1134
Joined: Fri Aug 07, 2015 6:13 am

Re: Update Forum Software?

Post by Octacone »

Lukand wrote:What? Bigger resolutions than 1600x1200!? When that happened? They are going insane with those big resolutions... Myself I think that 1280x1024 is best resolution ever.
1920x1080 is the best. I don't think we need bigger resolutions. 16:9 for the win :D
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
MichaelFarthing
Member
Member
Posts: 167
Joined: Thu Mar 10, 2016 7:35 am
Location: Lancaster, England, Disunited Kingdom

Re: Update Forum Software?

Post by MichaelFarthing »

onlyonemac wrote: you just need a new theme - there are plenty of modern-looking themes for phpBB (some of them cost money) and you can always make your own.
I don't think this is true. The latest update that I'm aware of only had one theme available, the alternatives all needing upgrading to be still usuable. That was some time ago, so things may have changed. It's fairly straightforward to make some minor changes (eg the OS Dev logo in the banner) but wholesale look and feel changes are a lot of work.

Personally, I don't like modern ever-evolving themes. Just a distraction from using the software.
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: Update Forum Software?

Post by matt11235 »

Personally I am a fan of the OMG_Ponies theme.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

Re: Update Forum Software?

Post by Ycep »

Все, новости, книге, Гугл...
Anyways why do we still spam on this thread?
glauxosdever
Member
Member
Posts: 501
Joined: Wed Jun 17, 2015 9:40 am
Freenode IRC: glauxosdever
Location: Athens, Greece

Re: Update Forum Software?

Post by glauxosdever »

Hi,

Lukand wrote:Все, новости, книге, Гугл...
Anyways why do we still spam on this thread?
Because you continue to do it. :wink:


Regards,
glauxosdever
User avatar
Octacone
Member
Member
Posts: 1134
Joined: Fri Aug 07, 2015 6:13 am

[Closed] Update Forum Software

Post by Octacone »

glauxosdever wrote:Hi,

Lukand wrote:Все, новости, книге, Гугл...
Anyways why do we still spam on this thread?
Because you continue to do it. :wink:


Regards,
glauxosdever
Now, let's close this topic. Shall we?
Attachments
and.jpg
and.jpg (31.3 KiB) Viewed 6099 times
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Post Reply