Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#97 2010-06-21 08:10:28

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: New forum software

chriloi wrote:

If you choose to update to FluxBB 1.4, I would be able to help you with migrating and tweaking the Textpattern forums.

Ok, so let’s get the party started. What information would you need to sketch a smooth migration plan?

Offline

#98 2010-06-21 08:42:06

chriloi
Plugin Author
From: Vienna, Austria
Registered: 2006-01-17
Posts: 120
Website

Re: New forum software

Best would be to get access to your setup or at least a copy of your source code and a database backup.

Then I would hopefully be able to extract your modifications by a simple compare to the original source and could apply them to FluxBB. If not, you need to define a list of mods you already have applied or wish to apply to your forums.

Textile shouldn’t be a big deal, if I had access to your source code.

Subforums neither.

URLs don’t need to be adjusted, since FluxBB uses the same URL-structure as your setup.

After testing the new setup on either a virtual host of textpattern or on one of my servers, we would have to make a decision on how to smoothly replace the old forums with the new ones.

Currently I’m not so busy, that means if we are able to make an agreement on Wednesday, I would be able to spend the whole Thursday on setting up a test install with your mods and data.

Offline

#99 2010-06-21 11:20:19

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: New forum software

I remember a very old thread I’ve discussed in: I think it could be interesting for Christian.

Offline

#100 2010-09-30 13:36:22

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: New forum software

wet wrote:

Ok, so let’s get the party started. What information would you need to sketch a smooth migration plan?

Interesting, is this still in the plans?

Offline

#101 2010-09-30 17:41:52

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: New forum software

No. In the end, chriloi hasn’t had the spare time.

Offline

#102 2010-09-30 18:08:23

chriloi
Plugin Author
From: Vienna, Austria
Registered: 2006-01-17
Posts: 120
Website

Re: New forum software

I’m sorry that I wasn’t able to stick to my proposal.

I have started working on that, but first there were more unfinished modifications included than I thought (that might have changed now) and second I got a job which filled the gap I thought I could spend for migration.

Probably I have some time by the end of October to get this working.

Offline

#103 2010-09-30 18:18:28

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: New forum software

wet wrote:

No. In the end, chriloi hasn’t had the spare time.

Well, moving to FluxBB is better than staying with PunBB.

I’ve been working with FluxBB 1.4.2 on my local server, and I like what they’ve done. Aside from whatever mods you’ve made, the txpish style would need to be updated also, since there has been changes to the forum’s structure.

If you want to get the ball rolling, zip up the forum and send it to me, I’ll have a look at how much work is involved.

Offline

#104 2010-09-30 21:15:13

chriloi
Plugin Author
From: Vienna, Austria
Registered: 2006-01-17
Posts: 120
Website

Re: New forum software

@hcgtv:

The current txp forum source is a mixture of PunBB 1.2.16 – 1.2.18 plus a lot of community modifications as well as own modifications.

I have compared the current txp forum source with the original source and was able to separate most of the modifications.

Just to get a quick overview:

Community mods:

- Subforum
- Reply to
- Textile
- Fulltext search (which isn’t working properly)
- Category Collapse
- RSS (is included in FluxBB by default now)

Txp mods in:

admin_reports.php << MINOR
admin_users.php << MINOR
delete.php << MINOR
edit.php << Textile Mod
extern.php << MINOR
footer.php << MAJOR
header.php << MAJOR
include/common.php << PUN_NEW_MEMBER?
include/functions.php << navlinks, profile_menu, get_rank, get_title, paginate
login.php << MINOR
misc.php << MINOR
profile.php << known_langs (extra field), last_visit (show)
userlist.php << MINOR
viewtopic.php << known_lang, admin_note, Textile Mod

PUN_NEW_MEMBER is a user_status, which doesn’t exist by default, but has to be implemented by the new software, because it restricts new users from viewing sensible information before they make some posts.

Then there are several plugins installed:

+plugins/AMP_Global_topic.php
+plugins/AP_Author_Update.php
+plugins/AP_Clear_Cache.php
+plugins/AP_DB_Management.php
+plugins/AP_Forum_cleanup.php
+plugins/AP_Forum_stats.php
+plugins/AP_Languages_and_styles.php
+plugins/AP_User_management.php

None of them were tested with 1.4, but as far as I know, they are working with 1.4. (Already contacted the authors and asked them to update / test their plugins, but got no reply)

Beside of that, data migration was no problem at all, all you need to do is switching off the search index migration, this is done in db_update.php, row 1298:

$query_str = ‘?stage=finish’; //CNO: directly jump to finish

When running db_update.php you need to switch off the character conversion option and set charset to UTF-8.

Offline

#105 2010-09-30 22:22:10

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: New forum software

chriloi wrote:

The current txp forum source is a mixture of PunBB 1.2.16 – 1.2.18 plus a lot of community modifications as well as own modifications.

A mixture because with all the mods installed, it’s not an easy forum to keep updated from revision to revision.

Thanks for the update Christian.

Offline

#106 2010-10-14 18:43:03

chriloi
Plugin Author
From: Vienna, Austria
Registered: 2006-01-17
Posts: 120
Website

Re: New forum software

Bert, did you already had the time to have a look at txp’s forum sources?

Offline

#107 2010-10-14 19:13:31

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: New forum software

chriloi wrote:

Bert, did you already had the time to have a look at txp’s forum sources?

No, I never received anything. The only reason I asked to look at the source was because I thought nothing was being done, but you’re already working on it, so I’ll let you finish it up.

Offline

#108 2010-10-14 19:30:31

chriloi
Plugin Author
From: Vienna, Austria
Registered: 2006-01-17
Posts: 120
Website

Re: New forum software

Oh, didn’t know that.

I would appreciate your helping me with parts of the migration.

Are you interested in customising the forum style to nicely integrate with the new txp website?

Offline

Board footer

Powered by FluxBB