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)

bananalive 05-03-2009 11:23 AM

Quote:

Originally Posted by davew (Post 1802754)
Great Mod, thanks very much!

I'm trying to put together a "For Sale" template to get some consistency on selling threads, and just realised I'm missing an important component (I think).

Is there any way to request an image please?

This is what I've come up with so far for my forms' output, as a matter of interest - (constructive criticism and suggestions welcomed :) ) - if i could end up with an image on each item line I would be a happy chappie..
Attachment 98570

Just noticed - your "Coming Soon" item will address this won't it? Doh!

You can allow attachments for new threads but not posts in thread at the moment.

bananalive 05-03-2009 11:39 AM

Quote:

Originally Posted by Spinball (Post 1802581)
Hello,
is it possible to use this in conjunction with Edit New Thread Button to specify the forum in which the new thread will be created?

I currently use it so that my classifieds forums use the Form to Thread hack.
It works ok but this is a more elegant solution.
Could I call this hack with a query string like I currently do with the Form Hack and pass the forum ID along to create the new thread in the specified forum?
E.g. newthread.php?do=classified&f=198 runs the classified template passing the forum id as 198.

Yes

http://www.bananalive.co.cc/showpost...59&postcount=5

bananalive 05-03-2009 11:47 AM

Quote:

Originally Posted by H3C x Nevz (Post 1802783)
I love this addon - the one thing I would love is an option to add a Thread Prefix field where users can select which thread prefix if they are posting a thread in a board.

You could use custom question for this:

PHP Code:

require_once(DIR '/includes/functions_prefix.php');
$prefix_options fetch_prefix_html($form['forumid'], $q["$formbit[id]"], true);
$answer '<select name="q_' $formbit[id] . '" id="q_' $formbit[id] . '" class="bginput">';
$answer .= '<option value="">'.$vbphrase[no_prefix_meta].'</option>';
$answer .= $prefix_options;
$answer .= '</select>'


kyrenator 05-04-2009 04:57 PM

awesome hack!

But i have a question! I create tha form but after this i dont know what to do! can you explain me? i have read the help but i have no understand it :/

bananalive 05-04-2009 05:03 PM

Quote:

Originally Posted by kyrenator (Post 1804459)
awesome hack!

But i have a question! I create tha form but after this i dont know what to do! can you explain me? i have read the help but i have no understand it :/

Scroll to bottom of page and you will see option to add questions.

kyrenator 05-04-2009 05:40 PM

i have added questions but i cant export the form!
how can i publish my form?

kyrenator 05-05-2009 11:46 AM

bananalive can you answer to me please?
i need this mod ...

bananalive 05-05-2009 12:48 PM

Quote:

Originally Posted by kyrenator (Post 1804500)
i have added questions but i cant export the form!
how can i publish my form?

Clicking 'view form' members can submit your form.

kyrenator 05-05-2009 02:25 PM

where is the "view form"?

bananalive 05-05-2009 03:03 PM

Quote:

Originally Posted by kyrenator (Post 1805056)
where is the "view form"?

go to forms page (misc.php?do=forms) then click on the form title

kyrenator 05-06-2009 12:53 PM

thanks i found it! :)

Is there a better form output code?

bananalive 05-06-2009 03:56 PM

Quote:

Originally Posted by kyrenator (Post 1805711)
thanks i found it! :)

Is there a better form output code?

alter the form bbcode to change form's output look

use \r\n for new line
[indent ] tag breaks line

Stryker412 05-06-2009 10:07 PM

Banana, I use the form so our members can apply for membership. I want the finished applications to go into a admins only area where the general population cannot view them. I have given normal users permission to post threads in that section but they cannot view the section.

The finished applications are not being created as a thread. If I fill out the application as an admin it works fine but if I log in as a regular user and fill out the application it doesn't seem to go anywhere. Can you help?

bananalive 05-07-2009 03:10 PM

Quote:

Originally Posted by Stryker412 (Post 1806078)
Banana, I use the form so our members can apply for membership. I want the finished applications to go into a admins only area where the general population cannot view them. I have given normal users permission to post threads in that section but they cannot view the section.

The finished applications are not being created as a thread. If I fill out the application as an admin it works fine but if I log in as a regular user and fill out the application it doesn't seem to go anywhere. Can you help?

Try setting the usergroup permission for that forum as:
Can post new thread: no

Stryker412 05-07-2009 05:45 PM

I had it set to yes and no, both have no effect. The thread is not posted.

Criminal-Minds 05-08-2009 02:22 AM

ok I have no clue where do i go to make a form. I stalled the product and set my groups just can seem to find where I can edit and or make my own form?

students_forum 05-08-2009 02:26 AM

Okay, banana ... I think this is a fantastic mod but it would be out-of-this-world if you could incorporate notices with this ..... so for instance, a notice will appear when a user hasn't completed a form .... nonetheless, this is amazing!!

bananalive 05-08-2009 09:08 AM

Quote:

Originally Posted by Criminal-Minds (Post 1806727)
ok I have no clue where do i go to make a form. I stalled the product and set my groups just can seem to find where I can edit and or make my own form?

New Form:
http://www.your-forum.com/misc.php?do=newform

Form List
http://www.your-forum.com/misc.php?do=forms

bananalive 05-08-2009 09:08 AM

Quote:

Originally Posted by Stryker412 (Post 1806507)
I had it set to yes and no, both have no effect. The thread is not posted.

what vb version are you using?

kyrenator 05-08-2009 10:47 AM

how can i make the results to be like this?
https://vborg.vbsupport.ru/attachmen...7&d=1240849358

davew 05-08-2009 10:59 AM

Quote:

Originally Posted by bananalive (Post 1803533)
You can allow attachments for new threads but not posts in thread at the moment.

Thanks for the response..

Can you expand on this please?

What I'm looking for is the ability to request a picture be uploaded as part of the form input, and to be able to output the image using the custom output features.

Cheers,
Dave

Stryker412 05-08-2009 04:37 PM

Quote:

Originally Posted by bananalive (Post 1806846)
what vb version are you using?

3.8, this process works fine using the Form Hack, however I wanted to switch to your add on for it's easier interface.

bananalive 05-09-2009 08:53 AM

Quote:

Originally Posted by Stryker412 (Post 1807053)
3.8, this process works fine using the Form Hack, however I wanted to switch to your add on for it's easier interface.

I'll look into it

bananalive 05-09-2009 09:01 AM

Quote:

Originally Posted by kyrenator (Post 1806866)
how can i make the results to be like this?
https://vborg.vbsupport.ru/attachmen...7&d=1240849358

Edit Form then Select 'Save to Database'

Then from form list select 'Form Results Table'

bananalive 05-09-2009 09:12 AM

Quote:

Originally Posted by davew (Post 1806873)
Thanks for the response..

Can you expand on this please?

What I'm looking for is the ability to request a picture be uploaded as part of the form input, and to be able to output the image using the custom output features.

Cheers,
Dave

I don't think its possible to force attachments to post or to limit attachment extensions.

If there is a modification which allows attachment extensions permission per forum, then that could be workaround.

davew 05-09-2009 01:00 PM

Quote:

Originally Posted by bananalive (Post 1807388)
I don't think its possible to force attachments to post or to limit attachment extensions.

If there is a modification which allows attachment extensions permission per forum, then that could be workaround.

Thanks, I'll have a look for that!

Cheers,
Dave

Simon Lloyd 05-13-2009 09:37 AM

Bananalive, could you tell me how to integrate your Canned Replies in to Easy Forms?
More precisely, when using Easy Forms the final thing on the form is the VBulletin editor, when using the vb editor, quick reply or PM on my site i have the ability to use a canned reply, is there a way to make this available (to those that have permission to use it) in the form specifically for the vb editor?

Stryker412 05-13-2009 03:32 PM

Quote:

Originally Posted by bananalive (Post 1807384)
I'll look into it

Any luck?

nascartr 05-16-2009 05:34 PM

I apologize if this has been addressed already but let me explain my next question.

We have a Pick One NASCAR game and each member can pick one driver per race for points. They cannot pick the same driver more than once. What I was wondering is if there was a way that this form system can remember what a member picked and not show that option the next time they use the form on a per member basis?

ktoronto123 05-18-2009 04:47 AM

This is a great mod!

Two questions

1) When emailing the form results, is it possible to replace the "FROM" as from the submitter's own email address?

2) Is it possible to submit the same form to more than one email address? I.e. I have check boxes of three possible email recipients in the form, the user can select A and B to receive the form output, and then the form will email it to them. I'm thinking this requires a preform submission PHP but I don't know how to gain access to the variables.

buurman 05-18-2009 11:41 AM

No pressure, but do you see this releasing any time soon?

Coming soon:

* Allow attachments for posting in thread (a Reply?).

Im loving your mod, I voted for it, so did my dog and goldfish, but would realy, realy like this functionality m8!

Thx for the fine php...

:up:

jl255 05-18-2009 05:11 PM

Quote:

Originally Posted by bananalive (Post 1790848)
Call the question 'Human Verification', it will use captcha, etc depending on your forum settings.

Permissions:
Either vbulletin options or use form permissions in advanced options of edit form.



Edit Form, Scroll Down, Advanced options, Form BB Code

I also cannot get human verification to work. I've entered in the question as 'Human Verification' but it doesn't appear. What's wrong??

rtt.pyro 05-18-2009 08:57 PM

Hi,

Thank you for this great product, but I am having some trouble.

After I install it, I go to the easy form options but none of it allows me to edit it. By default, all of the user groups are able to view the forms, but when I go to the forms list, i get a permission denied page even though I am a full admin.

Any idea what could be going on?

Thanks in advance.

Zarxrax 05-18-2009 10:49 PM

I tried to set up my forms so that when someone submits a form it goes into a specific forum as a new thread. Then the user who has submitted forms should be able to see their forms there, but not anyone elses.

I think I have this set up correctly, but some of the threads are showing up as "moderated". I'm not sure what this means, and whether it is related to easy forms, or if it's caused by vbulletin?

bananalive 05-19-2009 08:59 AM

Quote:

Originally Posted by Zarxrax (Post 1813188)
I tried to set up my forms so that when someone submits a form it goes into a specific forum as a new thread. Then the user who has submitted forms should be able to see their forms there, but not anyone elses.

I think I have this set up correctly, but some of the threads are showing up as "moderated". I'm not sure what this means, and whether it is related to easy forms, or if it's caused by vbulletin?

Have you set usergroup permissions as 'Can Follow Moderation rules' : Yes ?

bananalive 05-19-2009 09:00 AM

Quote:

Originally Posted by rtt.pyro (Post 1813158)
Hi,

Thank you for this great product, but I am having some trouble.


After I install it, I go to the easy form options but none of it allows me to edit it. By default, all of the user groups are able to view the forms, but when I go to the forms list, i get a permission denied page even though I am a full admin.


Any idea what could be going on?

Thanks in advance.

You need to set usergroup permissions by going: admincp -> vboptions -> Easy Form Options

The highlighted/ selected usergroups are those that can view/edit forms (depending on the option you are editing.)

bananalive 05-19-2009 09:03 AM

Quote:

Originally Posted by jl255 (Post 1813053)
I also cannot get human verification to work. I've entered in the question as 'Human Verification' but it doesn't appear. What's wrong??

Does the question appear at all?

bananalive 05-19-2009 09:03 AM

Quote:

Originally Posted by buurman (Post 1812877)
No pressure, but do you see this releasing any time soon?

Coming soon:

* Allow attachments for posting in thread (a Reply?).

Im loving your mod, I voted for it, so did my dog and goldfish, but would realy, realy like this functionality m8!

Thx for the fine php...

:up:

I want to fix the issues with post moderation first.

bananalive 05-19-2009 09:09 AM

Quote:

Originally Posted by ktoronto123 (Post 1812758)
This is a great mod!

Two questions

1) When emailing the form results, is it possible to replace the "FROM" as from the submitter's own email address?

2) Is it possible to submit the same form to more than one email address? I.e. I have check boxes of three possible email recipients in the form, the user can select A and B to receive the form output, and then the form will email it to them. I'm thinking this requires a preform submission PHP but I don't know how to gain access to the variables.

Form Hook: Before Submit
PHP Code:

$form['email'] = $vbulletin->userinfo['email']; 

Yes to email to multiple emails addresses separate emails using ;

Form Hook: Before Submit
PHP Code:

$form['email'] = str_replace(", "";"$qo[45]); 

45 being the question id

bananalive 05-19-2009 09:12 AM

Quote:

Originally Posted by nascartr (Post 1811988)
I apologize if this has been addressed already but let me explain my next question.

We have a Pick One NASCAR game and each member can pick one driver per race for points. They cannot pick the same driver more than once. What I was wondering is if there was a way that this form system can remember what a member picked and not show that option the next time they use the form on a per member basis?

No, I'm not sure how it could work


All times are GMT. The time now is 01:23 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.04585 seconds
  • Memory Usage 1,855KB
  • 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
  • (3)bbcode_php_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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