[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
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [BETA] Prime Topic Moved Info

Post by primehalo »

I have posted a screenshot of what the field should look like on the first post of this thread.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
masterbas
Registered User
Posts: 51
Joined: Tue Aug 14, 2007 5:19 pm
Location: The Netherlands

Re: [RC] Prime Topic Moved

Post by masterbas »

Code: Select all

Fatal error: Call to undefined function prime_topic_moved_admin_checkboxes() in C:\Inetpub\vhosts\quickcrime.nl\httpdocs\phpBB3\includes\acp\acp_board.php on line 424
This I get when I want to submit a page in the ACP (execpt when I change the configuration for the move topic MOD)

How can I fix it?


Bas
masterbas
Registered User
Posts: 51
Joined: Tue Aug 14, 2007 5:19 pm
Location: The Netherlands

Re: [RC] Prime Topic Moved

Post by masterbas »

i checked it know 3 times and i can't find it... can anyone please help me???
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Moved

Post by primehalo »

Sorry for the delay, I was out of town. This has been fixed in version 1.0.1, and the upgrade instructions can be found in the contrib directory.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
MydnyteSyn
Registered User
Posts: 383
Joined: Sun Oct 07, 2007 10:02 am

Re: [RC] Prime Topic Moved

Post by MydnyteSyn »

I'm not getting any error messages, but when I try to move a topic, it doesn't allow me to choose which forum to move it to from the drop down menu where it says Please select a destination forum. The menu drops down, I see the forums, but it won't let me select one. Could you please tell me how I can fix this? Your assistance is appreciated :)
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Moved

Post by primehalo »

MydnyteSyn wrote:I'm not getting any error messages, but when I try to move a topic, it doesn't allow me to choose which forum to move it to from the drop down menu where it says Please select a destination forum. The menu drops down, I see the forums, but it won't let me select one. Could you please tell me how I can fix this? Your assistance is appreciated :)
If your forums are actually categories, then they'll be grayed out. But other than that, forums should be selectable. They are on my board.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
MydnyteSyn
Registered User
Posts: 383
Joined: Sun Oct 07, 2007 10:02 am

Re: [RC] Prime Topic Moved

Post by MydnyteSyn »

Nope, the forums are forums and they're greyed out.
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Moved

Post by primehalo »

MydnyteSyn wrote:Nope, the forums are forums and they're greyed out.
Maybe you don't have the permissions to move topics into the forums....
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
updown
Registered User
Posts: 542
Joined: Sat Jan 05, 2008 6:53 am

Re: [RC] Prime Topic Moved

Post by updown »

Hi primehalo,

there is a little bug in your include "prime_topic_moved.php" on line 142, missing variables $phpEx and $phpbb_root_path:

find

Code: Select all

	function get_msg_moved_topic_to(&$topic_data)
	{
		global $user, $auth, $db, $template;
inline find

Code: Select all

global $user, $auth, $db, $template
inline add

Code: Select all

, $phpEx, $phpbb_root_path
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Moved

Post by primehalo »

Thanks!
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
updown
Registered User
Posts: 542
Joined: Sat Jan 05, 2008 6:53 am

Re: [RC] Prime Topic Moved

Post by updown »

You're welcome - I have to thank! All your Mods are very useful, easy to handle and with a great coding-quality (as far as I can judge this ;) )
j4cKiE
Registered User
Posts: 38
Joined: Tue May 22, 2007 2:14 pm
Location: Germany

Re: [RC] Prime Topic Moved

Post by j4cKiE »

If you move more than one topics at the same time through the MCP, only one of them gets the details about the move. Bug or feature?
Image
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Moved

Post by primehalo »

j4cKiE wrote:If you move more than one topics at the same time through the MCP, only one of them gets the details about the move. Bug or feature?
I could not reproduce this. I entered the moderator control panel and chose two topics to move. After the move, both topics displayed the information about the move. I tried this twice, once without leaving shadow links and once with leaving shadow links.

Re-check your installation, especially the portion involving the file includes/mcp/mcp_main.php.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
j4cKiE
Registered User
Posts: 38
Joined: Tue May 22, 2007 2:14 pm
Location: Germany

Re: [RC] Prime Topic Moved

Post by j4cKiE »

I checked the mcp_main.php but everything is where it should be.

These are the steps I made:
- go to a forum
- go to the MCP
- mark two topics to move
- move the topics
Image
User avatar
primehalo
Former Team Member
Posts: 2991
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA

Re: [RC] Prime Topic Moved

Post by primehalo »

j4cKiE wrote:I checked the mcp_main.php but everything is where it should be.

These are the steps I made:
- go to a forum
- go to the MCP
- mark two topics to move
- move the topics
Those are the same steps I went through, and it worked fine. Do you have another modification installed that could be conflicting somehow?
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”