Upgrading these forums...?

Please remember the terms of your membership agreement.

Moderators: valis, garyb

User avatar
John Cooper
Moderator
Posts: 1182
Joined: Thu Mar 22, 2001 4:00 pm
Location: Planet Z
Contact:

Post by John Cooper »

The planetz forums are based on phpBB 1.4, which is beginning to look quite extremely dated and is suffering some growing pains (like the very slow search, etc). phpBB 2.x is much more feature rich - see here: http://www.phpbb.com

I did a lot of custom modifications to the phpBB code to implement the pulsar-specific planetz community features like file-uploading, device ratings and categorization, etc.

Unforutnately, this locked me into the phpBB 1.4 codebase - it would be a huge job to update to phpBB 2.x and reapply all these modifications. They changed most of the internal code in the 2.x version of phpBB. And I'm just too busy to redo all of the modifications in a new set of forum code.

So, here's the big question:

I wonder how important to you those new features are- categorization, filtering, etc? Does anyone actually use the "filtering" mechanisms at the top of the files forums (presets/projects/patches/devices/music)? Do people really care about the "Details" column when looking at those forums?

If we decide we don't really care about that stuff, then I could just bail on all of it, and migrate us up to phpBB 2.x with a 3rd-party file-attachments modification. Something like this http://www.phpbb.com/phpBB/viewtopic.php?t=74505

The hardest part will be migrating our database to 2.x. I guess I could do something like convert the existing details categorization tags into text that gets appended to the topic post. But then in 2.x, there'd be no way (other than search) to filter using those.

Once in 2.x, a post to the presets/projects/patches/devices/music forums would look just like posting to any of the other text forums (like announcements), and there'd be a simpler file-attachment mechanism than we have now.

The benefit of being on a minimally-modified 2.x is that as *they* improve the forum code, we can benefit from it.

If you guys think it's a good idea, I could install a mockup of a 2.x forums for testing purposes.

Lemme know what you think.
-John
User avatar
FrancisHarmany
Posts: 1078
Joined: Sun Jun 02, 2002 4:00 pm
Location: Haarmania

Post by FrancisHarmany »

I wouldnt mind loss of features. Its better to upgrade to something more standard!

I'll help where I can, I know some php & mysql.







<font size=-1>[ This Message was edited by: Harmany on 2006-08-24 11:35 ]</font>
hubird

Post by hubird »

On 2006-08-24 11:34, Harmany wrote:
Its better to upgrade to something more standard!
agree, so you have my vote John :smile:
User avatar
darkrezin
Posts: 2131
Joined: Fri Nov 02, 2001 4:00 pm
Location: crackney

Post by darkrezin »

I think it would be good to upgrade especially as there are security issues with older versions (spam bots etc).

Maybe things like file uploading etc have been added as standard in newer versions?
User avatar
alfonso
Posts: 2225
Joined: Sun Mar 25, 2001 4:00 pm
Location: Fregene.
Contact:

Post by alfonso »

If the search function works well some filtering can be lost, although if you go, say, to the modular or device section and click on "poster" you'll understand why I do like these features... :smile:, but a good search can do the same thing and even better.

Anyway I'd like to keep the same colour and basical layout scheme, it's the less eye tiring forum I've ever seen.

:smile:
User avatar
braincell
Posts: 5943
Joined: Thu Sep 13, 2001 4:00 pm
Location: Washington DC

Post by braincell »

The searching has been a problem with the speed.

It would be nice to have RSS feeds. I can imagine downloading the latest modules with RSS. That would be nice!

<font size=-1>[ This Message was edited by: braincell on 2006-08-24 12:40 ]</font>
Aries
Posts: 183
Joined: Sun Aug 22, 2004 4:00 pm

Post by Aries »

On 2006-08-24 12:17, darkrezin wrote:
I think it would be good to upgrade especially as there are security issues with older versions (spam bots etc).

Maybe things like file uploading etc have been added as standard in newer versions?
Not sure security is any better with newer versions. Version 2.0.10 phpBB did not stop spam bots installing on the SDK Documentation Group Website (about 83% of members are spam bots).
On 2006-08-24 12:23, alfonso wrote:
If the search function works well some filtering can be lost, although if you go, say, to the modular or device section and click on "poster" you'll understand why I do like these features... , but a good search can do the same thing and even better.

Anyway I'd like to keep the same colour and basical layout scheme, it's the less eye tiring forum I've ever seen.
Having a look at the phpB website, I think the colour and look of the current PlanetZ Forums could be imitated.


Better search would be welcomed as the present limit is I think about 200 records and older topic information cannot be viewed at the moment, when doing some searches.

<font size=-1>[ This Message was edited by: Aries on 2006-08-24 13:14 ]</font>
hubird

Post by hubird »

On 2006-08-24 12:23, alfonso wrote:
Anyway I'd like to keep the same colour and basical layout scheme, it's the less eye tiring forum I've ever seen.
yeah, i forgot about that, hope you can keep the forum appearence!
User avatar
at0m
Posts: 4743
Joined: Sat Jun 30, 2001 4:00 pm
Location: Bubble Metropolis
Contact:

Post by at0m »

The search function is indeed a bit slow. You may want to check with ReD_MuZe (or Valis), as I discussed this with him previously he wouldn't mind to share a couple modules he's using on the Adern forums, for example the auto-login, which offers most efficient reading when combined with a 'recent topics' link. And also a recent phpbb, as on the Adern forum, allows attachments to specified forums AFAIK...
What I really like about Z is indeed the theme, but that should be easy to redo on a next phpbb version.
Not sure on how much work it'd take, and on how 'complete' the existing forums can be migrated though...

Courage, John :wink:
more has been done with less
https://soundcloud.com/at0m-studio
Aries
Posts: 183
Joined: Sun Aug 22, 2004 4:00 pm

Post by Aries »

John, how long would the migration process take and what would the the approximate down time of PlanetZ?.
ReD_MuZe
Posts: 670
Joined: Sat Jun 15, 2002 4:00 pm
Contact:

Post by ReD_MuZe »

hey john!

its actualy pretty simple to upgrade the forums.

basicaly it means just upgrading the database and unstalling a new version...

i have alot of experience in that (phpbb or nuke and in general php and mysql)

and ill be more than happy to help!
User avatar
John Cooper
Moderator
Posts: 1182
Joined: Thu Mar 22, 2001 4:00 pm
Location: Planet Z
Contact:

Post by John Cooper »

It's not so simple for planetz, cuz I've heavily modified the database schema, and the code to support all our planetz specific features.

I've looked a little bit at the upgrade code in phpBB 2.0.21, and it looks fairly straightforward, but I'll have to tweak it to deal with my modifications. Also I'll need to figure out how best to migrate the custom information in our database that isn't supported in the newer phpBB.

So far, no one has said they use any of the filtering/categorization stuff really. So I'm thinking it makes sense to try to upgrade.

Don't worry about the forum theme (colors/etc) - that should be fairly trivial to preserve.

As for how long it would take, i'd do all my work and testing in a private copy of planetz, and only after i get it all working would I shut down planetz to do the upgrade. Downtime would probably just be a half day. But I'm not sure how long it'd take me to get it working in the private copy!

Adern.com looks like phpBB 2.0 with that attachment MOD (for file attachments) that I mentioned at the top. How's that working for you guys at Adern?

And thanks for the offer Red! I'll contact you by email when I need your help :smile:

Cheers,
-John

<font size=-1>[ This Message was edited by: John Cooper on 2006-08-24 14:39 ]</font>
ReD_MuZe
Posts: 670
Joined: Sat Jun 15, 2002 4:00 pm
Contact:

Post by ReD_MuZe »

i agree about doing it on a backup version.

i think we could maybe make a list of features needed for planetz, and then we can build modules to handle that, or find them on the net.

once we have the software up and running, and know how to edit the sql it should be quite simple to do the migration.

the attachment mod is OK.
my favorite module is "reacent posts" its realy simple and makes it easy to follow everything thats going on in the forum.
dawman
Posts: 14368
Joined: Sun Jul 24, 2005 4:00 pm
Location: PROJECT WINDOW

Post by dawman »

J.Cooper,
I hope I didn't start anything by whining about custom names and such. This forum is so important to most of us. A place to make friends, and do business, and in my case embarrass yourself by asking stupid questions. But I have learned so much here, and would simply wither away if there was no PlanetZ. GaryB would end up hating me 4 calling him all the time. I will not care one way or the other about the custom thing, but it does look so cool the see the logo " Moderator", and everyone else is Guru or Neophyte or something nobler. To show my appreciation, I am donating right now in the announcement thread.

Thanks Again For Such A Nice Home,




_________________
Jimmy V.

A Meagher 30 USD, but I pledge to do more by Christmas.

<font size=-1>[ This Message was edited by: scope4live on 2006-08-24 16:14 ]</font>
User avatar
John Cooper
Moderator
Posts: 1182
Joined: Thu Mar 22, 2001 4:00 pm
Location: Planet Z
Contact:

Post by John Cooper »

Thanks for the support Jimmy.
Your guys' ideas are always welcome!

I've wanted to upgrade the forums for years, but have been crippled by lack of time, and the enormity of the task.

However, in realizing that it's probably ok to dump some of my customizations, I feel like it wouldn't be such a huge job afterall... When I get the time, I'm gonna give it a go :smile:

More news as it happens...

Cheers,
-John
User avatar
valis
Posts: 7680
Joined: Sun Sep 23, 2001 4:00 pm
Location: West Coast USA
Contact:

Post by valis »

While i's not too hard to customize the theme through phpbb's admin interface, there will be a lot of things missed (like the buttons). I've done 10+ phpbb forum 'skins' for various sites over the last 5 years or so and would be more than happy to help preserve the color scheme yet update the look to phpbb 2.0 if you're interested.

http://www.kief.net/forums/ is one of my personal sites, just as an example.

Incidentally the feature i miss most atm is being able to 'preview' before hitting submit.
User avatar
John Cooper
Moderator
Posts: 1182
Joined: Thu Mar 22, 2001 4:00 pm
Location: Planet Z
Contact:

Post by John Cooper »

Thanks for the offer Valis!

I never really liked my post/reply/new-topic buttons anyway :smile:

Yeah, preview-for-submit is a great feature.

Cheers,
-John
User avatar
BingoTheClowno
Posts: 1722
Joined: Wed Nov 12, 2003 4:00 pm
Location: Chicago
Contact:

Post by BingoTheClowno »

As I mentioned some other time, the forum is fine as it is. No forum I know is as fast and uncluttered as PlanetZ. Why change it if it works perfectly? I never need to preview since I know I can edit my post. I think a preview is actually redundant.

<font size=-1>[ This Message was edited by: BingoTheClowno on 2006-08-24 17:59 ]</font>
ReD_MuZe
Posts: 670
Joined: Sat Jun 15, 2002 4:00 pm
Contact:

Post by ReD_MuZe »

yes i agree with valis about the preview. its a chance to check if the hex drawings worked fine, and to see if there is rephrasing to do...

in the new version you can also the the posts prior to yours when posting. so you can answer to each of the points without having to switch pages.
User avatar
John Cooper
Moderator
Posts: 1182
Joined: Thu Mar 22, 2001 4:00 pm
Location: Planet Z
Contact:

Post by John Cooper »

Hey Bingo,

I appreciate the kind words.

PlanetZ is indeed a fast forums server, and I don't think that'll change with the upgrade. One thing you may not have tried here lately is search- it has become almost unbearably slow, and in fact doesn't even work sometimes (depending on server memory load). Search was just poorly implemented in phpBB 1.x, much improved afaik in 2.x.

Preview aside, there are other nice things about 2.x which motivate an upgrade. One of which is that there's a team of motivated people working on it to fix bugs, security, etc- while for our forum, there's only me. :smile: There are a few outstanding bugs that I've never had time or been able to fix.

Cheers,
-John
Post Reply