MyBB Community Forums

Full Version: Form Creator V2.6.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Gave it a download today and it still not working. I deactivated the plugin and reactivated and it still won't add the tags into the custom template output.
(2019-06-20, 05:27 PM)erich199 Wrote: [ -> ]Gave it a download today and it still not working. I deactivated the plugin and reactivated and it still won't add the tags into the custom template output.

Thanks I forgot to test that part. I've pushed a new dev version. Please give it a try.
(2019-06-21, 06:03 PM)Burnacid Wrote: [ -> ]
(2019-06-20, 05:27 PM)erich199 Wrote: [ -> ]Gave it a download today and it still not working. I deactivated the plugin and reactivated and it still won't add the tags into the custom template output.

Thanks I forgot to test that part. I've pushed a new dev version. Please give it a try.

Thank you good sir. I installed this hotfix today and it fixed the problem in the admin for custom output templates.
(2019-06-22, 10:59 PM)erich199 Wrote: [ -> ]
(2019-06-21, 06:03 PM)Burnacid Wrote: [ -> ]
(2019-06-20, 05:27 PM)erich199 Wrote: [ -> ]Gave it a download today and it still not working. I deactivated the plugin and reactivated and it still won't add the tags into the custom template output.

Thanks I forgot to test that part. I've pushed a new dev version. Please give it a try.

Thank you good sir. I installed this hotfix today and it fixed the problem in the admin for custom output templates.

Thanks for testing. I've pushed the release to stable in that case.
(2019-06-23, 08:25 AM)Burnacid Wrote: [ -> ]
(2019-06-22, 10:59 PM)erich199 Wrote: [ -> ]
(2019-06-21, 06:03 PM)Burnacid Wrote: [ -> ]
(2019-06-20, 05:27 PM)erich199 Wrote: [ -> ]Gave it a download today and it still not working. I deactivated the plugin and reactivated and it still won't add the tags into the custom template output.

Thanks I forgot to test that part. I've pushed a new dev version. Please give it a try.

Thank you good sir. I installed this hotfix today and it fixed the problem in the admin for custom output templates.

Thanks for testing. I've pushed the release to stable in that case.
Hey burnacid

Is it possible for optional fields not to include "Unknown" if submitted as empty as it's making the form ugly when users don't enter anything?
This is not a bug but by design

If you want to change this you can change line 606 in inc/class_formcreator.php line

$value = "Unknown";
Unfortunately it is not compatible with mobile (it is not responsive) .
I tried with a few responsive themes but the form is not optimized for mobile
You can edit the templates to fully fit your needs. The plugin is made on the standard Mybb template.
(2019-08-23, 03:31 PM)Burnacid Wrote: [ -> ]You can edit the templates to fully fit your needs. The plugin is made on the standard Mybb template.

Thank you . Resolved by adding this class :

		.form_creator {
    background: whitesmoke;
    color: #333;
    line-height: 1.4;
    margin: 1px;
    font-family: Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 13px;
    width: 90%;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

in all templates we have an extra space between form and footer and this is more than normal .
How can i remove this extra space?
[attachment=42138]
Hi, when the form (thread in a forum) is posted, is possible edited data directly in the fields? Like a standard edit thread form.

And the last request (sorry Angel ): in the future will be possible upload attachments (images) directly on imgur?

Thank you very much, excellent plugin!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21