XF 2.0 Edit and save posts from script

_PkZ_

Active member
After importing data from phpbb and installed my addon i need to edit/save all posts in my forum. That is like click "Edit" then "Save".
Just to trigger the save process for parsing attachments attached to each post. Any simple trick to do that?
 
I am reading the content of attachments and if they are of a specific type i extract info from them and save them in a db-table.
 
I think you'd probably be better making a dedicated script to do that, rather than trying to fake an edit, which could have other side effects.
 
Back
Top Bottom