Search found 164 matches

by leschek
Sat Nov 28, 2015 9:49 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2 language problems
Replies: 19
Views: 71471

Re: phpBB 3.2 language problems

I found another line I have problem to translate (in install.php language file):

'UPDATE_FILE_UPDATER_HAS_FAILED' => 'File updater “%1$s“ has failed. The installer will try to fallback to “%2$s“.',

Can someone write me example for those two variables, please?
by leschek
Wed Nov 25, 2015 10:37 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 384981

Re: phpBB 3.2.0-a1 released

When I tried to download the merged conflicts archive during update from 3.1.6 to 3.2-a1 I got this error:

Code: Select all

Fatal error: Call to a member function format_date() on a non-object in C:\xxx\localweb\quickinstall\boards\phpbb32a1\install\update\new\includes\functions.php on line 4168
by leschek
Tue Nov 24, 2015 10:08 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-a1 released
Replies: 118
Views: 384981

Re: phpBB 3.2.0-a1 released

Did anyone try to install 3.2a1 in different language than English? I have partially translated install.php file, but when I change language, the installation wizard stays in English.
by leschek
Thu Sep 17, 2015 8:52 am
Forum: [3.x] Discussion
Topic: phpBB 3.2 language problems
Replies: 19
Views: 71471

Re: phpBB 3.2 language problems

Thank you for explanation.
Issue created.
by leschek
Thu Sep 17, 2015 12:22 am
Forum: [3.x] Discussion
Topic: phpBB 3.2 language problems
Replies: 19
Views: 71471

phpBB 3.2 language problems

I looked to phpbb 3.2 language files and there is a few lines I don't understand: in install_new.php file: 'MODULE_NOT_FOUND_DESCRIPTION' => 'No module is found under the service definition “%s” is not defined.', and similar 'TASK_NOT_FOUND_DESCRIPTION' => 'No task is found under the service definit...
by leschek
Mon Sep 07, 2015 8:46 am
Forum: [3.x] Discussion
Topic: Deleting an installed extension with missing ext files
Replies: 14
Views: 27616

Re: Deleting an installed extension with missing ext files

The acp can't work with a faulty extension because the extensions can be active in the acp. About the stk we just need someone to work on it. Actually there is one thing we could try: in case we detect a fatal error we could try to load the acp/board in a "safe mode": locked and without e...
by leschek
Wed Aug 26, 2015 10:57 pm
Forum: General Development Discussion
Topic: Image scrolling scrolls text too
Replies: 6
Views: 20014

Re: Image scrolling scrolls text too

Thank you for the explanation. It's great it will be fixed.

BTW nice avatar.
by leschek
Wed Aug 26, 2015 2:21 pm
Forum: General Development Discussion
Topic: Image scrolling scrolls text too
Replies: 6
Views: 20014

Image scrolling scrolls text too

If you try to scroll image in this post , it will scroll also text above the image. Because text above the image isn't aligned (on the right side) with image, I think text shouldn't scroll with image.
by leschek
Mon Jul 13, 2015 7:12 pm
Forum: [3.x] Discussion
Topic: Using template event files in styles
Replies: 5
Views: 12399

Re: Using template event files in styles

Khaos-Rage wrote: Mon Jul 13, 2015 6:08 pm This has been done already.

Extension Name: Custom Code

Extension Description: Allows to add custom template code on template event locations.
While I like that extension it is different thing. For example there is only limited number of events user can use.
by leschek
Mon Jul 13, 2015 8:49 am
Forum: [3.x] Discussion
Topic: Using template event files in styles
Replies: 5
Views: 12399

Re: Using template event files in styles

Thank you for reply. Wouldn't this be as simple as creating a new extension directory, a new composer.json file, enable it as an extension, and there you go No. I think it would be simpler (and for users easier) to create only one directory in template folder and (to me) it seems to be more logical ...