Skip to main content
Topic: [RC2] split/move topics message: missing link to new topic (Read 1678 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[RC2] split/move topics message: missing link to new topic

When I move or split a thread the message misses the link to the new topic.

Re: [RC2] split/move topics message: missing link to new topic

Reply #1

Have a look in index.german.php at the two strings:
Code: [Select]
$txt['movetopic_auto_topic']
$txt['movetopic_default']
The second should have the "[TOPIC LINK]" translated the same as the first, so in your case probably it should look like:
Code: [Select]
$txt['movetopic_default'] = 'Eine oder mehr Beitrage in diesem Thema wurden verschoben nach [BOARD] - [THEMEN LINK]';
Bugs creator.
Features destroyer.
Template killer.

Re: [RC2] split/move topics message: missing link to new topic

Reply #2

It is the same:

Code: [Select]
$txt['movetopic_auto_board'] = '[BOARD]';
$txt['movetopic_auto_topic'] = '[THEMEN LINK]';
$txt['movetopic_default'] = 'Dieses Thema wurde verschoben nach [BOARD] - [THEMEN LINK]';

Re: [RC2] split/move topics message: missing link to new topic

Reply #3

I tried some combinations, but apparently works on my test forum...
I'm not sure what to look at.
Bugs creator.
Features destroyer.
Template killer.