Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Browser & OS in Viewtopic
- 
				Armis
 
- Users 
- Posts: 55
- Joined: 09 Apr 2018, 13:25
Re: Browser & OS in Viewtopic
A big thank you to you
			
			
									
						
							The speed and reliability of your website  in   WANTETE WEB HOSTING    
 
---
Your website and forum at 0.90 € /month without advertising or conditions. 
  
			
						 
 ---
Your website and forum at 0.90 € /month without advertising or conditions.
 
  
- 
				dmzx
 
- Founder 
- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Browser & OS in Viewtopic
First post updated.
			
			
									
						
										
						- 
				Maclobster
 
- Users 
- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Browser & OS in Viewtopic
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
			
						-JM
- 
				martin
 
- Admin 
- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Browser & OS in Viewtopic
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.
You will also get a error page so may need to open acp first or ftp to purge the cache.
			
			
						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.
			
						
							
- 
				Maclobster
 
- Users 
- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Browser & OS in Viewtopic
Thank you for fast reply
i got now 2 times showing
			
			
						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.
			
						
										
						- 
				martin
 
- Admin 
- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Browser & OS in Viewtopic
You did it wrong  read my other post again you need to rename the event file.
use these files.
			
			
						use these files.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						- 
				Maclobster
 
- Users 
- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Browser & OS in Viewtopic
If i diod understand correctly i had it like you said, otherwise i need glasses  
edit will do the download you replied
			
			
						
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.
			
						
										
						- 
				Maclobster
 
- Users 
- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Browser & OS in Viewtopic
Thanks its working   
   
 
But the idea was to get BO and contact on the bottom
			
			
						 
   
 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.
			
						
										
						- 
				martin
 
- Admin 
- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Browser & OS in Viewtopic
Contact is at the bottom by default  so your style or ext for them other images  is an addon.
			
			
									
						
										
						- 
				Maclobster
 
- Users 
- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Browser & OS in Viewtopic
Thanks for the tips, done it now with all addons   
  
			
			
						 
  
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						- 
				networker007
 
- Users 
- Posts: 10
- Joined: 30 Dec 2020, 23:49
Re: Browser & OS in Viewtopic
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
			
			
									
						
										
						is there a way to solve that?
thx in advanced
- 
				dmzx
 
- Founder 
- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Browser & OS in Viewtopic
Can you post a screenshot of this?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
- 
				networker007
 
- Users 
- Posts: 10
- Joined: 30 Dec 2020, 23:49
Re: Browser & OS in Viewtopic
After I wrote a post it looks like this in the safari - everything is good:

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

in firefox then like this:

I use the extension seourls (see here: https://github.com/tas2580/seourls)
my .htaccess looks like this:
my test-phpbb is under a subdir of the root
			
			
									
						
										
						
after returning to the post or reload, it looks like this in safai:

in firefox then like this:

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]
- 
				dmzx
 
- Founder 
- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Browser & OS in Viewtopic
First post updated.
			
			
									
						
										
						
 
 



 
 
 
 