Scheduled Maintenance:  10-11-2025 Electricity company maintenance between 09:00 and 15:00.
<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
			
		
		
			
				
								umi 							 
						Users 			
		Posts:  89Joined:  05 Aug 2019, 14:18 
		
						
			
		
													
						
				
											Post  
				by umi  06 Feb 2021, 23:42 
			
			
			
			
			
			
			
			
									
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								umi 							 
						Users 			
		Posts:  89Joined:  05 Aug 2019, 14:18 
		
						
			
		
													
						
				
											Post  
				by umi  07 Feb 2021, 18:01 
			
			
			
			
			
			Hi 
dmzx , how can I add a text before form, like on your board?
form.png
Regards
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								dmzx 							 
						Founder 			
		Posts:  6469Joined:  13 Jan 2014, 21:45 
		
						
			
		
													
						
				
											Post  
				by dmzx  08 Feb 2021, 12:17 
			
			
			
			
			
			umi  wrote: 07 Feb 2021, 18:01 
Hi 
dmzx , how can I add a text before form, like on your board?
form.png
Regards
Where do you mean in front of the topics?
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								umi 							 
						Users 			
		Posts:  89Joined:  05 Aug 2019, 14:18 
		
						
			
		
													
						
				
											Post  
				by umi  08 Feb 2021, 16:21 
			
			
			
			
			
			dmzx  wrote: 08 Feb 2021, 12:17 umi  wrote: 07 Feb 2021, 18:01 
Hi 
dmzx , how can I add a text before form, like on your board?
form.png
Regards
Where do you mean in front of the topics?
Check yellow marked on image:
form.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								jan_2017 							 
						Users 			
		Posts:  203Joined:  05 Feb 2017, 10:21 
		
						
			
		
													
						
				
											Post  
				by jan_2017  07 Jun 2021, 19:14 
			
			
			
			
			
			HoodieWeather  wrote: 05 Feb 2021, 06:34 
If there's a way to cut down on the text boxes that would be awesome.
What do you mean?
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Ravenheart 							 
						New user 			
		Posts:  2Joined:  06 Apr 2021, 18:23 
		
						
			
		
													
						
				
											Post  
				by Ravenheart  09 Jun 2021, 15:58 
			
			
			
			
			
			Found a pretty major bug - using phpBB 3.3.3 and Prosilver.
If the user doesn't fill out 
all  of the text inputs in the field, they are given the 'your message contains too few characters' error message and the form does not submit. Please note that this is nothing to do with the asterisk 'required'.
To reproduce:
Create a form with two text inputs (neither of them mandatory) 
Go to the forum and create a new topic 
Populate only one of those text inputs with data, leaving the other one blank 
Submit the form 
You will now receive the 'your message contains too few characters' error 
To fix:
Open event/listener.php 
FIND: Code: Select all 
		if ($fieldcontents == '')
		{
			return;
		}
		else
		{
			return $appform_post;
		} 
REPLACE WITH:  
Now the form will submit regardless of how many fields have been filled in.
					Last edited by 
Ravenheart  on 17 Aug 2021, 01:42, edited 5 times in total.
									
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								stone23 							 
						Users 			
		Posts:  46Joined:  07 Nov 2018, 17:44 
		
						
			
		
													
						
				
											Post  
				by stone23  25 Jun 2021, 16:40 
			
			
			
			
			
			Hello,
			
			
									
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Alisvel 							 
						New user 			
		Posts:  2Joined:  13 Aug 2021, 09:18 
		
						
			
		
													
						
				
											Post  
				by Alisvel  16 Aug 2021, 14:53 
			
			
			
			
			
			Is there a working version for 3.3?
Hippie459MN  wrote: 25 Feb 2020, 18:12 
Its working here on 3.3.0 but you need to fix a file.
Open dmzx/formcreator/config/tables.yml
Find:
Code: Select all 
parameters:
    dmzx.formcreator.table.formcreator: %core.table_prefix%form_maker
Replace with:
Code: Select all 
parameters:
    dmzx.formcreator.table.formcreator: '%core.table_prefix%form_maker'
That should fix it and make it work. :)
After this tip, there are even more mistakes.
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Hippie459MN 							 
						Donator 			
		Posts:  69Joined:  16 Aug 2015, 08:37 
		
						
			
		
													
						
				
											Post  
				by Hippie459MN  17 Aug 2021, 00:31 
			
			
			
			
			
			Alisvel  wrote: 16 Aug 2021, 14:53 
Is there a working version for 3.3?
Hippie459MN  wrote: 25 Feb 2020, 18:12 
Its working here on 3.3.0 but you need to fix a file.
Open dmzx/formcreator/config/tables.yml
Find:
Code: Select all 
parameters:
    dmzx.formcreator.table.formcreator: %core.table_prefix%form_maker
Replace with:
Code: Select all 
parameters:
    dmzx.formcreator.table.formcreator: '%core.table_prefix%form_maker'
That should fix it and make it work. :)
After this tip, there are even more mistakes.
What kind of mistakes/issues are you having? Im using this just fine on 3.3.x
"I went outside once. The graphics sucked but the game play was ok."
			
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Alisvel 							 
						New user 			
		Posts:  2Joined:  13 Aug 2021, 09:18 
		
						
			
		
													
						
				
											Post  
				by Alisvel  17 Aug 2021, 12:11 
			
			
			
			
			
			Hippie459MN  wrote: 17 Aug 2021, 00:31 
What kind of mistakes/issues are you having? Im using this just fine on 3.3.x
I fixed it by deleting the last line. There are no errors in the panel but extension doesn't work (fields do not appear when creating a theme).
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								Tessatore 							 
						Users 			
		Posts:  4Joined:  17 Sep 2016, 21:27 
		
						
			
		
													
						
				
											Post  
				by Tessatore  08 Oct 2021, 20:33 
			
			
			
			
			
			stone23  wrote: 25 Jun 2021, 16:40 
Hello,
Is it possible to have an option to show the default form view and hide the button?
This is to force the use of the form
I'm looking for this as well and hopefully the ability to edit the form after posting (one day) 
Thanks for all your amazing work!
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								HoodieWeather 							 
						Users 			
		Posts:  25Joined:  22 Jun 2016, 00:33 
		
						
			
		
													
						
				
											Post  
				by HoodieWeather  20 Jan 2022, 06:33 
			
			
			
			
			
			Is there a way to when I upload a pic to my site, that I can some how edit out the bottom 'attachment' section. I don't need to two the picture twice.
			
			
									
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								stone23 							 
						Users 			
		Posts:  46Joined:  07 Nov 2018, 17:44 
		
						
			
		
													
						
				
											Post  
				by stone23  01 Apr 2022, 23:11 
			
			
			
			
			
			stone23  wrote: 25 Jun 2021, 16:40 
Hello,
Is it possible to have an option to show the default form view and hide the button?
This is to force the use of the form
Hello,
A little "up"...
It's been 10 months since I asked the question and still no answer...  
 
		 
				
								
		 
		 
	 
	
		
		
			
				
								max-ima 							 
						Users 			
		Posts:  139Joined:  25 Mar 2022, 07:11 
		
						
			
		
													
						
				
											Post  
				by max-ima  03 Apr 2022, 21:02 
			
			
			
			
			
			Tested on 3.3.7 and works. Thanks
			
			
									
						
										
						 
		 
				
								
		 
		 
	 
	
		
		
			
				
								max-ima 							 
						Users 			
		Posts:  139Joined:  25 Mar 2022, 07:11 
		
						
			
		
													
						
				
											Post  
				by max-ima  04 Apr 2022, 16:46 
			
			
			
			
			
			.yml check he says
Find  tables.yml Code: Select all 
parameters:
    dmzx.formcreator.table.formcreator: %core.table_prefix%form_makerReplace with Replace the preceding lines with the following Code: Select all 
parameters:
    dmzx.formcreator.table.formcreator: '%core.table_prefix%form_maker'