Skip to main content
Recent Posts
1
Localization / Re: German language files (informal) for 1.1.9
Last post by Ruth -
Lol....okay, Jorin.

I just found a string, I was not sure at all, how to translate it:

Code: [Select]
$txt['upgrade_warning_already_done'] = 'You are already running <em>ElkArte %1$s</em> no upgrade is available!  You must <strong>delete</strong> the install directory and then proceed to <a href="%2$s">your forum</a>';

I did it this way:
Code: [Select]
$txt['upgrade_warning_already_done'] = 'Du verwendest bereits <em>ElkArte %1$s</em>, es ist kein Upgrade verfügbar! Du musst das Installationsverzeichnis <strong>löschen</strong> und dann mit <a href="%2$s">im Forum fortfahren.</a>';
3
Localization / Re: German language files (informal) for 1.1.9
Last post by Ruth -
@Jorin

I have not finished this files yet, but I noticed a mixture there as well.

For Addons different words are used in the german files:

"Addons", "Add-Ons", "Add-ons", "Modifikationen"... I also saw short "Mods" somewhere in the files.

How shall this be solved?

Maybe like this in texts:  Blablabla Modifkationen (Addons) bablabla.

And for Headers: Addons or Addon-Einstellungen

At the moment it looks like this:
4
Bug Reports / Re: Likes and Quickbuttons dont work
Last post by Spuds -
Quote from: Jorin – Can it be this bug is in 1.1.9 as well?
The likes issue was unique to 2.0 (due to the HTML markup changes).  Also the Quick Reply issue (when it was collapsed) was only a 2.0 issue, due to the new QR markup.

1.1.9 did make some changes to the likes markup, I outlined that here: https://www.elkarte.net/community/index.php?topic=6204.0  That change was to avoid ad blockers from disabling the like button.

Strange that your user is only seeing the issue on a specific board.  The like logic to allow using them is

0) the function is enabled
1) they have like permission
2) the topic is not locked
3) its not their post (if not allowed to like their own posts)
4) they are above the like post count to allow likes

They may see the counter if the post has like, even if they can't like the post for the above reasons.
5
Bug Reports / Re: Likes and Quickbuttons dont work
Last post by Ruth -
Yes, Radu....lol

But i think, if a user cannot see given likes as well in a topic, it has not to do with permissions/settings in this board. He would see the given likes then.

Jorin, you wrote "board", not "topics". You did not mean the like stats in the boards, you mean the likes in the topics?
6
Localization / Re: German language files (informal) for 1.1.9
Last post by Ruth -
Quote from: Jorin – Of course, it would be ideal if the original english files were similarly consistent. For example here in the editor a button is called "Quick Edit", but the detailed edit is called "Modify". :rolleyes:

I think, we found a very good solution once for the posts with "Schnellkorrektur" (quick edit) and "ändern" (modify). There should be a difference, because those two buttons do different things.

Quote from: Jorin – So, as far as I'm concerned, look for consistency. If an admin finds a function in the admin area with the term A, it must not be labeled B for the users in the forum. It just has to fit.

I did that, Jorin.... For example I tried to change any "editieren" in the admin panel and in the helpstrings into "ändern". Actions/Buttons and their explainations should allways use the same words. I also found a lot of "Mitglieder" (members) and "User" again in a lot of german files. I changed them all to "Benutzer", if it was possible. I also tried to make the permission file strings more consistent and shorter.
7
Bug Reports / Re: Likes and Quickbuttons dont work
Last post by radu81 -
I don't think is the case, I had a user who reported that he cannot give likes, I checked 10 times all the permissions and in the end I discovered that he wanted to like his own post. :cheesy:
Like I said, I hope is not the case
8
Bug Reports / Re: Likes and Quickbuttons dont work
Last post by Jorin -
The board where he can't give likes (he actually don't see given likes there too) has standard permissions like most of my boards. The user profile is pretty standard too, nothing special.
10
Bug Reports / Re: Likes and Quickbuttons dont work
Last post by Jorin -
Can it be this bug is in 1.1.9 as well?

One of my members informed me he can't give likes in certain boards, while I still can. Can't figure out whats happening.  :embarrassed: