Version: 4.3.0, by bananalive
Developer Last Online: Nov 2023
Category: New Posting Features -
Version: 4.0.x
Rating:
Released: 01-27-2010
Last Update: 10-04-2011
Installs: 1410
DB Changes Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
Easily create forms with no HTML or PHP knowledge. Questions can be made compulsory and are checked before the form is submitted. Forms can be previewed. (You can create multiple forms)
Screenshots
There are two posts full of screenshots of this modification
Upload the contents of upload folder to forum root (Allow Overwrite "YES" for overwrite) clientscript\easyforms.css -> \clientscript\
clientscript\easyforms.js -> \clientscript\
using the above code, and the no attachments code you kindly provided me before - I find that when i click on attachments i do not have permissions to access to FUM..
PHP Code:
$currentattaches = $db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "attachment WHERE posthash = '" . $db->escape_string($posthash) . "' AND userid = " . $vbulletin->userinfo['userid'] );
$attachcount = $currentattaches['countrows'];
if (!$attachcount)
{
$complete = false;
$customerror .= '<div class="blockrow"><div>Error, No attachments!</div></div>';
}
Removing either the no attachment code or the prefix select code allows me to once again open FUM.
Its all working now, so im very happy - But, I am wondering....
I have 5 prefixes configured on the for sale forum, there are 3 forms being used to input threads into this forum. What i would like is that one of these forms, only presents 2 of the 5 prefixes, ensuring that people dont click one of the other 3 by mistake.
I have this on a clients site. They have reviews setup in certain forums using this mod.
There is one forum though that the "post new review" button does not work. There is just a '1' after the forum URL. It is set up just like every other form forum.
Sorry, I have not been able to read through all 89 pages of this thread. Great mod! I was wondering, is there a way to change the nav link. I want to change the name from the default "Forms". Also, is it possible to make this a button somewhere on the page instead of in the navbar. Thanks!
Sorry, I have not been able to read through all 89 pages of this thread. Great mod! I was wondering, is there a way to change the nav link. I want to change the name from the default "Forms". Also, is it possible to make this a button somewhere on the page instead of in the navbar. Thanks!
AdminCP -> Edit Phrase -> forms
There is also a link in navbar under 'Quick Links'
Or post the html link in one of your templates where you want it.
I have this on a clients site. They have reviews setup in certain forums using this mod.
There is one forum though that the "post new review" button does not work. There is just a '1' after the forum URL. It is set up just like every other form forum.
Is there something I am over looking?
Any help would be great!
Thanks
I'm not sure how you've setup it, but check the html or plugin which edits the url.
Its all working now, so im very happy - But, I am wondering....
I have 5 prefixes configured on the for sale forum, there are 3 forms being used to input threads into this forum. What i would like is that one of these forms, only presents 2 of the 5 prefixes, ensuring that people dont click one of the other 3 by mistake.