
3.1 & 3.2 Extensions Database 3.1 / 3.2 ⇒ Pretty Topic
-
- Users
- Posts: 46
- Joined: 31 May 2018, 15:28
Re: Pretty Topic
Incredible, I can not find the settings to make the labels appear on the homepage or in the topic 

-
- Users
- Posts: 203
- Joined: 05 Feb 2017, 10:21
Re: Pretty Topic
The settings are not in Acp.
You must show in css file!
You must show in css file!
-
- Users
- Posts: 46
- Joined: 31 May 2018, 15:28
Re: Pretty Topic
Hi thanks,
I do not know why but now the topics put in important or blocked works.
-
- Users
- Posts: 50
- Joined: 26 Jul 2015, 10: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?
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Pretty Topic
kamaleon wrote: 04 Dec 2018, 14: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.

-
- Users
- Posts: 50
- Joined: 26 Jul 2015, 10: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?
-
- Users
- Posts: 50
- Joined: 26 Jul 2015, 10: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',
));
-
- Users
- Posts: 203
- Joined: 05 Feb 2017, 10: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
-
- Users
- Posts: 50
- Joined: 26 Jul 2015, 10: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.
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19: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.php
Then 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',
-
- Users
- Posts: 50
- Joined: 26 Jul 2015, 10: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

-
- Donator
- Posts: 348
- Joined: 13 Dec 2014, 02: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: 05 Dec 2018, 19: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
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
- Users
- Posts: 50
- Joined: 26 Jul 2015, 10:56
Re: Pretty Topic
Because I am showing you the contents of the file common.php