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)

m7sen 11-14-2014 04:28 PM

hi guys
can anyone help me

# I want to do select a specific time (like 24 hourse) so that member would be able to re- fill the form again
can i do it from ip members and guest too

# I want to make the forms can not be submitted until approved by the Administration (i try
PHP Code:

$newpost['visible'] = '0'

)

# I want to put The option to search for answers on the form fields in theard

# I want put new post button in theard if i use Post in Thread and new Thread button in forumdisplay if i use Forumid where Thread is posted

# i want to add fields answers in header moving bar

help me please :(

else

I add a question
What is your sex ?
There are two options
one is Male
two is Female

i want to add icon for option one and another for option two
and answer is be icon

can i do it ?
or if i want add blue color for male and Pink for female !

and i add another question
Choose your country ?
i want the answer be icons of state flag

nchristoph 12-07-2014 06:26 PM

Just curious: Will this mod be rewritten for VB 5 or is there anything similar for VB5?

mikez 12-25-2014 04:05 PM

When I look at the forms in the Nav Bar to select a form there is a line of information I only want admin to see. Currently all members can see too much confidential information
What settings need to be adjusted to get rid of

Form Results'
Form Results Table
Results Poll
Export to xls

All of this features shoul only be seen by admin

Fields 12-25-2014 04:43 PM

Quote:

Originally Posted by mikez (Post 2528794)
When I look at the forms in the Nav Bar to select a form there is a line of information I only want admin to see. Currently all members can see too much confidential information
What settings need to be adjusted to get rid of

Form Results'
Form Results Table
Results Poll
Export to xls

All of this features shoul only be seen by admin

Go to your AdminCP > Settings > Options > Easy Forms Options
There you can set the usergroups.

Taringa! CS 01-01-2015 01:05 PM

Quote:

Originally Posted by bananalive (Post 2520515)
That looks fine.

Do you have any special characters in the form question(s)?

Yes, if any special characters are on questions or answers, the form result it's blank

Taringa! CS 01-01-2015 01:06 PM

Quote:

Originally Posted by KGodel (Post 2511900)
Taringa is correct. It's the issue we are having as well.

Have you fixed it? Thanks

Zeus1221 01-08-2015 10:21 AM

So I've created a form with the easy forms plugin, I've used this plugin a lot and know how it works and how to use it correctly. My problem is that whenever I try submit this particular form it shows this;

The message you have entered is too short. Please lengthen your message to at least 3 characters.

I edited the minimum amount of characters per post to 1 and it still shows the error.

I was wondering what could be causing this ?

Will provide screen shots if necessary.

Master Of Unive 01-08-2015 05:15 PM

Woa, how did I skip this great mod!

HolyKiller 01-09-2015 11:03 PM

Quote:

Originally Posted by Baja (Post 2231708)
Anyone else having a problem with Unregistered/Guest authors?

Since 4.1.4 PL2 all submissions that take longer than 15 minutes to complete (vb session timeout period) show up with a userid=0 and display as Unregistered/Guest thread authors. Perhaps the vb update was just a coincidence, but it started on the same day.

I know it is very very old post, but i'm facing the same situation. I'm running vB 4.2.2 PL 4 and EasyForms 4.3.0.
I've verified the fact that it is not checking the session upon form submit ... reproducing is easy ... open a form and start filling it, then open another tab in your browser and logoff from forum. Then go back to the tab with the form and submit it. Form is submitted under your name BUT the userID gets saved as "0" => Guest.

Any ideas how to fix this? Might be some hook issue or something?

Thank you in advance

Holy

EDIT: Ok, i figured it out ^^

Open forms.php and search for: (around line 112)
if ($_POST['do'] == 'postform')
{


Add following code bellow the curly bracket :
Code:

        if ($vbulletin->userinfo['userid'] == 0)
        {
                standard_error(fetch_error('session_timed_out_login'), '', false, 'STANDARD_ERROR_LOGIN');
        }

Save, upload, profit :]

-=Leb=- 01-14-2015 09:36 PM

Hi all, i know this is not supported hack anymore, but any idea how to fix that error

my members are having problem using the form only on google chrome

Quote:

This forum requires that you wait 30 seconds between posts. Please try again in 30 seconds.


All times are GMT. The time now is 01:17 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.03027 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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