Jump to content

Copy Topic


Recommended Posts

  • 1 month later...
3 hours ago, gabs007 said:

Hi !

Would it be possible for a future upgrade to add an option to copy the "messages" of the topic as an extra data ?
Messages are those boxes with an editor you can add at the top of the topic. 

I use that feature a lot, with 1, 2 and sometimes 3 messages in a topic, and It would be very helpful.

Thank you

I’ll take a look for a new version on IPS 4.4.

Link to comment
  • 3 weeks later...
On 2/1/2019 at 2:33 AM, gabs007 said:

Would it be possible for a future upgrade to add an option to copy the "messages" of the topic as an extra data ?
Messages are those boxes with an editor you can add at the top of the topic. 

What's New in Version 1.1.4:

  • Added option to copy topic content message.
  • Compatible with IPS 4.4 & 4.3
Link to comment
  • 1 year later...
  • 7 months later...

Is it possible to have the original date as shown in the screenshot above DISABLED by default ?  We use this a lot for various post templates and when we copy the template from our editorial forum to the main one the person editing this often forgets to uncheck this value and its a lot of steps to go into the database and set a new post date .... If not possible to make it an option, is there a manual edit we can make to turn this flag off  ?

Link to comment
15 hours ago, HighlanderICT said:

Is it possible to have the original date as shown in the screenshot above DISABLED by default ?  We use this a lot for various post templates and when we copy the template from our editorial forum to the main one the person editing this often forgets to uncheck this value and its a lot of steps to go into the database and set a new post date .... If not possible to make it an option, is there a manual edit we can make to turn this flag off  ?

Editing a file, yes. Download and open plugins/copytopic/topicController.php and find:

$form->add( new \IPS\Helpers\Form\YesNo( 'ct_topic_date', TRUE, FALSE, array(), NULL, NULL, NULL, 'ct_topic_date' ) );

Change to:

$form->add( new \IPS\Helpers\Form\YesNo( 'ct_topic_date', FALSE, FALSE, array(), NULL, NULL, NULL, 'ct_topic_date' ) );

Save and upload it.

Link to comment
  • 2 years later...
  • 1 month later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...