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)

Sawa Dee SohL 01-08-2009 06:08 PM

hi, I currently use the 'Form Hack' and am curious as to if this might be a better solution...

I'm trying to set a Mod up for Reviews and Guides that are submitted to my site...

Is there a way that once they fill out the form, the form is posted - in a different format? For example some fields they fill out, will not show - and some fields they fill out, will show in different spots on the form (after accepted)

Example here Left 4 Dead Review

You see 'Title of Review' - is different then the title of post - can the 'Title of review' = thread title?

---

I'm also curious as to how to set this up, so the form itself once accepted - posts onto a Custom page created.

Like this example: Example of Custom Page

And once inside the page that has the reviews, the review(form) itself, could be made to look like this: Example of Submitted Review

bananalive 01-08-2009 06:39 PM

Quote:

Originally Posted by Sawa Dee SohL (Post 1705408)
hi, I currently use the 'Form Hack' and am curious as to if this might be a better solution...

I'm trying to set a Mod up for Reviews and Guides that are submitted to my site...

Is there a way that once they fill out the form, the form is posted - in a different format? For example some fields they fill out, will not show - and some fields they fill out, will show in different spots on the form (after accepted)

I'm going to be adding a form output layout field soon where you can customise the layout of the form's output.
Quote:

Originally Posted by Sawa Dee SohL (Post 1705408)
Example here Left 4 Dead Review

You see 'Title of Review' - is different then the title of post - can the 'Title of review' = thread title?

You can specify a different title of thread according to one of the fields or custom input.

Quote:

Originally Posted by Sawa Dee SohL (Post 1705408)
I'm also curious as to how to set this up, so the form itself once accepted - posts onto a Custom page created.

Like this example: Example of Custom Page

And once inside the page that has the reviews, the review(form) itself, could be made to look like this: Example of Submitted Review

You'd have to edit the plugin and add a new form action - to do that would require php knowledge

bigcurt 01-09-2009 04:39 PM

Thanks a ton for the work on this mod? Can anyone confirm this works for 3.6 versions?

Thanks,
Curt

ShMilO 01-09-2009 06:26 PM

Quote:

Originally Posted by bananalive (Post 1705333)
I would post the line here but a lot of the code has changed in v1.8

You can download v1.8 here - I don't think anything major will be added (if anything at all) before I release it properly in the first post of the thread

i downloaded and upgraded the mod

but when i try to get to the form link as a guest
i still get to the login page :(

bananalive 01-10-2009 08:56 AM

Quote:

Originally Posted by ShMilO (Post 1706597)
i downloaded and upgraded the mod

but when i try to get to the form link as a guest
i still get to the login page :(

Have you given them permissions in Easy Forms Options?

ShMilO 01-11-2009 01:55 PM

Quote:

Originally Posted by bananalive (Post 1707081)
Have you given them permissions in Easy Forms Options?

i did in the VB options

not in the form permmisions

when i try to change to groups allowed in the form options i get an SQL error

MySQL Error : Unknown column 'submitmessage' in 'field list'
Error Number : 1054

and it happens when i try to make a new form as well ( when trying to set the permissions )

bananalive 01-11-2009 02:11 PM

Quote:

Originally Posted by ShMilO (Post 1708571)
i did in the VB options

not in the form permissions

when i try to change to groups allowed in the form options i get an SQL error

MySQL Error : Unknown column 'submitmessage' in 'field list'
Error Number : 1054

Download this version here which should fix the mysql error.

ShMilO 01-11-2009 05:11 PM

Quote:

Originally Posted by bananalive (Post 1708596)
Download this version here which should fix the mysql error.

well i found the solution

i completly removed the mod
and then installed the newest version ( not the one you gave me here )
instead of upgrading as before
and it works , and guests see the form

thanks a lot bananalive

Sawa Dee SohL 01-12-2009 05:14 PM

Hey banana, what stage are you at with putting the form to look differently after accepted/sent in?

That's a big thing I need and i dont wanna customize the other hackk I have, or this - would a donation help get it up there? PM if interested

bananalive 01-12-2009 05:19 PM

Quote:

Originally Posted by Sawa Dee SohL (Post 1709921)
Hey banana, what stage are you at with putting the form to look differently after accepted/sent in?

That's a big thing I need and i dont wanna customize the other hackk I have, or this - would a donation help get it up there? PM if interested

Since v1.9 you can customize the look of your form. You can download v2.0 in this thread: https://vborg.vbsupport.ru/showthread.php?t=201097

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 02:38 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.01294 seconds
  • Memory Usage 1,773KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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