1 (edited by keeshii 2013-10-13 08:43)

Topic: [Extension] Move posts into a new topic (obsolete)

This extension is obsolete, you shouldn't use it. If you want to create a new topic in another forum use functions that are build into punbb 1.4.2: 1) split posts, 2) move topic.

You may also be intrested in om_move_posts, which works exacly the same as pun_move_posts, but keeps the post ids unchanged.

om_move_posts: http://svn.poldrag.katowice.pl/listing. … name=punbb


----------------[ obsolete ]----------------
Move posts into a new topic (pun_move_posts)

I needed to move some posts into new topic (the author of the first moved post becomes the author of the topic). I have made some changes in the extension pun_move_posts, hopefully someone will find it useful.

Here is the patch: pun_move_posts.patch
Patched plugin: pun_move_posts-1.1.4.zip

If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

Re: [Extension] Move posts into a new topic (obsolete)

Thanks, greaat patch. But is the way to move first post of the topic?

It is usefull, when you want to merge to topics...

Re: [Extension] Move posts into a new topic (obsolete)

In punbb 1.4.* it is possible to merge topics from viewforum page (click on Moderate forum, then Merge button). I think this is functionality you are looking for.

If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

Re: [Extension] Move posts into a new topic (obsolete)

keeshii wrote:

In punbb 1.4.* it is possible to merge topics from viewforum page (click on Moderate forum, then Merge button). I think this is functionality you are looking for.

Thank you very much! It helped!