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
Impossible it's a mybb limit
Yes, it's possible. I've increased the limit by following these instructions: https://community.mybb.com/thread-213073.html

However, when creating topic with FormCreator I see that the titles are "cut" to the limit of 80 characters. When I create a topic without FormCreator I can overcome 80 characters without problems. Have you set this 80 character limit somewhere in the plugin?
On line 607 in inc/class_formcreator.php

Change

return substr($output,0,80);

To, change the xxx with what your new limit is set to.

return substr($output,0,xxx);


Keep in mind this is not the default workings of mybb so every update you do with the plugin this will be changed. I'm not adding this to the forum settings for the simple reason that this can break the plugin if the values don't match
Okay, Burnacid. I know I have to do this edition manually whenever the plugin is updated. I've made the changes and it's working fine. Thanks a lot for the help. Now this plugin fits my needs perfectly. You're grade 10!  Wink
I am getting an ERROR 404.

This is the site i used for a player reports form

http://forums.sf-roleplay.tk/form.php?formid=1

it sends me into an ERROR 404 page, help pls?
(2018-05-06, 02:23 AM)Dev86 Wrote: [ -> ]I am getting an ERROR 404.

This is the site i used for a player reports form

http://forums.sf-roleplay.tk/form.php?formid=1

it sends me into an ERROR 404 page, help pls?

Dear dev86

That is non an error created by Form creator. 404 just means the file is missing please check if the form.php is present at that location
Hi Smile

Thanks for this great plugin. Is it possible to add a simple way to add conditions to display values in template output and thread subject ?

For example, something like [IF {$fieldvalue[1]} NOT EMPTY]{$fieldvalue[1]}{$fieldvalue[2]}[ELSE]{$fieldvalue[2]}[/IF]

Something like this.
At this point no. You can submit it as a suggestion for a feature to github but I can't promise anything made soon
OK, submitted feature request (please, make it happen, that's the only missing thing i need in this plugin for my forum).

I've submitted a bug with attachment. Hope that you can replicate and fix it.
---Fixed the issue myself
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21