Previous Thread
Next Thread
Print Thread
Rate Thread
#212900 11/12/2001 1:45 AM
Joined: Sep 2000
Posts: 129
Member
Member
Offline
Joined: Sep 2000
Posts: 129
Hi Scream and JC,

Is there any way to merge 2 boards?

Thanks


...... x ......
Using UBBt 6.4.2 + Digg Ajax Mod, Trust Ajax Mod, Captcha Regristation & Login mod, Checkusername Ajax mode.
Sponsored Links
Joined: May 1999
Posts: 241
Coder
Coder
Offline
Joined: May 1999
Posts: 241
Santana,

are you asking about merging two different installs of the forums, or two forums within one installation? Either is possible, I believe, just that the first is a tad more complicated....

Let us know...!

Matt


--------------------
Matt Reinfeldt
http://www.mattreinfeldt.com/
Joined: Sep 2000
Posts: 129
Member
Member
Offline
Joined: Sep 2000
Posts: 129
Hai Matty

I'd like to merge 2 board within the 1 instalation.
For example in this forum (https://www.ubbdev.com/threads/php/ubbthreads.php)
You are combining all posts/threads in:
Official PHP Bug Fixes & The Test Board, into the The Test Board.

So there will be no more Official PHP Bug Fixes' board.








...... x ......
Using UBBt 6.4.2 + Digg Ajax Mod, Trust Ajax Mod, Captcha Regristation & Login mod, Checkusername Ajax mode.
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
That should be fairly easy. The only thing that designates what forum a post is in is the B_Board field. So let's say the keyword for the board you want to move the posts from is 'oldboard' and the keyword for where you want to move them to is 'newboard'. You would need to go into the admin section and run the following database command:

UPDATE w3t_Posts SET B_Board='newboard' WHERE B_Board='oldboard'


UBB.threads Developer
Joined: Sep 2000
Posts: 129
Member
Member
Offline
Joined: Sep 2000
Posts: 129
Hello Shreg, I meant Scream... []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]

That's it? If we only change the keyword (oldboard to newboard) in B_Board field, then I assume everything will follow the 'newboard' rules, right? such as moderator access, read write permission, etc. And the oldboard will automatically disappear when we use our browser in accessing the forum, right?

Ok, thanks Scream...

=== I did it ===
Well Scream, it appears to work, but the number of posting is still the same, and how do we update the w3t_Boards table which contains the information of numbers of posting, etc. Or should we just manually update the tables?

Note: They are in the same category.

Thanks

Last edited by santana; 11/13/2001 10:58 AM.

...... x ......
Using UBBt 6.4.2 + Digg Ajax Mod, Trust Ajax Mod, Captcha Regristation & Login mod, Checkusername Ajax mode.
Sponsored Links
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
Ah, that will require a manual update. You'll need to find out the totals from the old board. If you haven't deleted it yet then you could do:

SELECT Bo_Total,Bo_Threads FROM w3t_Boards WHERE Keyword='oldboard'

This will give you the # of posts and the # of threads. Then you can do this to update the new board:

UDPATE w3t_Boards SET Bo_Total=Bo_Total+totalposts, Bo_Threads=Bo_Threads+totalthreads WHERE Bo_Keyword='newboard'


UBB.threads Developer
Sally #212906 11/27/2001 11:11 AM
Joined: May 1999
Posts: 149
Enthusiast
Enthusiast
Offline
Joined: May 1999
Posts: 149
Hi Scream,

The following would be a very useful feature: to incorporate table merges as part of a board deletion. So if someone deletes a board, prior to really deleting it, you are presented with the option of moving all threads to another board - along with updating the number of posts etc.

In addition (or alternatively) a "mass move" of threads might be useful. From the admin screen, just like you have "close thread" and "expire threads", you could have a "move threads", where you're presented with all the topics along with checkboxes in order to move a bunch of threads to another board.

Max

PS - I'll post this on the official board wishlist as well, with a reference to this thread.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)