Mega-Tokyo.com merging with OSDev.org
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
The Mega-Tokyo OSDev boards were moved because DF has wanted to move them for a while. Given that OSDev.org and MT had the two biggest OS forums it kind of made sense to combine them. There is a thread from Mega-Tokyo that talks about a previous attempt to move the MT forums that didn't go very well.Aku-Aku wrote:I just want to know why was the two forums merged?
thanks
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Not really, take a look at the earlier posts about bookmark conversion. I honestly haven't had that much of a chance to look at the database schema of phpwiki. I might be able to write a program that will fix the forum links in the wiki and in the MT forum posts that link to other posts. But we at least have the data to manually fix the links without having to search if it comes down to that.ces_mohab wrote:links to threads in the osfaq2 are lost or what?
Can I have the old 'Midas' posts linked with this account (which I didn't realise I had until I tried to reregister here ^_^), it's handy to be able to go back through my posts more easily - plus, in the unlikely event I have had something interesting to say, my PM is right there.
Regards,
Angus [Óengus] 'Midas' Lepper
Angus [Óengus] 'Midas' Lepper
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Yes and no. I'd have to hack on the registration process for PHPBB to make it automatic and since I'm not a php guru I'd rather try to avoid causing extra problems during the merge. I couldn't migrate the accounts because of overlapping usernames (1800+ here and 2800+ on MT) and YaBB passwords aren't compatible with PHPBB. I wrote the conversion software in Java if you're wondering. The volume of requests isn't that bad and I've gotten to them all in the same day. All that's really involved is me going to phpMyAdmin and running:durand wrote:same here, please (durand to durand). Isn't there a way to auto-merge all of these accounts if they have similar information? (like email addresses,etc).
Code: Select all
UPDATE `phpbb_posts` SET `poster_id` = 1216 WHERE `post_username` = "durand" AND `poster_id` = -1
SELECT COUNT( * ) FROM `phpbb_posts` WHERE `poster_id` = 1216
UPDATE `phpbb_users` SET `user_posts` = 183 WHERE `user_id` = 1216
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Well I went with MT style starts(if you see stars with white background on the blue theme just shift-refresh). I've modified the thresholds for the number of stars from MT for those of you that are migrating over. I'll leave it for you to discover what the values are except for the 5th star, that's for the mega-posters with 1000+ posts.
I think I've reattached all the posts for those of you that have asked and some that haven't. If I've missed you just contact me and I'll get it fixed.
Are there any other features that anyone would like to see added?
I think I've reattached all the posts for those of you that have asked and some that haven't. If I've missed you just contact me and I'll get it fixed.
Are there any other features that anyone would like to see added?
I feel I should point out that it's Ctrl+Refresh that refreshes without using the cache.chase wrote:just shift-refresh
EDIT: A feature suggestion: I have no idea if its possible, but is there a 'user rating' plugin for phpBB as there are for other forums? Where the community can rate users based on their input. So that if, for example, I try to help someone with something, they have no doubt as to whose answer is more likely to be correct if someone with far more experience (i.e. just about anyone else) disagrees with me.
Regards,
Angus [Óengus] 'Midas' Lepper
Angus [Óengus] 'Midas' Lepper
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
We are both right, I was just showing my bias towards Firefox. http://en.wikipedia.org/wiki/Wikipedia: ... your_cacheMidas wrote:I feel I should point out that it's Ctrl+Refresh that refreshes without using the cache.chase wrote:just shift-refresh
I'll research the user rating thing. Although my first impression is that even though this is now the largest community of OSDev people ever I still think we are small enough that it wouldn't be required. It reminds me of Slashdot where (post)rankings exist to filter out trolls,idiots, and duplicate posters. It seems that mostly only people with a brain get into OS development. I've only seen one or two people that are trying to write an OS in HTML... I'll see if I can find admins running that type of mod and what their experiences are.