3.2 & 3.3 Extensions Database 3.2 / 3.3Browser & OS in Viewtopic

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Peralta
Donator
Donator
Posts: 190
Joined: 13 Dec 2014, 17:04
    Windows 7 Firefox

Re: Browser & OS in Viewtopic

Post by Peralta »

Proper Windows 10 detection

ext/dmzx/browsericon/includes/user_agent.php
Search:

Code: Select all

		elseif (substr($version, 0, 3) == 10)
		{
			if (substr($version, 0, 3) == 10.0)
				$system = 'Windows 10';
		}
Replace with:

Code: Select all

		elseif (substr($version, 0, 2) == 10)
		{
			if (substr($version, 0, 4) == 10.0)
				$system = 'Windows 10';
		}
I speak spanish. Sorry for my bad english.

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Browser & OS in Viewtopic

Post by Sniper_E »

I overwrote your ext/dmzx/browsericon/images/user_agent/unknown.png with this image:
unknown.png
It looks so much better in the posts.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

playgoods
Users
Users
Posts: 40
Joined: 06 Oct 2015, 08:45
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by playgoods »

Thank you. For older posts is it possible to have nothing instead of a ? mark sign.

Only new posts will show something

User avatar

verlinur
Users
Users
Posts: 1
Joined: 20 Jan 2015, 22:06
    Windows 7 Internet Explorer

Re: Browser & OS in Viewtopic

Post by verlinur »

Hi

I made this post with Win7 and IE11, but shows that i have Mozilla 5, can you fix this?

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Browser & OS in Viewtopic

Post by Null »

If moderator change a message, extension will update to browser and OS moderator infornation. Shouldnt keep original poster information?

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Browser & OS in Viewtopic

Post by dmzx »

Yes user_agent will be taken from last edit in post.

User avatar

Cyber Man
Users
Users
Posts: 6
Joined: 10 Oct 2015, 15:42
    Windows 8.1 Firefox

Re: Browser & OS in Viewtopic

Post by Cyber Man »

Hi friends,
:question: Is this compatible with v3.1.6?
Because I tired to use as a ext (& it has enabled in acp). but not yet display with, after wrote some new-posts too..
please reply me..

http://www.webhostingtalk.lk

thank you for your valuable time...

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Browser & OS in Viewtopic

Post by dmzx »

Yes this should work with 3.1.6, did you logout an login again after enable the extension :question:

User avatar

Cyber Man
Users
Users
Posts: 6
Joined: 10 Oct 2015, 15:42
    Windows 8.1 Firefox

Re: Browser & OS in Viewtopic

Post by Cyber Man »

Yes, I have done several times after your reply .. & purged the cache too. But it isn't working yet.

Have any configuration-settings to config in ACP?
(if yes, mention the path please..)

thank you!

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Browser & OS in Viewtopic

Post by martin »

It works right out of the box on 3.1.6
1.png
I suggest you go into firefox setting and delete the browser cookies and see.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Browser & OS in Viewtopic

Post by martin »

Pls unistall the ext and delete the data and try this ext pls its the same ext but with a small change.
dmzx-Browser-and-OS.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Cyber Man
Users
Users
Posts: 6
Joined: 10 Oct 2015, 15:42
    Windows 8.1 Firefox

Re: Browser & OS in Viewtopic

Post by Cyber Man »

:mml: I've installed this new one..

Perfect... It's working well... thank your for your great support..

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Browser & OS in Viewtopic

Post by martin »

Yw would you like to know the fix ??

Ext's think your using prosilver so only tend to install on that.

Dam ext creators should be using the style path all not prosilver but phpbb like you to use prosilver so remember if you install a ext and see nothing then change the styles/prosilver to styles/all and look inside the styles folder for any path related to prosilver and change the word prosilver to all :rolling:

simples
Last edited by martin on 23 Oct 2015, 16:39, edited 1 time in total.

User avatar

Cyber Man
Users
Users
Posts: 6
Joined: 10 Oct 2015, 15:42
    Windows 8.1 Firefox

Re: Browser & OS in Viewtopic

Post by Cyber Man »

:buigen: OK, I will next time.. thnx again..

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Browser & OS in Viewtopic

Post by Sniper_E »

Three of my ext use all for the style but the mobile ext says prosilver. I think dmzx forced me to use that, not sure. :whistl:

Post Reply Previous topicNext topic