3.1 & 3.2 Extensions Database 3.1 / 3.2 ⇒ Pretty Topic
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayboldherri
- Users

- Status: Offline
- User theme: Dark
- Posts: 46
- Joined: May 31st, '18, 13:28
Re: Pretty Topic
Incredible, I can not find the settings to make the labels appear on the homepage or in the topic 
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayjan_2017
- Users

- Status: Offline
- User theme: Dark
- Posts: 203
- Joined: Feb 5th, '17, 09:21
Re: Pretty Topic
The settings are not in Acp.
You must show in css file!
You must show in css file!
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayboldherri
- Users

- Status: Offline
- User theme: Dark
- Posts: 46
- Joined: May 31st, '18, 13:28
Re: Pretty Topic
Hi thanks,
I do not know why but now the topics put in important or blocked works.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Pretty Topic
I created the Spanish version, but it does not seem to be working...
What can I do?
What can I do?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Pretty Topic
Anyone?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5132
- Joined: Apr 6th, '14, 14:12
Re: Pretty Topic
kamaleon wrote: Dec 4th, '18, 13:22 I created the Spanish version, but it does not seem to be working...
What can I do?
Do it right and it will work.

-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Pretty Topic
I just added an es folder copied common.php from en folder and translated common.php
What did I do wrong?
What did I do wrong?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Pretty Topic
Code: Select all
root@ns:/var/www/mysite.com/public_html/ext/dmzx/prettytopic/language/es# cat common.php
<?php
/*
*
* @package Pretty topic
* @author dmzx (www.dmzx-web.net)
* @copyright (c) 2014 by dmzx (www.dmzx-web.net)
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'VIEW_TOPIC_ANNOUNCEMENT' => 'Anuncio',
'VIEW_TOPIC_GLOBAL' => 'Anuncio Global',
'VIEW_TOPIC_LOCKED' => 'Bloqueado',
'VIEW_TOPIC_LOGS' => 'Ver logs',
'VIEW_TOPIC_MOVED' => 'Movido',
'VIEW_TOPIC_POLL' => 'Encuesta',
'VIEW_TOPIC_STICKY' => 'Sticky',
));-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Pretty Topic
Bump...
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayjan_2017
- Users

- Status: Offline
- User theme: Dark
- Posts: 203
- Joined: Feb 5th, '17, 09:21
Re: Pretty Topic
Do you really called folder "es# cat common.php"??????
You must rename this folder to "es" without the Rest
purge cache
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Pretty Topic
The folder is called es, # means root prompt and cat is a linux command to see the content of a file.
And cache purged 10 times.
And cache purged 10 times.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySniper_E
- VIP

- Status: Offline
- User theme: Dark
- Posts: 1160
- Joined: Oct 14th, '14, 17:01
Re: Pretty Topic
You don't do it this way.
Copy dmzx/prettytopic/language/en/ To: dmzx/prettytopic/language/es/
Then open dmzx/prettytopic/language/es/common.php and replace these lines.
Save, upload and refresh browser.
Code: Select all
root@ns:/var/www/mysite.com/public_html/ext/dmzx/prettytopic/language/es# cat common.phpThen open dmzx/prettytopic/language/es/common.php and replace these lines.
Code: Select all
'VIEW_TOPIC_ANNOUNCEMENT' => 'Anuncio',
'VIEW_TOPIC_GLOBAL' => 'Anuncio Global',
'VIEW_TOPIC_LOCKED' => 'Bloqueado',
'VIEW_TOPIC_LOGS' => 'Ver logs',
'VIEW_TOPIC_MOVED' => 'Movido',
'VIEW_TOPIC_POLL' => 'Encuesta',
'VIEW_TOPIC_STICKY' => 'Sticky',-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Pretty Topic
This is exactly what I did as I said above and it did not work.
Please read my previous post
Pretty Topic
Please read my previous post
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySolidjeuh
- Users

- Status: Offline
- User theme: Dark
- Posts: 348
- Joined: Dec 13th, '14, 01:40
Re: Pretty Topic
Why is root@ns:/var/www/mysite.com/public_html/ext/dmzx/prettytopic/language/es# cat common.php in there?kamaleon wrote: Dec 5th, '18, 18:15What did I do wrong?Code: Select all
root@ns:/var/www/mysite.com/public_html/ext/dmzx/prettytopic/language/es# cat common.php <?php /* * * @package Pretty topic * @author dmzx (www.dmzx-web.net) * @copyright (c) 2014 by dmzx (www.dmzx-web.net) * @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ if (!defined('IN_PHPBB')) { exit; } if (empty($lang) || !is_array($lang)) { $lang = array(); } $lang = array_merge($lang, array( 'VIEW_TOPIC_ANNOUNCEMENT' => 'Anuncio', 'VIEW_TOPIC_GLOBAL' => 'Anuncio Global', 'VIEW_TOPIC_LOCKED' => 'Bloqueado', 'VIEW_TOPIC_LOGS' => 'Ver logs', 'VIEW_TOPIC_MOVED' => 'Movido', 'VIEW_TOPIC_POLL' => 'Encuesta', 'VIEW_TOPIC_STICKY' => 'Sticky', ));
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraykamaleon
- Users

- Status: Offline
- User theme: Dark
- Posts: 50
- Joined: Jul 26th, '15, 08:56
Re: Pretty Topic
Because I am showing you the contents of the file common.php
Subscribers
