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)

Dogtank 03-16-2010 08:23 AM

Quote:

Originally Posted by steve71 (Post 2004575)
Update the (q_*) tags to coincide with duplicate forms.
If the original form had q_1 to pull up a field...on the duplicate form q_1 could now be q_15

This will result in the error "Please complete message and subject fields"
You will have to update each individual form that you copy or import.

Hey mate,

Thanks for the response however I did check and all the questions mirrored identically so my {q_*} etc should still have worked. Regardless however I did try and just update the 'Thread/PM/Email Title' area. In my situation I just added 'Private {q_1} {q_2} {q_3} and that seems to be working fine.

So whilst questions were in order, you were definately on to something at least, thanks for your help!

UFPlanets 03-16-2010 01:22 PM

Fantastic to receive this mod for my upgraded forums!
Thanks a million!
Full 5 Star Rating!

Selcor 03-17-2010 12:21 AM

When I send the form says:
Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in [path]/misc.php(89) : eval()'d code on line 116

And he shows me: http://img11.imageshack.us/img11/4133/capsd.png

I think the problem is in the (Field using vBulletin editor) #21

Bobbo 03-18-2010 08:12 PM

It looks like this mod will be very useful. Thanks Bananalive!

Does anyone have any suggestions for how I would go about getting some VB session table content to display in the Thread/PM/Email Title? For example, my Vbulletin is heavily integrated with my CRM system and I've got some custom content that is stored in my sessions table. What would be ideal is if I could take the value from one of the session columns and include it in an email title.

I've tried adding $example to the Email Title, and then in the form hook added $example = $vbulletin->session->vars['customcolumnname']; but the data isnt being passed. Any thoughts? Thanks!

jdj 03-19-2010 04:24 PM

Just looking at this mod....would this mod be suitable for logging people wanting to come along to a small conference? Collecting names addresses etc. letting people choose options as to what they want to attend and telling them how much they have to pay for each option?

JJ

bananalive 03-22-2010 06:54 PM

Quote:

Originally Posted by jdj (Post 2006577)
Just looking at this mod....would this mod be suitable for logging people wanting to come along to a small conference? Collecting names addresses etc. letting people choose options as to what they want to attend and telling them how much they have to pay for each option?

JJ

Yes you could

bananalive 03-22-2010 06:57 PM

Quote:

Originally Posted by Bobbo (Post 2006059)
It looks like this mod will be very useful. Thanks Bananalive!

Does anyone have any suggestions for how I would go about getting some VB session table content to display in the Thread/PM/Email Title? For example, my Vbulletin is heavily integrated with my CRM system and I've got some custom content that is stored in my sessions table. What would be ideal is if I could take the value from one of the session columns and include it in an email title.

I've tried adding $example to the Email Title, and then in the form hook added $example = $vbulletin->session->vars['customcolumnname']; but the data isnt being passed. Any thoughts? Thanks!

php variables not parsed for security in form titles

Instead specify the title in the Form Hook

Form Hook: Before Submit
PHP Code:

$threadtitle "Text before " $vbulletin->session->vars['customcolumnname'] . " and text after"


bananalive 03-22-2010 07:00 PM

Quote:

Originally Posted by Selcor (Post 2005139)
When I send the form says:
Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in [path]/misc.php(89) : eval()'d code on line 116

And he shows me: http://img11.imageshack.us/img11/4133/capsd.png

I think the problem is in the (Field using vBulletin editor) #21

Have you tried deleting that question and seeing if the error goes away?

I think it will most likely be due to incorrect formatting of single line text question's regular expression

nocte 03-22-2010 10:12 PM

I have a JavaScript problem: i can't delte a question. When I click on "Delete Question" nothing happens..

Edit: i have uploaded the js file to the wrong server..

nocte 03-22-2010 11:15 PM

Is there a way to edit the new thread button for specific forums, so that the users see the form when they try to create a new thread. And is there a way to redirect the users to the newly created thread, when they submit the form?


All times are GMT. The time now is 09:15 PM.

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.03174 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_php_printable
  • (4)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