Is this only for the ACP page?ZaneMcK wrote: 26 Nov 2017, 14:49 I second this. Please upgrade this extension to php 7.
I get that it is still in alpha state, but it's been almost a year now.
3.2.x Extensions Database 3.2 / 3.3 ⇒ Form Maker/Creator 3.2.x
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Form Maker/Creator 3.2.x
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Form Maker/Creator 3.2.x
First post updated.
-
- Users
- Posts: 39
- Joined: 05 May 2017, 21:48
Re: Form Maker/Creator 3.2.x
Most awesome this makes things so much easier to setup things like site support areas and so on thanks for this extension.
may have to make a post and get everyone to add ways this extension can be used on a forum..
may have to make a post and get everyone to add ways this extension can be used on a forum..
-
- Users
- Posts: 2
- Joined: 16 Nov 2017, 13:12
Re: Form Maker/Creator 3.2.x
Hi there,
Great extension ! Thanks for that !
Here's just a suggestion for further improvement:
Why not make (ACP) an option so that the form is used by default on a specific forum ?
And another one, which complements the previous one: for some forums, why not giving the ability to make the form the only way to post
Merry Xmas !
Great extension ! Thanks for that !

Here's just a suggestion for further improvement:
Why not make (ACP) an option so that the form is used by default on a specific forum ?
And another one, which complements the previous one: for some forums, why not giving the ability to make the form the only way to post
Merry Xmas !
-
- Users
- Posts: 15
- Joined: 28 Jan 2016, 09:23
Re: Form Maker/Creator 3.2.x
Great Idea, like to see this in a afuture version:)
-
- Users
- Posts: 12
- Joined: 14 Jan 2018, 10:25
Re: Form Maker/Creator 3.2.x
How Can I remove the "_" text for element titles that are two words?
ex. Site_URL: to Site URL:
ex. Site_URL: to Site URL:
-
- Users
- Posts: 12
- Joined: 14 Jan 2018, 10:25
Re: Form Maker/Creator 3.2.x
Hi,
I am not sure if this is a bug, but when you are not using form mode (and the form requires fields) regular posting will not work (save draft, preview, and submit) until you go to form mode and back to regular where you can preview and submit.
I am not sure if this is a bug, but when you are not using form mode (and the form requires fields) regular posting will not work (save draft, preview, and submit) until you go to form mode and back to regular where you can preview and submit.
Re: Form Maker/Creator 3.2.x
A beautiful extension.
Still a question, I have searched but can not find it. {my English is very bad}
Is it also possible to place it as standard over the disk block?
Without first having to press the button for the form?
Same as here?
posting.php?mode=post&f=62
Een prachtige extensie.
Toch nog een vraagje, ik heb gezocht maar kan het niet vinden.{mijn Engels is erg slecht}
Is het ook mogelijk om het standaard boven het schijfblok te plaatsen?
Zonder dat je eerst de knop moet indrukken voor het formulier?
Hetzelfde als hier?
posting.php?mode=post&f=62
Still a question, I have searched but can not find it. {my English is very bad}
Is it also possible to place it as standard over the disk block?
Without first having to press the button for the form?
Same as here?
posting.php?mode=post&f=62
Een prachtige extensie.
Toch nog een vraagje, ik heb gezocht maar kan het niet vinden.{mijn Engels is erg slecht}
Is het ook mogelijk om het standaard boven het schijfblok te plaatsen?
Zonder dat je eerst de knop moet indrukken voor het formulier?
Hetzelfde als hier?
posting.php?mode=post&f=62
Re: Form Maker/Creator 3.2.x
I'm going to believe that the extension in Support is a completely different extension than this one 
-
- Users
- Posts: 2
- Joined: 25 Apr 2018, 23:07
Re: Form Maker/Creator 3.2.x
Where are the html files that store the labels for the form attributes, like Subject: or Username:. I'm looking for the custom ones that have I have created in order to remove the "_" between labels that have a space. I can see where to edit it in Chrome's developer mode, but can't locate where to edit in the PHPBB3 directory. Thanks.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Form Maker/Creator 3.2.x
Swifty76 wrote: 07 May 2018, 01:25 Where are the html files that store the labels for the form attributes, like Subject: or Username:. I'm looking for the custom ones that have I have created in order to remove the "_" between labels that have a space. I can see where to edit it in Chrome's developer mode, but can't locate where to edit in the PHPBB3 directory. Thanks.
listener.php
Find This may be a partial find and not the whole line
Code: Select all
$row['name'] = str_replace(' ', '_', $row['name']);
-
- Users
- Posts: 7
- Joined: 27 Jun 2016, 21:12
Re: Form Maker/Creator 3.2.x
Hello, the extension is very good, but I have some ideas.
First each field could have a mask that forces the user to insert into the indicated form. For example, time can only contain numbers (hh: mm).

There could also be options to force the user to use this form 1 - when to post a new topic and / or 2 - when to reply to the topic. This means that you could only use this form to post, or use the classic forum mode to post, but to respond, only the form.

And just to stay more than perfect, the form could be responsive, that is, adjust according to the size of the screen. Wow, this would all be great.

First each field could have a mask that forces the user to insert into the indicated form. For example, time can only contain numbers (hh: mm).

There could also be options to force the user to use this form 1 - when to post a new topic and / or 2 - when to reply to the topic. This means that you could only use this form to post, or use the classic forum mode to post, but to respond, only the form.

And just to stay more than perfect, the form could be responsive, that is, adjust according to the size of the screen. Wow, this would all be great.


-
- Users
- Posts: 2
- Joined: 25 Apr 2018, 23:07
Re: Form Maker/Creator 3.2.x
Thanks, I did find a work around. Went into the Character Map utility in windows and found an empty cell then copied and pasted the "blank" character and pasted it in between the words lol. Has the same effect with less hassle. Still looking to try and make the form come up by default instead of having the typical text box and options come up. I'm creating a job posting board with no user registration and people can't respond to job postings. For posting and viewing only.dmzx wrote: 11 May 2018, 10:24Swifty76 wrote: 07 May 2018, 01:25 Where are the html files that store the labels for the form attributes, like Subject: or Username:. I'm looking for the custom ones that have I have created in order to remove the "_" between labels that have a space. I can see where to edit it in Chrome's developer mode, but can't locate where to edit in the PHPBB3 directory. Thanks.listener.phpthe '_' will add the _ between the name.Find This may be a partial find and not the whole lineCode: Select all
$row['name'] = str_replace(' ', '_', $row['name']);
-
- Users
- Posts: 203
- Joined: 05 Feb 2017, 10:21
Re: Form Maker/Creator 3.2.x
In the Drag and Drop list Current Forums the forums are not displayed as a tree structure, subforums are completely confused.
Next one.
For example, if more than one attachment is added, no attachments are shown for three uploaded files. If you change the label to attachment 1, attachment 2 and attachment 3, all files are displayed.
Great work , Please keep going.
Bye Jan
Next one.
For example, if more than one attachment is added, no attachments are shown for three uploaded files. If you change the label to attachment 1, attachment 2 and attachment 3, all files are displayed.
Great work , Please keep going.
Bye Jan
-
- Users
- Posts: 7
- Joined: 25 Aug 2018, 19:43
Re: Form Maker/Creator 3.2.x
+1Hippie459MN wrote: 11 Jan 2017, 01:04 Very nice! Is there anyway to make the new post default to the form so one wouldnt have to click the button?
Thanks for that great extension!
An ACP option so that the form is used by default on a specific forum (being the form the only way to write the first post) would be perfect.
