- Affected Version
- WoltLab Suite 6.0
- Affected App
- WoltLab Suite Forum
All these phrases need to be checked.
[1] Some phrases uses Post ... by and others post ... by.
[2] In the prase wbb.thread.log.post.move I think is better use into this thread.
XML
<item name="wbb.thread.log.post.close"><![CDATA[Prohibited editing of <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a>.]]></item>
<item name="wbb.thread.log.post.delete"><![CDATA[Deleted a post.]]></item>
<item name="wbb.thread.log.post.disable"><![CDATA[Disabled the <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">Post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a>.]]></item>
<item name="wbb.thread.log.post.edit"><![CDATA[Edited the <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">Post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a>.]]></item>
<item name="wbb.thread.log.post.enable"><![CDATA[Approved the <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">Post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a>.]]></item>
<item name="wbb.thread.log.post.merge"><![CDATA[Merged {if $additionalData[mergedPostCount] == 1}a post{else}{#$additionalData[mergedPostCount]} posts{/if} created by {implode from=$additionalData[mergedPostAuthors] item='username'}{$username}{/implode} into the <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a>.]]></item>
<item name="wbb.thread.log.post.move"><![CDATA[Moved the <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a> from the thread <a href="{link controller='Thread' application='wbb' id=$additionalData[oldThreadID] title=$additionalData[oldThreadTopic]}{/link}" class="wbbTopicLink" data-object-id="{@$additionalData[oldThreadID]}">{$additionalData[oldThreadTopic]}</a> into the thread.]]></item>
<item name="wbb.thread.log.post.open"><![CDATA[Allowed editing of the <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a>.]]></item>
<item name="wbb.thread.log.post.restore"><![CDATA[Restored the <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">Post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a>.]]></item>
<item name="wbb.thread.log.post.trash"><![CDATA[Moved the <a href="{$post->getLink()}" class="wbbPostLink" data-object-id="{@$post->postID}">Post{if $post->subject} “{$post->subject}”{/if}</a> by <a href="{link controller='User' id=$post->userID title=$post->username}{/link}" class="userLink" data-object-id="{@$post->userID}">{$post->username}</a> to the trash{if $additionalData[reason]}: {$additionalData[reason]} {/if}.]]></item>
<item name="wbb.thread.log.thread.changeTopic"><![CDATA[Changed the title of the thread from “{$additionalData[oldTopic]}” to “{$additionalData[newTopic]}”.]]></item>
<item name="wbb.thread.log.thread.close"><![CDATA[Closed the thread.]]></item>
<item name="wbb.thread.log.thread.delete"><![CDATA[Deleted the thread.]]></item>
<item name="wbb.thread.log.thread.disable"><![CDATA[Disabled the thread.]]></item>
<item name="wbb.thread.log.thread.done"><![CDATA[Marked the thread as Resolved.]]></item>
<item name="wbb.thread.log.thread.enable"><![CDATA[Approved the thread.]]></item>
<item name="wbb.thread.log.thread.markAsBestAnswer"><![CDATA[Selected a <a href="{link application='wbb' controller='Thread' postID=$additionalData[postID]}#post{$additionalData[postID]}{/link}">post</a> as the best answer.]]></item>
<item name="wbb.thread.log.thread.merge"><![CDATA[Merged the thread{if $additionalData[mergedThreads]|count > 1}s{/if} {implode from=$additionalData[mergedThreads] item='mergedThread'}“{$mergedThread}”{/implode} into the thread.]]></item>
<item name="wbb.thread.log.thread.move"><![CDATA[Moved the thread from forum <a href="{link application='wbb' controller='Board' id=$additionalData[oldBoard][boardID] title=$additionalData[oldBoard][title]|phrase}{/link}">{$additionalData[oldBoard][title]|phrase}</a> to forum <a href="{link application='wbb' controller='Board' id=$additionalData[newBoard][boardID] title=$additionalData[newBoard][title]|phrase}{/link}">{$additionalData[newBoard][title]|phrase}</a>.]]></item>
<item name="wbb.thread.log.thread.open"><![CDATA[Opened the thread.]]></item>
<item name="wbb.thread.log.thread.restore"><![CDATA[Restored the thread.]]></item>
<item name="wbb.thread.log.thread.scrape"><![CDATA[Made the thread no longer pinned.]]></item>
<item name="wbb.thread.log.thread.setAsAnnouncement"><![CDATA[Changed the thread status to announcement.]]></item>
<item name="wbb.thread.log.thread.setLabel"><![CDATA[{if $additionalData[label]|empty}Removed the Label <span class="badge label{if $additionalData[oldLabel]->cssClassName} {$additionalData[oldLabel]->cssClassName}{/if}">{$additionalData[oldLabel]->getTitle()}</span>{elseif $additionalData[oldLabel]|empty}Added the Label <span class="badge label{if $additionalData[label]->cssClassName} {$additionalData[label]->cssClassName}{/if}">{$additionalData[label]->getTitle()}</span>{else}Set the Label from <span class="badge label{if $additionalData[oldLabel]->cssClassName} {$additionalData[oldLabel]->cssClassName}{/if}">{$additionalData[oldLabel]->label|phrase}</span> to <span class="badge label{if $additionalData[label]->cssClassName} {$additionalData[label]->cssClassName}{/if}">{$additionalData[label]->getTitle()}</span>{/if}]]></item>
<item name="wbb.thread.log.thread.sticky"><![CDATA[Made the thread pinned.]]></item>
<item name="wbb.thread.log.thread.trash"><![CDATA[Moved the thread to the trash{if $additionalData[reason]}: {$additionalData[reason]} {/if}.]]></item>
<item name="wbb.thread.log.thread.trash.summary"><![CDATA[Thread was deleted by {if $userID}<a href="{link controller='User' id=$userID title=$username}{/link}" class="userLink" data-object-id="{@$userID}">{$username}</a>{else}{$username}{/if}{if $additionalData[reason]}: {$additionalData[reason]}{/if} ({@$time|time}).]]></item>
<item name="wbb.thread.log.thread.undone"><![CDATA[Marked the thread as Unresolved.]]></item>
<item name="wbb.thread.log.thread.unsetAsAnnouncement"><![CDATA[Removed the thread status as announcement.]]></item>
Display More