Surely there should not be any obstacles any more, since we indeed already arrived at 3.1.5 .
Arabic translation merged

So it means that core edits won't be mandatory. I'm looking forward for the new version even harder.marcovo wrote:I guess 3.1.4 added the necessary event.
FomenkoAndrey wrote:and?... any progress?
Be patient.marcovo wrote:The deadline is July 1st (...).
'draft_id',
was added as temporary variable in the phpBB files, which has not been added yet to the official phpBB. Anyways, for now that one line is the only edit thats needed. Without it, your drafts will be censored if you load them back into your posting-page. The extra variable makes sure that your draft will be shown exactly as you saved it.Code: Select all
'HIDEBB_HIDDEN_MESSAGE' => 'Diese Nachricht wurde versteckt',
'HIDEBB_MESSAGE_UNHIDE' => 'Versteckte Nachricht: Aus',
'HIDEBB_MESSAGE_HIDDEN' => 'Versteckte Nachricht: An',
'HIDEBB_MESSAGE_HIDDEN_DESCRIPTION' => 'Sie müssen auf diesen Beitrag antworten um die versteckte Nachricht lesen zu können.',
Code: Select all
'HIDEBB_HIDDEN_MESSAGE' => 'Treść została ukryta',
'HIDEBB_MESSAGE_UNHIDE' => 'Ukrywanie treści: wyłączone',
'HIDEBB_MESSAGE_HIDDEN' => 'Ukrywanie treści: włączone',
'HIDEBB_MESSAGE_HIDDEN_DESCRIPTION' => 'Aby zobaczyć ukrytą treść, musisz odpisać w tym temacie.',
ext/marcovo/hideBBcode/styles/all/template/hide_bbcode.html
. To remove the box when the content is to be shown, replace the first two lines with this:
Code: Select all
<!-- BEGIN unhide_open --><!-- END unhide_open -->
<!-- BEGIN unhide_close --><!-- END unhide_close -->
I understand well.This extension is meant to just exactly do that:
you say:"You must be logged in to see the hidden text"
there is a difference?Hide the content from anyone who has not yet posted in the topic
Thanks, what I need.Modify