3.2.x Extensions Database 3.2 / 3.3Form Maker/Creator 3.2.x

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
Locked Previous topicNext topic
User avatar

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

Re: Form Maker/Creator 3.2.x

Post by dmzx »

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.
Is this only for the ACP page?

User avatar

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

Re: Form Maker/Creator 3.2.x

Post by dmzx »

First post updated.

User avatar

testing1
Users
Users
Posts: 39
Joined: 05 May 2017, 21:48
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by testing1 »

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..

User avatar

Pinhead
Users
Users
Posts: 2
Joined: 16 Nov 2017, 13:12
    Windows 7 Firefox

Re: Form Maker/Creator 3.2.x

Post by Pinhead »

Hi there,

Great extension ! Thanks for that ! :buigen:

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 !

User avatar

mh254
Users
Users
Posts: 15
Joined: 28 Jan 2016, 09:23
    Linux Chrome

Re: Form Maker/Creator 3.2.x

Post by mh254 »

Great Idea, like to see this in a afuture version:)

User avatar

Robbie626
Users
Users
Posts: 12
Joined: 14 Jan 2018, 10:25
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by Robbie626 »

How Can I remove the "_" text for element titles that are two words?

ex. Site_URL: to Site URL:

User avatar

Robbie626
Users
Users
Posts: 12
Joined: 14 Jan 2018, 10:25
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by Robbie626 »

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.


Hartenheer
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by Hartenheer »

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


Hartenheer
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by Hartenheer »

I'm going to believe that the extension in Support is a completely different extension than this one :???:

User avatar

Swifty76
Users
Users
Posts: 2
Joined: 25 Apr 2018, 23:07
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by Swifty76 »

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.

User avatar

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

Re: Form Maker/Creator 3.2.x

Post by dmzx »

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']);
the '_' will add the _ between the name.

User avatar

hiriu
Users
Users
Posts: 7
Joined: 27 Jun 2016, 21:12
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by hiriu »

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).

Image

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.

Image

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. :mml: :dance:

User avatar

Swifty76
Users
Users
Posts: 2
Joined: 25 Apr 2018, 23:07
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by Swifty76 »

dmzx wrote: 11 May 2018, 10:24
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']);
the '_' will add the _ between the name.
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.

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: Form Maker/Creator 3.2.x

Post by jan_2017 »

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

User avatar

forer
Users
Users
Posts: 7
Joined: 25 Aug 2018, 19:43
    Windows 7 Chrome

Re: Form Maker/Creator 3.2.x

Post by forer »

Hippie459MN 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?
+1

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.

:tumbsyes:

Locked Previous topicNext topic