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 06-15-2009 11:21 AM

1 Attachment(s)
Quote:

Originally Posted by michael5472 (Post 1829970)
I got this error:
Parse error: syntax error, unexpected T_STRING in /home/thebroth/public_html/misc.php(100) : eval()'d code(3544) : eval()'d code on line 1

Form works but that is annoying :)

http://www.thebrotherhoodclan.co.uk/...?do=form&fid=1

Try attached file

Saviour 06-17-2009 04:01 AM

Though the forms list shows in WOL, the form itself does not.

Is there a fix for this?

If I click a form to go to from the list, WOL shows me on the forum's Index page.

Finster 06-17-2009 05:25 AM

Clue me in, as I am clueless, but why would someone want to create a form on on their vB?

Saviour 06-17-2009 05:46 AM

How about if an admin was sending out little gifts to members thanking them for support?

Could use this mod to obtain mailing info.

How about moderator applications?

The list goes on and on...

Elenna 06-17-2009 02:44 PM

We are using it for 3 different application forms, one request form, and one survey.

steve71 06-18-2009 04:02 AM

I have the hack "Thread thumbnails" and was wondering If I can add this to the form page?

I have been inserting different hooks from the "thread thumbnails" plugin into the form "hooks" box provided but no luck.

Also anybody...what does the check box option "save to database" do? Does it give you the ability to search the forms specifically or something?

Saviour 06-18-2009 01:38 PM

bananalive...

Forgot to mention...this is an awesome mod! Very easy to use...and I'm very happy with the results.

Thank you...so much!

Elenna 06-18-2009 05:33 PM

Quote:

Originally Posted by steve71 (Post 1831688)
Also anybody...what does the check box option "save to database" do? Does it give you the ability to search the forms specifically or something?

I can't help with your other question, but the Save to Database allows you to just save the form results, without sending it to a thread, PM, email, etc. Then you can review all the submitted answered at a later time. The option is great for surveys or polls.

TROLL 06-19-2009 02:54 AM

I know that this is a dumb, question, but I cannot get the conditional statements to work.

I have a question (q_11) - Shipping? o Yes o No

q_11 is a yes/no field

I want the output to be <if $q_11 == "1">Yes<else>No</else></if>

I have tried everything I can think of, but it just prints the code out, including the if statements!

bananalive 06-19-2009 07:07 AM

Quote:

Originally Posted by TROLL (Post 1832416)
I know that this is a dumb, question, but I cannot get the conditional statements to work.

I have a question (q_11) - Shipping? o Yes o No

q_11 is a yes/no field

I want the output to be <if $q_11 == "1">Yes<else>No</else></if>

I have tried everything I can think of, but it just prints the code out, including the if statements!

You can use $qo[11] to display yes/no

It uses the same conditionals as templates so:

HTML Code:

<if condition="$qo[11]==1">You selected yes<else />You selected no</if>


All times are GMT. The time now is 03:55 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.02398 seconds
  • Memory Usage 1,746KB
  • 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_html_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