[OzzModz] OS/Browser Display for XenForo

[OzzModz] OS/Browser Display for XenForo [Paid] 2.0.13

No permission to buy ($10.00)
just rebuild in the add on in xf admin panel

Screenshot_238-edited.png

that's how I fixed the problem.

other add ons edited out for privacy reasons.
 
I do not think this is a bug, just a permissions conflict between two addons.
Code:
You must validate your XenForo license to see code
Can you tell me or do I need to ask Xon?
 
Thank you. I thought it was perhaps a file permission and I would just edit it.
 
No, seems one of the functions was set to public and it should have been protected.
 
When the following option is enabled, I still can't see a 'hide browser' option added in user's privacy settings.

1621566417659.png



1621566459404.png

Guess the template mod for privacy is not executed.

1621567372698.png
 
The add-on doesn't really show the icons as expected.

I tried to debug.

In this message_macros template mod (snogOSB1):

Code:
You must validate your XenForo license to see code

1621578567963.png

BBB is shown. That means the IF condition is not satisfied? Why?

I have the following settings configured.

1621578697008.png
 
You must validate your XenForo license to see quoted content

I solved this problem by changing the following Find line in template mod for account_privacy (snogOSB5):

arg-label="{{ phrase('view_your_details_on_your_profile_page:') }}" />

to

arg-label="{{ phrase('view_your_details_on_your_profile_page') }}" />
 
You must validate your XenForo license to see quoted content

For this problem, I found that the add-on only shows those icons for new messages only..
 
Is it possible to update to detect Windows 11 (albeit we all know it is 10 w/lipstick). Thank you Snog Snog
 
You must validate your XenForo license to see quoted content
Right now it doesn't have a unique enough user agent string. Perhaps when they add Android to the OS as rumored this might change. It identifies itself the same as version 10 does.
 
Back
Top