Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

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

Armis
Users
Users
Posts: 55
Joined: 09 Apr 2018, 13:25
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by Armis »

A big thank you to you
The speed and reliability of your website in WANTETE WEB HOSTING :eusa_dance:
---
Your website and forum at 0.90 € /month without advertising or conditions. :ninja: :dance:

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by dmzx »

First post updated.

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by Maclobster »

martin wrote: 27 Oct 2015, 13:39 Stole these and resized them

windows81.pngwindows10.png

108.png

Hello martin , can you help me to get it like in your SS?
B&O under the contact or Bottom of the mini profile?

Best regards
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM

User avatar

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

Re: Browser & OS in Viewtopic

Post by martin »

You need to open the ext go to the styles folder open template/event folder and rename the event to viewtopic_body_contact_fields_after.html that will move it to under the contacts.
browse.png
You will also get a error page so may need to open acp first or ftp to purge the cache.
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

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by Maclobster »

Thank you for fast reply

i got now 2 times showing
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

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

Re: Browser & OS in Viewtopic

Post by martin »

You did it wrong read my other post again you need to rename the event file.

use these files.
dmzx_browsericon_1_0_2.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

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by Maclobster »

If i diod understand correctly i had it like you said, otherwise i need glasses :whistl:

edit will do the download you replied
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by Maclobster »

Thanks its working :eusa_dance: :thumbup:

But the idea was to get BO and contact on the bottom
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

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

Re: Browser & OS in Viewtopic

Post by martin »

Contact is at the bottom by default so your style or ext for them other images is an addon.

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by Maclobster »

Thanks for the tips, done it now with all addons :tumbsyes: :eusa_dance:
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

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

Re: Browser & OS in Viewtopic

Post by martin »

:tumbsyes:

User avatar

networker007
Users
Users
Posts: 10
Joined: 30 Dec 2020, 23:49
    Mac OS X Safari

Re: Browser & OS in Viewtopic

Post by networker007 »

I love this ext, but with SEO URL Rewriting doesn't work. the icons are not saved for later viewing.

is there a way to solve that?

thx in advanced

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by dmzx »

networker007 wrote: 02 Jan 2021, 21:13 I love this ext, but with SEO URL Rewriting doesn't work. the icons are not saved for later viewing.

is there a way to solve that?

thx in advanced
Can you post a screenshot of this?

User avatar

networker007
Users
Users
Posts: 10
Joined: 30 Dec 2020, 23:49
    Mac OS X Safari

Re: Browser & OS in Viewtopic

Post by networker007 »

After I wrote a post it looks like this in the safari - everything is good:

Image

after returning to the post or reload, it looks like this in safai:

Image

in firefox then like this:

Image

I use the extension seourls (see here: https://github.com/tas2580/seourls)

my .htaccess looks like this:

Code: Select all

RewriteBase /phpbbtest
RewriteRule ^(.*)-f([0-9]*)/mcp.php(.*) mcp.php?%{QUERY_STRING} [L,R=301]
RewriteRule ^(.*)-f([0-9]*)/(.*)-t([0-9]*)-s([0-9]*).html viewtopic.php?f=$2&t=$4&start=$5&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/(.*)-t([0-9]*).html viewtopic.php?f=$2&t=$4&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/index-s([0-9]*).html viewforum.php?f=$2&start=$3&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/ viewforum.php?f=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*) viewforum.php?f=$2&%{QUERY_STRING} [L]
my test-phpbb is under a subdir of the root

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Browser & OS in Viewtopic

Post by dmzx »

First post updated.

Post Reply Previous topicNext topic