[RC] Prime Topic Move - add a reason & link to move it back

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
Shorty1968
Registered User
Posts: 253
Joined: Sat Sep 10, 2011 10:19 am

Re: [RC] Prime Topic Move - add a reason & link to move it b

Post by Shorty1968 »

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?
Image
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 -->
after add this:

Code: Select all

<!-- END postrow -->
did not work
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
NiceBoardGuy
Registered User
Posts: 82
Joined: Fri Oct 07, 2011 9:37 am

Re: [RC] Prime Topic Move - add a reason & link to move it b

Post by NiceBoardGuy »

In regards to my previous post: Is there a way to delete the move history by hand in the database?
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Move - add a reason & link to move it b

Post by primehalo »

NiceBoardGuy wrote:In regards to my previous post: Is there a way to delete the move history by hand in the database?
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.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
NiceBoardGuy
Registered User
Posts: 82
Joined: Fri Oct 07, 2011 9:37 am

Re: [RC] Prime Topic Move - add a reason & link to move it b

Post by NiceBoardGuy »

Thanks, I deleted all revisions ro have a fresh start :D
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Move - add a reason & link to move it b

Post by primehalo »

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?
Image
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 -->
after add this:

Code: Select all

<!-- END postrow -->
did not work
Sorry, I do not understand the question.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
NiceBoardGuy
Registered User
Posts: 82
Joined: Fri Oct 07, 2011 9:37 am

Re: [RC] Prime Topic Move - add a reason & link to move it b

Post by NiceBoardGuy »

I get the following error sometimes entering a subforum:

Fatal error: Internal Zend error - Missing class information for in /var/www/html/includes/prime_topic_move.php on line 64

in line 60 to 69 it says:

Code: Select all

	/**
	* Class structure
	*/
	class prime_topic_move
	{
		var $users = array();
		var $forums = array();

		/**
		* Constructor
PS I use this mod.
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Move - add a reason & link to move it b

Post by primehalo »

I'm not sure why that error would be occurring. You might want to try changing this line:

Code: Select all

if (!defined('INCLUDES_PRIME_TOPIC_MOVE_PHP'))
To this:

Code: Select all

if (!class_exists('prime_topic_move'))
And see if that makes any difference. I really have no idea if it will or not.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!

Return to “[3.0.x] MODs in Development”