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)

hobbybox 03-12-2009 08:53 PM

First - Thank you for a great application and your support in helping people modify.

With that I have a question.

I have created one form to help members trade items. They fill out the form and it posts to a thread. I have been asked to have a button in someones post where if it is clicked, you would go to the form and that persons name would be in the form already.

I have it now as {username} / $qo1 (or whatever the variable is) so when the form is filled out that information is the thread title - example if I filled out the form would be 'Me / Name of person i type in box"

Is it possible to somehow carry the username of the persons post I am in so that $qo1 spot automaticly fills in so I would not have to type the persons name when a link from that post is clicked and you are taken to the form?

I hope im clear on what im asking - thank you in advance for your help.

anuanu 03-12-2009 09:23 PM

Maybe im dumb but everytime someone submits a new application it goes to the forum and is moderated and I have to approve it before its displayed...

It was never like this untill I updated it and im not sure how to change that.

hobbybox 03-13-2009 12:22 AM

Quote:

Originally Posted by anuanu (Post 1766798)
Maybe im dumb but everytime someone submits a new application it goes to the forum and is moderated and I have to approve it before its displayed...

It was never like this untill I updated it and im not sure how to change that.

there is a version 3.3 xmlf file floating around here that will take care of that problem.

koolasia 03-13-2009 01:48 AM

Hey,

Is it possible that when a form has optional questions and if they are not filled than these questions dont appear in the thread created ??

Vitaly 03-13-2009 05:04 AM

Looked into class_mail.php

It contains such strings:

Code:

        $fromemail = empty($vbulletin->options['bounceemail']) ? $vbulletin->options['webmasteremail'] : $vbulletin->options['bounceemail'];
        $headers .= 'Return-Path: ' . $fromemail . $delimiter;


So, it's not a problem to set right "Return-Path" (set $vbulletin->options['bounceemail'] before calling vbmail, and then restore back). "FROM" should be left intact (webmaster/admin email), to avoid trubles with spam protection.

The email selection algorithm:

1. If email field exist & filled in form - then take from there.
2. If not - then from user profile.

anuanu 03-13-2009 10:56 AM

Quote:

Originally Posted by hobbybox (Post 1766907)
there is a version 3.3 xmlf file floating around here that will take care of that problem.

Thank you that worked!

SSG.D 03-13-2009 12:29 PM

Fantastic mod!!

Got a question though: I'm trying to make a contest registration form thats e-mailed on submit.

When the E-mail arrives it looks like this:

MASTER O WAR TOURNAMENTWhat is your game name? PHOENIX What is your E-mail Address? yourname@email.net Are you a Clan Admin? Yes If Clan Admin, are you Registering your clan Or a small unit? Bulldog, nerdboy

How can I fix this to look like this:

MASTER O WAR TOURNAMENT:

What is your game name? PHOENIX
What is your E-mail Address? yourname@email.net
Are you a Clan Admin? Yes
If Clan Admin, are you Registering your clan Or a small unit? Yes
Bulldog, nerdboy

Any help would be great!!:D

LloydApter 03-13-2009 03:44 PM

Many thanks for the mod - it's exactly what I need :up:

How can I show the individual results of all submitted form replies to the relevant forum members in easy viewable format?

Something like this (in table format):

Number Name City Reply
1. John London Yes
2. Lloyd Paris No
ect.

Thanks again!

Heldenverband 03-14-2009 07:46 AM

At the moment its not working for me and i dont know why :confused:

Here the error message :

PHP Code:

WarnungCannot use a scalar value as an array in [path]/misc.php(100) : eval()'d code (Zeile 2178)

Warnung: Cannot use a scalar value as an array in [path]/includes/functions_newpost.php (Zeile 394)

Warnung: Cannot use a scalar value as an array in [path]/vbcms_global_modules/vbcmsmodul_lasttopics.php (Zeile 129) 


LloydApter 03-14-2009 07:58 AM

Quote:

Originally Posted by LloydApter (Post 1767269)
Many thanks for the mod - it's exactly what I need :up:

How can I show the individual results of all submitted form replies to the relevant forum members in easy viewable format?

Something like this (in table format):

Number Name City Reply
1. John London Yes
2. Lloyd Paris No
ect.

Thanks again!

I have reviewed all the material and postings and didn't find any explanation of how to order the results from the form.

Say it's a form to invite people to an event and then afterwards people want to see who is going with their relevant contact details that they completed in the form and also see their names on the list. Or it's a survey and people want to see the results of the survey in worksheet format so they can analyse them... How can this be done?

Many thanks


All times are GMT. The time now is 09:13 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.01837 seconds
  • Memory Usage 1,748KB
  • 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
  • (3)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