Code: Select all
[phpBB Debug] PHP Notice: in file /includes/prime_topic_move.php on line 176: Undefined index: topic_moved_from
[phpBB Debug] PHP Notice: in file /includes/prime_topic_move.php on line 176: Undefined index: topic_moved_from
First of all thank you very much for this useful mod. It is going to make my life a lot easier. One thing I am not sure I understand though. Is there supposed to be a reason in the shadow link in viewforum? Because I am not seeing it and I do have Show with shadow link in forum list checkedprimehalo wrote:Version 0.1.2 now has the ability to display the moved information on the topic list near the shadow link. This only works if a shadow was left behind when the topic was moved. Also, phpbb3 only shows shadow topics if the user viewing the topic list has permission to view the forum that the topic was moved to.
I only have this:Included Files
root/styles/subsilver2/template/prime_topic_moved_msg.html,
root/styles/subsilver2/template/prime_topic_moved_to.html
There is one instance near the top of the file and one near the end: Thanks again for a great outstanding mod.Find
Tip: This may be a partial find and not the whole line.
<!-- IF topicrow.PAGINATION -->
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
<!-- ENDIF -->
Add after
<!-- IF topicrow.TOPIC_MOVED_MESSAGE -->{topicrow.TOPIC_MOVED_MESSAGE}<!-- ENDIF -->
This function is in one of the files, so there is no upgrade instruction as you replace the included files nonetheless.2008-06-07 - Version1.0.2
Forgot to include two global variables in the get_msg_moved_topic_to() function.