vb.org Archive

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

BeefyBeefo 03-27-2010 08:46 PM

Quote:

Originally Posted by BeefyBeefo (Post 2010960)
What exactly is being removed when you do this? How did you "exclude" it? Does it affect anything but the forms with vBSEO? I'm somewhat of an Admin newbie and I think this mod would be perfect for a section I'm creating on my forum.

I'm running 3.8.5 with vBSEO. Thanks for the help!!

Nevermind. Just installed it and it's working perfectly on my vB3.8.5 and vBSEO combination. I am not having any of the issues that the others mentioned above. This mod is awesome!

**Installed**

bananalive 03-27-2010 08:55 PM

Quote:

Originally Posted by dimmicosacerchi (Post 2011167)
Hello, is possible with this model include a maximum number of request be sent?
For example, I want to give 50 gadgets. I wish that the form is only active for 50 different users who request it.
And 'possible?
Thank you.

You could not show Form on Form List and then just give appropriate link to the first 50 who request it.

bananalive 03-27-2010 09:04 PM

Quote:

Originally Posted by WNxWakko (Post 2010522)
How do I create a custom dropdown that pulls the same options from a custom profile dropdown. For example field42 is an option in a members profile to select a game and I want the data from this same field42 to appear in a custom dropdown in this form?

You would need to write a query to fetch custom profile options for dropdown as they are not cached.

bananalive 03-27-2010 09:05 PM

Quote:

Originally Posted by Lautaro (Post 2010166)
what is the code for radio buttons?

{q_1}
or
{rb_1}?

cz i putted {q_1} which is a radio button type of question in the custom form output.. the output when a user chooses the button is numbers like

1
2
3

Either use {q_1} or {qo_1} but {q_1} should be the one which you use.

Heldenverband 03-28-2010 05:17 PM

One question.

If a guest fill out a form ( guestbook ) the thread will be created but without content of "Field using vBulletin editor".

All other data are shown in this thread.

Any idea ?

pein87 04-07-2010 05:14 AM

i have a question, i want to change the " that stores the info in the database to another character, to another character, preferably this |

so instead of it being something like this in the database
a:{a:1:"hello";}
i want it to look like this
a:{a:1:|hello|;}
where can i change this?

Force011 04-08-2010 11:24 PM

I got a question, how do I make it so when a user wants to make a new thread in a forum the new thread opens a form instead of the default vBulletin new thread page.

This is for a specific forum section.

mme42 04-09-2010 09:55 AM

Quote:

Originally Posted by bananalive (Post 1753251)
PHP Code:

$ip $vbulletin->input->clean($_SERVER['REMOTE_ADDR'], TYPE_STR);
$formoutput .= $form[preq] . "IP:" $form[pstq];
$formoutput .= $form['prea'] . $ip $form[psta]; 


First, great mod, thanks! I'm trying to use the above to log the IP of the person submitting the form. I have the results sent to me via PM and logged to the database so that I can see the results in table view as well. I'm inputting the code above into the "before submit" hook box and it successfully sends me the results including the IP in the PM, but it doesn't show it in table results view. Is there any way that I can get the IP to show in the table view?

Thanks again :D

ivanob 04-19-2010 04:43 PM

After form completed email is not send. Tested sendmessage.php page and it is sending email.
Form page is here
http://www.cyclonefanatic.com/forum/...?do=form&fid=3

We are using vbulletin 3.8.4

With Easy forms version 3.6 form couldn't be processed because of this error
"The form did not submit as the following questions are unanswered:
Message:*
This question is compulsory." eather field is filled.

With 3.7 beta version we don't get this error but email is not sent after form submission.

Thanks

vijayninel 04-20-2010 02:08 PM

Help file on the first post no longer accessible :(

obetyance 06-01-2010 04:06 AM

I have like, lot of boards I wanna use this form with.

Instead of making one form for each board, I was thinking if it's possible if the user making the NEW THREAD/FORM could choose the board and threadprefix inside the form he's filling up?

Also, in some boards where form will be use, is there a way we could change the https://vborg.vbsupport.ru/external/2010/05/1.gif link be changed to NEW FORM link?

I'm using 3.8

Thanks! :)

vinzphua 06-12-2010 09:41 AM

Great stuff... but where can I get some documentation on how to use the Custom Output?

Links to help file is broken.

Morrus 06-13-2010 02:26 PM

Is there any easy way to export the forum results in table form (instead of just viewing it on the site)?

I'm using this to run a competition - a publisher is supplying a prize, and members have to answer 20 questions. It's working perfectly, but when the competition closes I need to send the results to the publisher so that they can check the answers and pick three winners.

This means they'll need it in some readable format - Excel would be ideal, of course, but a comma-delineated or tab-delineated list will also work.

Simon Lloyd 06-14-2010 05:00 AM

Quote:

Originally Posted by Morrus (Post 2052971)
Is there any easy way to export the forum results in table form (instead of just viewing it on the site)?

I'm using this to run a competition - a publisher is supplying a prize, and members have to answer 20 questions. It's working perfectly, but when the competition closes I need to send the results to the publisher so that they can check the answers and pick three winners.

This means they'll need it in some readable format - Excel would be ideal, of course, but a comma-delineated or tab-delineated list will also work.

Why not export the table from your MySql database as a CSV?

Morrus 06-14-2010 05:13 AM

Quote:

Originally Posted by Simon Lloyd (Post 2053296)
Why not export the table from your MySql database as a CSV?

Because I don't know how! I tend to avoid using MySQL as much as possible because I don't know what I'm doing, except when I'm following exact instructions.

What would I need to do to do that?

Simon Lloyd 06-14-2010 09:09 AM

If you are using cpanel then:
cpanel>phpmyadmin>YOUR FORUM DATABASE but you need to know how or where you are storing your submissions.

Morrus 06-14-2010 02:22 PM

Quote:

Originally Posted by Simon Lloyd (Post 2053347)
If you are using cpanel then:
cpanel>phpmyadmin>YOUR FORUM DATABASE but you need to know how or where you are storing your submissions.

I'm just using regular PhpMyAdmin through me web browser. But I don't know where or how this mod stores the entries.

Simon Lloyd 06-15-2010 06:07 AM

Are you having the results pm'd to you or having them posted to a forum..........etc?

dutchbb 06-15-2010 09:43 AM

How can we prevent that topics are always placed in moderation?

the_bolo 06-16-2010 07:32 AM

Hi,

Can you tell me how I can display images within the question description? I've tried adding bbcode and pure html but without luck.

I need to show images as I'm using the form to create a competition where some of the questions ask the user to comment on an image.

Thanks,

Dave

the_bolo 06-16-2010 08:39 AM

Also can we please have the help files made available once more?

Thanks

the_bolo 06-17-2010 09:29 AM

Guess this isnt being supported any longer then..

Uninstalled

godtfred 06-18-2010 11:08 PM

Awesome, one of best mods out there, thanks a bunch !!!

sburns1992 06-23-2010 09:49 PM

I am setting up a simple form but I need to have the answer in the PM to be the actual answer. Because when a user selects a radio button or a dropdown it just shows the answer as a number and not the answer, I am using a custom template.
Cheers

Andyrew 06-24-2010 02:30 PM

Quote:

If you want posts to go to moderation queue $newpost['visible'] should be 0. If you don't then $newpost['visible'] should be 1.
Where do I find this setting, or does this need to be entered in to the Form Hook: Before Submit: ??

metalguy639 07-01-2010 01:39 AM

After I upgraded a forum from 3.6 to 3.8 this mod stopped making it where if a member clicked on the "new post" or New thread" button in the forums that the forms are in they are getting a normal newpost sheet to fill out instead of the forms. Is there a way to fix this?

I'm running vb 3.8.5 and I upgraded to the more recent 3.7 version of this hack. I have saved my forms before starting this so I have backups already as well.

Daisyboo 07-04-2010 04:56 PM

Installed and working great, one problem - in the nav bar where it says 'forms' if I click on that I get the list of the forms but also a box which says - Upload the XML file for the form from your computer and then a box to upload.
This isn't normal is it?

Daisyboo 07-04-2010 06:26 PM

Never mind I removed it and made a new link.

Simon Lloyd 07-04-2010 06:43 PM

Quote:

Originally Posted by Daisyboo (Post 2064430)
Installed and working great, one problem - in the nav bar where it says 'forms' if I click on that I get the list of the forms but also a box which says - Upload the XML file for the form from your computer and then a box to upload.
This isn't normal is it?

It's normal because you are admin, others shouldn't see that.

metalguy639 07-06-2010 05:34 AM

Fixed my above issue but now I have a different one, seems the developer has bailed :( now my moderated posts are not showing as moderated. They are being posted anyways even though I want my forms moderated, any fix for this?

wmlvb 07-07-2010 03:11 AM

I have box check for forms to show up in quick links but it is not there. It seems it was there before about 1 month ago when I used them. I do I get the link to show up? Thanks

wmlvb 07-07-2010 08:10 PM

Ok fixed the error with no seeing form. NOw I get error message when try to view results:
Quote:

Error, this form does not have any results stored in the database.

Where do I find the results? PLease help

gettingbetter 07-12-2010 03:27 AM

This mod is SO awesome. Flawless, totally user-intuitive, hasn't had a hitch yet. Bravo to the developer(s).

Does this work with vb 4.0?

wmlvb 07-12-2010 02:56 PM

I need and Excel copy of this form for manipulation. How do I export to excel??

I can see the form table results saved as data. Thanks

Welshy2008 07-12-2010 04:39 PM

Quote:

Originally Posted by gettingbetter (Post 2067898)
This mod is SO awesome. Flawless, totally user-intuitive, hasn't had a hitch yet. Bravo to the developer(s).

Does this work with vb 4.0?


I agree, He is a fantastic Coder and he does support his mods, above and beyond too.

The 4.0 version is here: https://vborg.vbsupport.ru/showthread.php?t=234385

ImNotKibs 07-21-2010 01:05 AM

I'm not really into the idea of sifting through 100+ pages of comments, was it ever discussed how to have the thread/post/PM results be posted as anonymous/a specific user, for privacy?

DontWannaName 07-22-2010 11:58 PM

Is it possible to move users to a different usergroup or change their forum title when they submit a form? I cant seem to find if it was ever done in the thread.

Welshy2008 07-31-2010 09:42 AM

Hello BA,

I am currently using this Mod to create a post within a specified thread (with present fields for our members to answer - IE: Name, Address etc).

There is a field on there that I would like my members to answer, if applicable. And if they have filled that field out and is applicable to them, I would like for that field to display "To be Confirmed" - or words to that effect - Once, I have checked the details, I would like the details in that field to be displayed.

Is the highlighted part; above, possible please? Is so, how would I go about doing it, Please, BA?

Many Thanks,

Welshy.

loucfer 08-05-2010 09:28 PM

Hi,

After several months using it :up: , I'm having my first problem with EasyForms. The group permissions doesn't seem to apply to exclusion group overrides so banned users can see the forms allowed to his primary group (registered users) while they should see ONLY the banned user complain form :D

How can I do that? :confused:

Regards!

Elenna 09-07-2010 12:07 AM

Good evening!

I have a MySQL query run once a week to update some profile fields for my members. Part of the query is to keep a "log" of where the numbers in the profile fields are coming from, in case someone questions those.

I would like to know if there is a way, using the Before Submit Hook, to have it run a MySQL query and then send the results via a PM?

I have all of the MySQL queries, but I am not sure how to use the PHP variables (i.e. $out for the PM output) in the EasyForms output box.

Any ideas? :D


All times are GMT. The time now is 09:18 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.03774 seconds
  • Memory Usage 1,835KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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