MyBB Community Forums

Full Version: Form Manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

First of all, i have had a gut full of getting 0 support on the MyBB Source Forum about this plugin and it is starting to get on my nerves.

Now, i am using the form manager plugin and it will not work to what it should. It is working on http://host4post.com/community but will not work on http://mybbfaq.com/forum

http://mybbfaq.com/forum/forms.php?id=1 - That is the forum and it just shows permission error all of the time.

[Image: Permission%20Error.png]

I have all permissions set correctly and i have no idea why it won't work.

I have posted on the MyBB Source Forum and got 0 support and no replies from staff - http://mybbsource.com/thread-4382.html

All help would be greatly appreciated.

Cohen
While I can't speak from experience with this particular plugin; I will say that this clearly has something to do with permissions. Its possible that its a programmatical error in the plugin and what you are experiencing is simply a bug (maybe?), or the plugin has added a permission to the system and its somehow not properly set in your group permissions. The only suggestion I can make purely based on logic, is to check Admin CP > Users & Groups > Groups > (any group) > Edit User Group > Users & Permissions.
"Dumb question", maybe?
Was it officially released for MyBB 1.6?
Its a bug, me and Polarbear541 had this issue. If you set posts required to fill in form to 0, they need 1 post.
Edit: Typo
(2010-09-27, 07:46 AM)seeker Wrote: [ -> ]"Dumb question", maybe?
Was it officially released for MyBB 1.6?

Well, not exactly.

(2010-09-27, 08:20 AM)Conor Calby Wrote: [ -> ]Its a bug, me and Polarbear541 had this issue. If you set posts required to fill in form to 0, they need 1 post.
Edit: Typo

Right, i'll give that a try. Thanks!
Found the fix, open forms.php (root file) and edit line 88 and remove the = sign but leave <
Awesome!!!!!! Thanks!!!!
(2010-09-28, 05:50 PM)Conor Calby Wrote: [ -> ]Found the fix, open forms.php (root file) and edit line 88 and remove the = sign but leave <

This did not work for me. On line # 88
	error("Form Not Enabled");

So your thing you said doesn't work for me.

How can users access the form once you create it? like what would be the link?