The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Easy Forms - Create a form or multiple forms without php or html knowledge Details »» | |||||||||||||||||||||||||||||||||||||||||||||||
Easy Forms - Create a form or multiple forms without php or html knowledge
Developer Last Online: Nov 2023
EASY FORMS FOR vB 4.x here 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) Question Types:
Download Now
Screenshots
Show Your Support
|
Comments |
#1622
|
|||
|
|||
Is there any way to prevent users from submitting a form more than once per X hours? I am using it to allow people to submit listings in a classifieds forum.
Previously the members just created regular threads in that forum, and I used this mod to prevent them from posting more than one listing per 8 hours. However, that mod seems to have no effect when the threads are auto created by submitting a form. This is the code used by my current max posts mod: Code:
if ($foruminfo['forumid']) { $ugroupids = $vbulletin->userinfo['usergroupid'] . iif($vbulletin->userinfo['membergroupids'], "," . $vbulletin->userinfo['membergroupids']); $fids = $forumid . iif($foruminfo['parentlist'], "," . $foruminfo['parentlist']); $result1 = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "forumpermission WHERE ( forumid IN($fids) AND usergroupid IN ($ugroupids)) AND (maxthread=0 AND perhour=0)"); if (empty($result1)) $result = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "forumpermission WHERE forumid IN($fids) AND usergroupid IN ($ugroupids) ORDER BY forumid DESC, maxthread DESC"); if ($result) { $maxtime = TIMENOW - ($result['perhour'] * 3600); $sql = $db->query_first("SELECT count(*) as totalthread FROM " . TABLE_PREFIX . "thread WHERE dateline >= $maxtime AND forumid IN($fids) AND postuserid = " . $vbulletin->userinfo['userid'] . " "); if ($sql['totalthread'] >= $result['maxthread']) eval(standard_error(fetch_error('no_new_thread_permission', $result[maxthread], $result[perhour]))); } } |
#1623
|
|||
|
|||
Installed.
Anyone have the help file cached? I've searched through the forum for it, and can't come up with an alternate location to download it (link is failed). |
#1624
|
||||
|
||||
I know this is old, but I have questions.
I am running 3.8.4. I have an extra unused vbulletin lic & am throwing up an ibproarcade site for my son/extended family & their friends without really using forums exept for automaticaly sending game reports to new thread, with no posting allowed. Its in the beginning stages with default games only, I have thousands of games still to load & a many site edits to make to have it the way I want. ================================================== ====== Quote:
Quote:
I have the report game form showing in a popup with your edits above, but I loose all site colors. What would I need to do too get the site colors to show on form popup? Note: Site colors are lost on all forms even normal forms not in a popup. ================================================== ============ Quote:
Quote:
Thank you |
#1625
|
|||
|
|||
best mod ever!
|
#1626
|
|||
|
|||
Does anyone know if there is a way to make this sit on the "Thank you for filling out the form" page longer before redirect? It goes so fast that people can't read what I wrote. I could turn redirect off, but then it just has a button that takes them back to the form.
Or... could I change the address of the button so when they click it, it takes them elsewhere? |
#1627
|
|||
|
|||
If people are having problems installing this open the product-easyforms v3.6.xml
search for PHP Code:
PHP Code:
I did not read through all 109 pages as i dont have that amount of spare time on my hands so, Im sorry if this is already posted. Just like to help. |
2 благодарности(ей) от: | ||
blind-eddie, ps2wiz |
#1628
|
|||
|
|||
Quote:
|
#1629
|
|||
|
|||
Hi,
I'm sure this is possible, but I'm having trouble with it. Can EasyForm be setup so that a user can see the results of their submissions, but not see anybody elses responses? I permissioned it as I thoght appropriate, and the use gets a 'view your results' link, but when clicked, they get a 'do not have permission' page. The other way I configured it allowed them to view *all* results. Is it possible to do this for just their results? Many thanks, and good work on a great plugin. |
#1630
|
|||
|
|||
Does this allow attachments yet?
|
#1631
|
||||
|
||||
Yet? it does already allow them
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|