Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
SOLVED: How to merge forum categories? (1 viewing) (1) Guest
TOPIC: SOLVED: How to merge forum categories?
#16601
SOLVED: How to merge forum categories? 1 Year, 5 Months ago  
I migrated from phpBB, where I knew how to delete a (slow) forum category, merging all its threads into another forum category.

This happens frequently with new Boards: The new website is built with lots of interesting categories, but the traffic isn't high enough to keep them all busy, so the owner decides to prune the number of topic areas, but doesn't want to lose any threads.

I want to consolidate the existing threads into fewer, broader, categories.

How do I do this with FireBoard?

Thanks.
JLW (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/10 06:15 By JLW.
 
 
 
#16647
Re:How to merge forum categories? 1 Year, 5 Months ago  
This is not possible at this time with Fireboard.
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
#16665
Re:How to merge forum categories? 1 Year, 5 Months ago  
Oh.


I am not at all averse to changing field contents of SQL tables via phpMyAdmin.

Is there a single forum-ID-field in a table-of-all-posts; such that, if the value of that field is changed for all the posts that had been in forum-A, it would effectively change the forum of the posts to forum-B, such that (if I didn't miss or mess any of them) all the threads would still be intact but in forum-B and without messing up the threads previously in forum-B?

---------

OK. I just looked at the tables. Question:

What would happen if I gave an SQL command to change the catID field to 8 in all of the rows in content_fb_messages that have catID=9 ?

Would that merge all the forum#9 threads into forum#8? Any problems envisaged???
JLW (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/08/03 05:17 By JLW.
 
 
 
#17846
Re:How to merge forum categories? 1 Year, 4 Months ago  
Well... nobody's said it should work, and nobody's said it won't. So I guess it's time to backup the database, do it, and see if it breaks everything. I'll report the results here.
JLW (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
 
#21560
Re:How to merge forum categories? 1 Year, 4 Months ago  
I tried it, and it appears to work.

In phpMyAdmin, I first backed up `content_fb_messages`.

Then ran a query like:

UPDATE `accordio_mambo1`.`content_fb_messages` SET `catid` = '8' WHERE `content_fb_messages`.`catid` ='9'

Then I unpublished the now empty forum category.

Then did it again for another pair of forum categories.

So far, it appears to have worked.

Result:
I merged two pairs of categories, turning a 7 category forum into a 5 category forum, eliminating the two categories that were least recently posted to.

If anybody tries something similar and discovers any obscure problems, please let me know.

So far, so good.
JLW (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
 
#49865
Re:SOLVED: How to merge forum categories? 8 Months, 1 Week ago  
this would be a very useful feature to have
carley (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#50119
Re:SOLVED: How to merge forum categories? 8 Months ago  
It's been over six months, and no problems have appeared. So all you need to do is change that one field.
JLW (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
 
#59236
Re:SOLVED: How to merge forum categories? 3 Months, 1 Week ago  
hi JLW,

thanks for the post, that is what I was looking!

Lets try!

Thanks!

-- EDITED --

That works! thank you again!
Dasmonstrum (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/27 21:48 By Dasmonstrum.
 
 
Go to top