Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 1, 20231 yr 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?
July 1, 20231 yr Hi, maybe this way? <?php require_once 'init.php'; \IPS\Task::queue( 'core', 'RebuildPosts', array( 'class' => 'IPS\forums\Topic\Post' ), 2 ); ?>