vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - Easy Forms (Old Thread) (https://vborg.vbsupport.ru/showthread.php?t=200340)

arkkhoax 01-16-2009 04:59 AM

I've not had a change to install this yet but I had a little question.

The thing I like about Form Hack is that I can apply logic to the resulting thread. I can use IF statements and perform logic on the inputs to generate the output of the thread and title. Is this easy to do with Easy Forms or is variable substitution as good as it gets for now? I'm not super clear from just reading the thread and looking at the pictures if it is possible or easy to apply some more advanced logic.

bananalive 01-17-2009 02:30 PM

Quote:

Originally Posted by arkkhoax (Post 1714264)
I've not had a change to install this yet but I had a little question.

The thing I like about Form Hack is that I can apply logic to the resulting thread. I can use IF statements and perform logic on the inputs to generate the output of the thread and title. Is this easy to do with Easy Forms or is variable substitution as good as it gets for now? I'm not super clear from just reading the thread and looking at the pictures if it is possible or easy to apply some more advanced logic.

Where do you want the conditionals?

I'm thinking of adding hook locations for custom php code.

mhackl 02-02-2009 07:31 PM

Is there a way to choose a location to redirect the browser after the form is submitted?

bananalive 02-03-2009 04:34 PM

Quote:

Originally Posted by mhackl (Post 1732266)
Is there a way to choose a location to redirect the browser after the form is submitted?

Redirection after form is submitted is coming in v2.8

TrIn@dOr 10-05-2014 12:56 PM

Please help.

Code:

Database error in vBulletin 3.7.4:

Invalid SQL:

  CREATE TABLE IF NOT EXISTS `forms` (
  `fid` int(11) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `description` text NOT NULL,
  `displayorder` int(10) NOT NULL,
  `action` int(3) NOT NULL,
  `where` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`fid`)
) TYPE=MyISAM;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 9
Error Number  : 1064
Request Date  : Sunday, October 5th 2014 @ 08:55:38 AM
Error Date    : Sunday, October 5th 2014 @ 08:55:38 AM
Script        : http://www.xn--lossureos-r6a.com/admincp/plugin.php?do=productimport
Referrer      : http://www.xn--lossureos-r6a.com/admincp/plugin.php?do=productadd
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.5.38-35.2


blind-eddie 10-05-2014 06:30 PM

Quote:

Originally Posted by TrIn@dOr (Post 2517741)
Please help.

Code:

Database error in vBulletin 3.7.4:

Invalid SQL:

  CREATE TABLE IF NOT EXISTS `forms` (
  `fid` int(11) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `description` text NOT NULL,
  `displayorder` int(10) NOT NULL,
  `action` int(3) NOT NULL,
  `where` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`fid`)
) TYPE=MyISAM;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 9
Error Number  : 1064
Request Date  : Sunday, October 5th 2014 @ 08:55:38 AM
Error Date    : Sunday, October 5th 2014 @ 08:55:38 AM
Script        : http://www.xn--lossureos-r6a.com/admincp/plugin.php?do=productimport
Referrer      : http://www.xn--lossureos-r6a.com/admincp/plugin.php?do=productadd
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.5.38-35.2


Open the product,

Code:

Find:

Type=MyISAM

Change to:

ENGINE=MyISAM

Save, re-upload product.


All times are GMT. The time now is 10:22 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.01379 seconds
  • Memory Usage 1,737KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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