vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Easy Forms v4.x - Create a form or multiple forms without php or html knowledge (https://vborg.vbsupport.ru/showthread.php?t=234385)

djbaxter 10-05-2011 01:08 PM

Quote:

Originally Posted by bananalive (Post 2253501)
Have you edited any of the templates? perhaps the form_edit template? If so revert them.

I haven't but I do have the Quick Reply add-on. It only happens with the Ajax popup. Once I disabled that, it's fine.

Halfhidden 10-05-2011 04:57 PM

I've been searching but can't find out the answer to my questions.
I would like to create a poll that each choice has a different thumbnail next to it. The reason I ask this is because I would like to use it to allow members to vote on a photo contest.

I would need to restrict the amount of times they vote and be able to see who voted (make it public). Can this be done?
Thanks :D

chrisngrod 10-05-2011 06:02 PM

Just wanted to note that when the "Forum Submit Limit Per User" is relatively low it works.

I had some stuff setup with a limit of 20 and one user is at 21 already :-(.

I'm going to donate. Either way this has helped me a lot.

EDIT: Upgraded and then downgraded. When I tried to export a form with the new version or do some other functions it would take me to the smilies. After reverting back everything is fine again.

bananalive 10-06-2011 02:16 PM

Quote:

Originally Posted by Halfhidden (Post 2253660)
I've been searching but can't find out the answer to my questions.
I would like to create a poll that each choice has a different thumbnail next to it. The reason I ask this is because I would like to use it to allow members to vote on a photo contest.

I would need to restrict the amount of times they vote and be able to see who voted (make it public). Can this be done?
Thanks :D

Add Question -> Radio Buttons Question

The options field(s) allow bbcode, such as [img]

Settings for viewing form results are set in the admincp -> vbulletin options -> easy form settings

Edit Form -> Form Permissions -> Form Submit Limit per user -> 1

bananalive 10-06-2011 02:26 PM

Quote:

Originally Posted by chrisngrod (Post 2253679)
Just wanted to note that when the "Forum Submit Limit Per User" is relatively low it works.

I had some stuff setup with a limit of 20 and one user is at 21 already :-(.

I'm going to donate. Either way this has helped me a lot.

Hmm, not sure why this isn't working, perhaps the field has reached its length limit.


Alternative method, if you're saving results to db

Edit Form -> Form Hooks -> Form Hook: Form Start:
PHP Code:

$count_submits $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " TABLE_PREFIX "formresults WHERE fid = '$fid' AND userid = '".$vbulletin->userinfo['userid']."' "); 
if (
$count_submits['countrows'] > 20)
{
print_no_permission();


Quote:

EDIT: Upgraded and then downgraded. When I tried to export a form with the new version or do some other functions it would take me to the smilies. After reverting back everything is fine again.
I expect this is because your browser was using a cached version of easyforms.js. Clear browser cache or manually reload easyforms.js and it'll work.

Halfhidden 10-06-2011 02:30 PM

Quote:

Originally Posted by bananalive (Post 2253949)
Add Question -> Radio Buttons Question

The options field(s) allow bbcode, such as [img]

Settings for viewing form results are set in the admincp -> vbulletin options -> easy form settings

Edit Form -> Form Permissions -> Form Submit Limit per user -> 1


Thank you so much :D:D:D:D:D:D:D

chrisngrod 10-06-2011 02:42 PM

Quote:

Originally Posted by bananalive (Post 2253953)
Hmm, not sure why this isn't working, perhaps the field has reached its length limit.
...

I expect this is because your browser was using a cached version of easyforms.js. Clear browser cache or manually reload easyforms.js and it'll work.

You're the man! I'll try this out. Thanks.

lightshowpro 10-06-2011 04:13 PM

Hi,
Great work!
Has anyone tested this with 4.1.7?

chrisngrod 10-06-2011 04:24 PM

I'm on 4.1.7 as of this morning and everything seems to still be working. I don't use anything that requires CKEditor in the forms. Just thought that was worth noting.

dustoff99 10-07-2011 11:44 PM

For some reason, my new users who fill out the form are moved to a moderated post. It didn't before.

Recently upgraded from 4.1.3 to 4.1.6. I have a MOD installed (GlowHost - Spam-O-Matic), not sure if that could be my problem.

Basically I use the form for potential recruits for our gaming clan. I want the user to post the form unmoderated. Did something change in the settings or did I miss something?


All times are GMT. The time now is 06:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09110 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete