DawPi Posted July 1, 2023 Posted July 1, 2023 Hello, I have a lot of ":emotikonshortcut:" in the oooold posts not converted. Is there any exists queue method to rebuild posts (imitate edit/save operation) to pare and display them in the old exists posts?
SeNioR- Posted July 1, 2023 Posted July 1, 2023 Hi, maybe this way? <?php require_once 'init.php'; \IPS\Task::queue( 'core', 'RebuildPosts', array( 'class' => 'IPS\forums\Topic\Post' ), 2 ); ?>
Recommended Posts