Skip to content

Commit be14262

Browse files
committed
fix bug that prevents open the mod list
1 parent 62e0459 commit be14262

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packagename language="de">Beitrags-Autor bearbeiten</packagename>
77
<packagedescription>This plugin allows you to change the author of a post in the forum.</packagedescription>
88
<packagedescription language="de">Mit diesem Plugin lässt sich der Autor eines Beitrages im Forum ändern.</packagedescription>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010
<date>2025-07-03</date>
1111
</packageinformation>
1212
<authorinformation>
@@ -29,4 +29,8 @@
2929
<instruction type="templateListener"/>
3030
<instruction type="userGroupOption"/>
3131
</instructions>
32+
<instructions type="update" fromversion="1.0.0">
33+
<instruction type="file" application="wbb">files_wbb.tar</instruction>
34+
<instruction type="template" application="wbb">templates_wbb.tar</instruction>
35+
</instructions>
3236
</package>

templates_wbb/__threadPostListChangeAuthor.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<li>
33
<button class="button jsTooltip jsChangeAuthor" type="button" title="{lang}wcf.message.changeAuthor{/lang}" data-endpoint="{link controller='ChangeAuthor' application='wbb' object=$post}{/link}">
44
{icon name='user'}
5+
<span class="invisible">{lang}wcf.message.changeAuthor{/lang}</span>
56
</button>
67
</li>
78
{/if}

0 commit comments

Comments
 (0)