Page 1 of 1

[solved] Will 'Clone Posts' work in IM?

PostPosted: Sat Jul 08, 2006 1:27 pm
Author: Dioncecht
Would [url=http]Clone Posts[/url] work in IM 1.40 or would it need to be ported over?

PostPosted: Fri Jul 21, 2006 1:38 pm
Author: Dioncecht
Any ideas?

Re: Will 'Clone Posts' work in IM?

PostPosted: Fri Jul 21, 2006 3:14 pm
Author: found it
hi

I have just tested this for you and it works like a charm......

there is only one line of code that isnt quite the same in the install file....under posting.php, which is

Code: Select all
                  $user_id = ( $mode == 'reply' || $mode == 'newtopic' ) ? $userdata['user_id'] ];  


look for

Code: Select all
$user_id = ( $mode == 'reply' || $mode == 'newtopic' ) ? $userdata['user_id'] ];


instead and it works perfectly...

I hope that helps...

:mrgreen:

PostPosted: Sat Jul 22, 2006 6:50 pm
Author: Dioncecht
Awesome.. thanks found it!!!

Re: Will 'Clone Posts' work in IM?

PostPosted: Sun Jul 23, 2006 4:46 am
Author: found it
your welcome

marked as solved....

:mrgreen: