FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » merge boards
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: merge boards [message #6241 is a reply to message #5664] Sun, 06 October 2002 22:00 Go to previous message
valiant is currently offline  valiant   Switzerland
Messages: 80
Registered: September 2002
Location: Zurich
Karma:
Member
I guess she wants not only to move 1 or 2 messages from one forum to another. She used the word "merge" what would mean:
1. take all the topics from one forum and move them to the other.
2. delete the empty forum and rename the other.

that's pretty easy to do if FUDForum doesn't supply a feature like that.
if you have a webinterface to your database as "phpMyAdmin" you can do one single sql query to move all the topics from one thread into another.
I've tested it on my setup but it failed. Don't know why, but it should have worked. Probably protoss could help...

UPDATE `fud23_thread` 
set forum_id = new
WHERE forum_id = old;


whereas
- 'fud23_thread' is the your thread table (I'm using the prefix fud23_)
- "old" is the old forum id: look in your forum table (i.e. fud23_forum) and examine what "id" the forum has which will be emptied and what id the forum has which will be filled (the "new" one).



cheers - andy
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Deleting Messages
Next Topic: NNTP as backend
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 18:38:38 GMT 2024

Total time taken to generate the page: 0.04029 seconds