Scheduled Maintenance:  10-11-2025 Electricity company maintenance between 09:00 and 15:00.
<span class="qte-attr qte_31_32-qte">3.1.x & 3.2.x</span>
			
		
		
			
				
								Sniper_E 							 
						VIP 			
		Posts:  1157Joined:  14 Oct 2014, 19:01 
		
						
			
		
													
							
						
				
											Post  
				by Sniper_E  20 Dec 2015, 19:31 
			
			
			
			
			
			tamarin wrote: Thank you very much.
The mobile detect script picks up what mobile device you are using by what your mobile browser user agent broadcasts.
If your mobile version Firefox browser does not broadcast your mobile model number then it will display as just an Android.
Nully wrote: Hello,
I installed, it works  
In language there is:
I thought I should see "Welcome" somewhere, but I did not see anything (only my smartphone name).
Did I miss something?
That "Welcome" shows in the welcome mobile user just below the header. You see that in the newer version.
The latest version is 1.0.4 -> Sniper-E/mobiledevice · GitHub
But to be mobile friendly there are some of the sections that hide with the smaller resolutions.
If you turn your phone sideways it will show more than if you have it upright. This will make everything fit in the screen.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™  
		 
				
								
		 
		 
	 
	
		
		
			
				
								Nully 							 
						Users 			
		Posts:  111Joined:  08 Sep 2015, 12:29 
		
						
			
		
													
							
						
				
											Post  
				by Nully  20 Dec 2015, 19:35 
			
			
			
			
			
			Hooo! I installed version 1.0.3 five minutes ago!
I have to start again  
					Last edited by 
Nully  on 20 Dec 2015, 19:36, edited 1 time in total.
									
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Sniper_E 							 
						VIP 			
		Posts:  1157Joined:  14 Oct 2014, 19:01 
		
						
			
		
													
							
						
				
											Post  
				by Sniper_E  20 Dec 2015, 19:40 
			
			
			
			
			
			I have updated the first post with the latest versin 1.0.4
			
			
									
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Nully 							 
						Users 			
		Posts:  111Joined:  08 Sep 2015, 12:29 
		
						
			
		
													
							
						
				
											Post  
				by Nully  20 Dec 2015, 19:44 
			
			
			
			
			
			I did not see update. I saw bad version in my board when looking at extensions. I had version 1.0.1!
Now I'm trying to translate and will install 1.0.4 version  
 file "es" language is not translated!!
					Last edited by 
Nully  on 20 Dec 2015, 19:47, edited 1 time in total.
									
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Nully 							 
						Users 			
		Posts:  111Joined:  08 Sep 2015, 12:29 
		
						
			
		
													
							
						
				
											Post  
				by Nully  20 Dec 2015, 20:22 
			
			
			
			
			
			Ok, installed version 1.0.4.
I see "Welcome" in landscape mode.
Sorry, about:
'ACL_U_MOBILE_LOGS_CLEAR'					=> 'Can clear mobile logs',
Where can I clear mobile logs? I did not find in ACP.
Do you want my translation, not completed?
					Last edited by 
Nully  on 20 Dec 2015, 20:22, edited 1 time in total.
									
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Nully 							 
						Users 			
		Posts:  111Joined:  08 Sep 2015, 12:29 
		
						
			
		
													
							
						
				
											Post  
				by Nully  20 Dec 2015, 20:33 
			
			
			
			
			
			Help!
With smartphone when logging I had
SQL ERROR [mysqli]
Enable mobile header and Enable user agent logs were enabled.
I disactivated.
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Sniper_E 							 
						VIP 			
		Posts:  1157Joined:  14 Oct 2014, 19:01 
		
						
			
		
													
							
						
				
											Post  
				by Sniper_E  20 Dec 2015, 21:17 
			
			
			
			
			
			Nully wrote: Ok, installed version 1.0.4.
I see "Welcome" in landscape mode.
Sorry, about:
'ACL_U_MOBILE_LOGS_CLEAR'					=> 'Can clear mobile logs',
Where can I clear mobile logs? I did not find in ACP.
Do you want my translation, not completed?
Clear the mobile logs button is in the mobile logs popup.
Yes I want your translations please.
Nully wrote: Help!
With smartphone when logging I had
SQL ERROR [mysqli]
Enable mobile header and Enable user agent logs were enabled.
I disactivated.
I checked the migration/mobiledevice_schema.php and it has the mobile_logs table in it.
On install it should have created that table for you.
Code: Select all 
            'add_tables'    => array(
                $this->table_prefix . 'mobile_logs'    => array(
                    'COLUMNS' => array(
                    'log_id'        => array('UINT', NULL, 'auto_increment'),
                    'log_time'        => array('INT:11', 0),
                    'device_name'    => array('VCHAR:30', ''),
                    'user_agent'    => array('VCHAR:255', ''),
                    ),
                    'PRIMARY_KEY'    =>    'log_id',
                ),
            ),To install the newest version you should take these steps: 
 Disable the extension.  Deleta data from the extension.  Delete the files from your server.  Copy the new version files to your server.  Enable the extension.  Choose your settings for the extension in the ACP / Extensions / Mobile Device  Set the permissions for your other groups and users in the ACP / Permissions  
		 
				
								
		 
		 
	 
	
		
		
			
				
								Nully 							 
						Users 			
		Posts:  111Joined:  08 Sep 2015, 12:29 
		
						
			
		
													
							
						
				
											Post  
				by Nully  20 Dec 2015, 22:17 
			
			
			
			
			
			Ok. Now, no more SQL error  
I found where is clear logs.
But it looks horrible (I don't mind, I'll disactivate).
mobile_logs.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Nully 							 
						Users 			
		Posts:  111Joined:  08 Sep 2015, 12:29 
		
						
			
		
													
							
						
				
											Post  
				by Nully  20 Dec 2015, 22:34 
			
			
			
			
			
			French translation with user-agents logs and others not translated or badly translated:
mobile-device-1-0-4_fr.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								nelflucifer 							 
						Users 			
		Posts:  70Joined:  03 Jan 2016, 12:24 
		
						
			
		
													
							
						
				
											Post  
				by nelflucifer  03 Jan 2016, 12:53 
			
			
			
			
			
			Hello!!! Downloaded this extension and was very happy because it works. Prior to this set and 1.02 from someone else and didn't work, probably fake. Speaking for myself translated into Russian
			
			
									
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								uruguayito 							 
						Donator 			
		Posts:  120Joined:  02 Jul 2015, 19:40 
		
						
			
		
													
							
						
				
											Post  
				by uruguayito  04 Jan 2016, 16:47 
			
			
			
			
			
			Spanish language don't exist in first post  
EDIT:
I think have a conflict with some of my ext, because I don't see: 
Enable mobile welcome:
Display mobile welcome message on index to all registered users.
Enable mobile header:
Display registered user`s mobile image in header navbar.
Sorry for my bad English.  
I'm a latin american man.
Spanish is my language.
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								nelflucifer 							 
						Users 			
		Posts:  70Joined:  03 Jan 2016, 12:24 
		
						
			
		
													
							
						
				
											Post  
				by nelflucifer  19 Jan 2016, 19:24 
			
			
			
			
			
			
			
			
						You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Sniper_E 							 
						VIP 			
		Posts:  1157Joined:  14 Oct 2014, 19:01 
		
						
			
		
													
							
						
				
											Post  
				by Sniper_E  19 Jan 2016, 21:08 
			
			
			
			
			
			Thank you nelfluciker!
[ Post made via Samsung Galaxy S5 Active ]  
		 
				
								
		 
		 
	 
	
		
		
			
				
								Helios 							 
						Users 			
		Posts:  14Joined:  28 Sep 2015, 00:27 
		
						
			
		
													
							
						
				
											Post  
				by Helios  20 Jan 2016, 18:08 
			
			
			
			
			
			Italian translation
it.zip
Edit:
great job bro work fine :)
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
							
					Last edited by 
Helios  on 21 Jan 2016, 14:56, edited 3 times in total.
									
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Sniper_E 							 
						VIP 			
		Posts:  1157Joined:  14 Oct 2014, 19:01 
		
						
			
		
													
							
						
				
											Post  
				by Sniper_E  20 Jan 2016, 18:22 
			
			
			
			
			
			Thank you Helios but would you have that in a .zip format?
[ Post made via Samsung Galaxy S5 Active ]