<span class="qte-attr qte_31_32-qte">3.1.x & 3.2.x</span>
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 06 Dec 2015, 21:50
dmzx wrote:
Is this an extension
dmzx , yes, it is an extension "Hidden profile information".
I tried to turn it off, but the result is the same.
I don't know why.
dmzx
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 06 Dec 2015, 22:10
tamarin wrote: dmzx wrote:
Is this an extension
dmzx , yes, it is an extension "Hidden profile information".
I tried to turn it off, but the result is the same.
I don't know why.
Switch it off and clear the cache, logout and back login again and check it if it works.
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 06 Dec 2015, 22:21
dmzx wrote:
Switch it off and clear the cache, logout and back login again and check it if it works.
I just did it - nothing has changed.
Then I deleted all the data of this expansion, established again - to no avail.
dmzx
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 06 Dec 2015, 22:26
Did you try to disable all other extensions and test only Screen resolution ?
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 08 Dec 2015, 06:38
dmzx wrote: did you try to disable all other extensions and test only Screen resolution ?
Oh yeah.
I've more then 140 extensions.
dmzx
Founder
Posts: 6466 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 08 Dec 2015, 17:33
tamarin wrote: dmzx wrote: did you try to disable all other extensions and test only Screen resolution ?
Oh yeah.
I've more then 140 extensions.
Can you test it on test board on your server?
ircfc
Users
Posts: 61 Joined: 04 Jun 2016, 08:32
Post
by ircfc » 15 Jul 2016, 14:03
Hello
Please update this plugin for old threads
Or with the insertion of new topics that will become apparent resolution to be applied to old threads
Thanks
Bye
martin
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 15 Jul 2016, 15:15
This is used board wide on new and old posts if you cant see it log out then log back in.
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 15 Jul 2016, 17:40
dmzx wrote: 08 Dec 2015, 17:33
tamarin wrote: dmzx wrote: did you try to disable all other extensions and test only Screen resolution ?
Oh yeah.
I've more then 140 extensions.
Can you test it on test board on your server?
I tried in another forum - everything works fine. (see Attachment)
But why isn't the first forum working?
Can you help me please?
Thx in advance.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
clight77
Donator
Posts: 502 Joined: 24 Sep 2015, 16:23
Post
by clight77 » 23 Jul 2016, 04:28
Logging out and back in fixed it for me.
BUT it still does not show for other members, I am thinking they all have to logout and back in ????
BUT unfortunately in ACP the option to logout all users seems not to be working for me either :( phpbb 3.1.9
martin
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 25 Jul 2016, 09:51
Yes they need to log out b4 the ext kicks in until they do it wont show for them.
[ Post made via Android ]
tamarin
Users
Posts: 72 Joined: 15 Mar 2015, 01:07
Post
by tamarin » 05 Aug 2016, 19:56
dmzx wrote: 06 Dec 2015, 22:26
did you try to disable all other extensions and test only Screen resolution ?
I disabled all extensions and tested only Screen resolution on my work forum - the same problem.
I don't know why.
ZippeL
Users
Posts: 20 Joined: 20 Aug 2016, 06:37
Post
by ZippeL » 20 Aug 2016, 22:21
Thanks for ext
ru.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
olalavui
Users
Posts: 18 Joined: 27 Jun 2017, 22:00
Post
by olalavui » 22 Aug 2017, 18:05
Vietnamese language pack file:
Code: Select all
<?php
/**
*
* @package phpBB Extension - Screen resolution in viewtopic
* @copyright (c) 2015 dmzx - https://www.dmzx-web.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* Vietnamese language pack <giaminhteam@gmail.com
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//
$lang = array_merge($lang, array(
'SCREEN_RESOLUTION' => 'Độ phân giải màn hình',
));
Webmaster Chuck
Users
Posts: 5 Joined: 09 May 2017, 07:23
Post
by Webmaster Chuck » 01 Jan 2018, 23:03
Great Extension! Worked like a champ out of the box with 3.2.1.
Had to "Clear Cache" and "Purge Sessions". After that, logged back in and it showed perfectly.