Skip to main content
Topic: [1.0.0] moving a topic: [TOPIC LINK] (Read 2000 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[1.0.0] moving a topic: [TOPIC LINK]

I am still having a problem with the post which is automatically created when I move one or more posts. I still have [TOPIC LINK] instead of a clickable link.  :-[

Re: [1.0.0] moving a topic: [TOPIC LINK]

Reply #1

you should continue in this topic (or merge topics :) ) http://www.elkarte.net/community/index.php?topic=1858.0

And links work fine for me, and I have translated both [BOARD] and [TOPIC LINK] to Polish.

Re: [1.0.0] moving a topic: [TOPIC LINK]

Reply #2

The translation you are using is the same you attached here?
Bugs creator.
Features destroyer.
Template killer.

Re: [1.0.0] moving a topic: [TOPIC LINK]

Reply #3

Ah, I think I got it now (thank god)!  :o

I have:

Code: [Select]
$txt['movetopic_auto_board'] = '[BOARD]';
$txt['movetopic_auto_topic'] = '[THEMEN LINK]';
$txt['splittopic_default'] = 'Eine oder mehr Beiträge in diesem Thema wurden verschoben nach [BOARD] - [TOPIC LINK]';

But it should be:

Code: [Select]
$txt['movetopic_auto_board'] = '[BOARD]';
$txt['movetopic_auto_topic'] = '[THEMEN LINK]';
$txt['splittopic_default'] = 'Eine oder mehr Beiträge in diesem Thema wurden verschoben nach [BOARD] - [THEMEN LINK]';

Right? Say I'm right!

Re: [1.0.0] moving a topic: [TOPIC LINK]

Reply #4

Yep, you are right! ;D
Bugs creator.
Features destroyer.
Template killer.

Re: [1.0.0] moving a topic: [TOPIC LINK]

Reply #5

Oh my god, how embarrassing!  :-[

Re: [1.0.0] moving a topic: [TOPIC LINK]

Reply #6

eheheh
Don't worry, it happens, I do more embarrassing things. lol
And better one report that is not a bug rather then a not have a bug reported. ;D
Bugs creator.
Features destroyer.
Template killer.