The code from the Prime Topic Move:
Code: Select all
<!-- IF postrow.TOPIC_MOVED_MESSAGE --><div style="clear:both;"></div>{postrow.TOPIC_MOVED_MESSAGE}<!-- ENDIF -->
Code: Select all
<!-- END postrow -->
Code: Select all
<!-- IF postrow.TOPIC_MOVED_MESSAGE --><div style="clear:both;"></div>{postrow.TOPIC_MOVED_MESSAGE}<!-- ENDIF -->
Code: Select all
<!-- END postrow -->
Yes, just go to the phpbb_post_revisions table and delete all entries where post_id equals the ID of the post for which you want to delete the revisions.NiceBoardGuy wrote:In regards to my previous post: Is there a way to delete the move history by hand in the database?
Sorry, I do not understand the question.Shorty1968 wrote:Hello I have Prime Topic Move auc in einsat as I can the two of the Prime Topic Move exchange under the Prime Trash MOD will be displayed?
The code from the Prime Topic Move:after add this:Code: Select all
<!-- IF postrow.TOPIC_MOVED_MESSAGE --><div style="clear:both;"></div>{postrow.TOPIC_MOVED_MESSAGE}<!-- ENDIF -->
did not workCode: Select all
<!-- END postrow -->
Code: Select all
/**
* Class structure
*/
class prime_topic_move
{
var $users = array();
var $forums = array();
/**
* Constructor
Code: Select all
if (!defined('INCLUDES_PRIME_TOPIC_MOVE_PHP'))
Code: Select all
if (!class_exists('prime_topic_move'))