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)

ssslippy 01-02-2009 09:29 PM

Also you should have a note someone on the submit form page that anything with a star is required.

Also is it possible to parse bbcode in the description section.

Also a confirmation on the delete option would be good.

Another thing is the * should follow the : in the question.

Also is it possible to get attachment support?

Brittany 01-02-2009 11:24 PM

working great now. Thank you!!!

SageStone 01-02-2009 11:38 PM

Suggestion: be able to set which response would become the title of the thread.

Ex: I have a "Suggestion Title" box for people to self-title their suggestions. I would like the information in this box to become the title of the thread.

NO deadliner 01-03-2009 04:32 AM

I allways geht this error

"Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /homepages/1/d28418551/htdocs/portal/misc.php(97) : eval()'d code on line 59"

How can i get this fixed so i can use this great feature ?

Gleedo 01-03-2009 07:30 AM

Quote:

Originally Posted by NO deadliner (Post 1700027)
I allways geht this error

"Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /homepages/1/d28418551/htdocs/portal/misc.php(97) : eval()'d code on line 59"

How can i get this fixed so i can use this great feature ?

I receive the same error on a fresh installation, but not when overwriting a previous installation of this mod.

HTH

abdelghani68 01-03-2009 10:53 AM

Quote:

Originally Posted by bananalive (Post 1698702)
I'll look into this, what form question types are in the form?

I changed the text 'Error' and am looking into the in_array function problem. What question types have you included in the form?

I've changed the 'Error' display in the navbar on form submit and fixed the redirect of deleting a question

What have you got in the form?

Thanks I have upgrad and I haven't the prolems now but can you add the number of the caractere autorises for the question please? beacause I have a question and I don't see all of the caractere...

thanks

bananalive 01-03-2009 11:38 AM

Quote:

Originally Posted by abdelghani68 (Post 1700200)
Thanks I have upgrad and I haven't the prolems now but can you add the number of the caractere autorises for the question please? beacause I have a question and I don't see all of the caractere...

thanks

Try upgrading to v1.2. Edit the question with the addition characters at the end.

(If you have do not mind loosing your forms just upgrade to v1.2 then uninstall product and then install v1.2.)

Gleedo 01-03-2009 11:57 AM

I just tried importing the latest version (previous ones uninstalled) and got the following error:

Code:

Database error in vBulletin 3.7.3:

Invalid SQL:

  CREATE TABLE IF NOT EXISTS `forms` (
  `fid` int(11) NOT NULL auto_increment,
  `title` varchar(500) 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  : Column length too big for column 'title' (max = 255); use BLOB or TEXT instead
Error Number  : 1074
Request Date  : Saturday, January 3rd 2009 @ 01:56:35 PM
Error Date    : Saturday, January 3rd 2009 @ 01:56:35 PM
Script        : http://www.britishroguewarriors.com/forum/admincp/plugin.php?do=productimport
Referrer      : http://www.britishroguewarriors.com/forum/admincp/plugin.php?do=productadd
IP Address    : 212.58.32.2
Username      : ZeroCool
Classname    : vb_database
MySQL Version : 4.1.22-standard-log


bananalive 01-03-2009 12:55 PM

Quote:

Originally Posted by Gleedo (Post 1700230)
I just tried importing the latest version (previous ones uninstalled) and got the following error:

ok fixed product file

Gleedo 01-03-2009 01:06 PM

Quote:

Originally Posted by bananalive (Post 1700274)
ok fixed product file

Thanks Banana, the product does now install fine but i now get the old error as before when viewing the page 'misc.php?do=forms'

Code:

Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/britishr/public_html/forum/misc.php(97) : eval()'d code on line 74
Doh! :o

KatieG 01-03-2009 01:11 PM

Works OK now thanks, clicks installed

bananalive 01-03-2009 01:27 PM

Quote:

Originally Posted by Gleedo (Post 1700283)
Thanks Banana, the product does now install fine but i now get the old error as before when viewing the page 'misc.php?do=forms'

Code:

Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/britishr/public_html/forum/misc.php(97) : eval()'d code on line 74
Doh! :o

Apparently if you import the product file again the error goes.

Gleedo 01-03-2009 02:05 PM

Quote:

Originally Posted by bananalive (Post 1700295)
Apparently if you import the product file again the error goes.

Tried importing it twice, overwriting the 2nd second time and the error persists for me.

I also have another problem, not sure if it will disapear when i no longer get the error, but after installing (with the error), it interferes with my chatbox mod:

http://i188.photobucket.com/albums/z...formserror.jpg

Brittany 01-03-2009 02:26 PM

OH it would be great if we could separate the forms into categories.
Is this possible already?

NO deadliner 01-03-2009 02:49 PM

Quote:

Originally Posted by bananalive (Post 1700295)
Apparently if you import the product file again the error goes.

Dosent work for me i always get the same error. Equal witch Version i Install.

bananalive 01-03-2009 03:29 PM

Quote:

Originally Posted by Gleedo (Post 1700314)
Tried importing it twice, overwriting the 2nd second time and the error persists for me.

I also have another problem, not sure if it will disapear when i no longer get the error, but after installing (with the error), it interferes with my chatbox mod:

Quote:

Originally Posted by NO deadliner (Post 1700343)
Dosent work for me i always get the same error. Equal witch Version i Install.

I am running the same chatbox on my vBulletin and it isn't conflicting.

If you both want to try importing the attached file

NO deadliner 01-03-2009 04:09 PM

Still getting this damn error "Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /homepages/1/d28418551/htdocs/portal/misc.php(97) : eval()'d code on line 74"

Then it jumps to my Smiley-Settings "..../misc.php?do=forms&styleid=1" Maybe that will help you to locate the error.

Gleedo 01-03-2009 04:16 PM

Quote:

Originally Posted by bananalive (Post 1700371)
I am running the same chatbox on my vBulletin and it isn't conflicting.

If you both want to try importing the attached file

Still same for me too:

Code:

Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/britishr/public_html/forum/misc.php(97) : eval()'d code on line 1527
Dang it lol :(

bananalive 01-03-2009 04:41 PM

Quote:

Originally Posted by NO deadliner (Post 1700403)
Still getting this damn error "Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /homepages/1/d28418551/htdocs/portal/misc.php(97) : eval()'d code on line 74"

Then it jumps to my Smiley-Settings "..../misc.php?do=forms&styleid=1" Maybe that will help you to locate the error.

Quote:

Originally Posted by Gleedo (Post 1700420)
Still same for me too:

Code:

Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/britishr/public_html/forum/misc.php(97) : eval()'d code on line 1527
Dang it lol :(

I think I've found out what was causing it - code unsupported with php v4 :D Try importing attached file

Brittany 01-03-2009 04:58 PM

when you are doing the descriptions and stuff...can you use
html or bbc?

NO deadliner 01-03-2009 05:00 PM

works fine now. Great work !!! installed

bananalive 01-03-2009 05:15 PM

Quote:

Originally Posted by Brittany (Post 1700466)
when you are doing the descriptions and stuff...can you use
html or bbc?

bbcode only for form title, questions and descriptions

Gleedo 01-03-2009 05:16 PM

Quote:

Originally Posted by bananalive (Post 1700452)
I think I've found out what was causing it - code unsupported with php v4 :D Try importing attached file

Great stuff Banana, that got it - well done sir :)

Thanks for a great mod and your efforts in getting this working for us troublesome peeps - voted for MOTM :up::D

Brittany 01-03-2009 05:38 PM

Quote:

Originally Posted by bananalive (Post 1700484)
bbcode only for form title, questions and descriptions

thank you and can you put the form in categories?

bananalive 01-03-2009 05:56 PM

Quote:

Originally Posted by Brittany (Post 1700514)
thank you and can you put the form in categories?

yes use the 'section' option

Brittany 01-03-2009 06:16 PM

Quote:

Originally Posted by bananalive (Post 1700538)
yes use the 'section' option

Not the questions into sections but the actual
forms.
Likes Im using them as applications on my site
and I would like them divided into sections
Like where at the top it says "title"
Can we label that different and have multiple ones?
I hope Im making sense.

bananalive 01-03-2009 06:36 PM

Quote:

Originally Posted by Brittany (Post 1700555)
Not the questions into sections but the actual
forms.
Likes Im using them as applications on my site
and I would like them divided into sections
Like where at the top it says "title"
Can we label that different and have multiple ones?
I hope Im making sense.

Are you talking about categorising the forms on the form list?

Brittany 01-03-2009 06:40 PM

Quote:

Originally Posted by bananalive (Post 1700566)
Are you talking about categorising the forms on the form list?

yes exactly :]

NO deadliner 01-03-2009 08:34 PM

Hey Codername,
is it possible to generate a Threadtitle from one ore more answers so that every thread can easily be found later on? We would use your form for matches between Clans and want a thread for every match but only one form to fill out. Now the thrade is named like the form and thats a little uncomfortable.

Greetz deadliner

siveriano 01-03-2009 10:47 PM

wow i have to said it, thank you so much , this is just what i had been looking for, easy, simple, and the best is that actually work w/o headaches.

Suggestion: It is possible for your next version, to make the thread title same as username.
EX. my user name is biscuit so the thread tittle will said Biscuit application.

bananalive 01-04-2009 01:32 PM

Quote:

Originally Posted by Brittany (Post 1700569)
yes exactly :]

Added form categories for form list for you.
Quote:

Originally Posted by NO deadliner (Post 1700669)
Hey Codername,
is it possible to generate a Threadtitle from one ore more answers so that every thread can easily be found later on? We would use your form for matches between Clans and want a thread for every match but only one form to fill out. Now the thrade is named like the form and thats a little uncomfortable.

Greetz deadliner

yes use thread pm title
{q_1} replacing 1 with appropriate question number
Quote:

Originally Posted by siveriano (Post 1700763)
wow i have to said it, thank you so much , this is just what i had been looking for, easy, simple, and the best is that actually work w/o headaches.

Suggestion: It is possible for your next version, to make the thread title same as username.
EX. my user name is biscuit so the thread tittle will said Biscuit application.

use {username} in thread pm title

Brittany 01-04-2009 02:14 PM

Quote:

Originally Posted by bananalive (Post 1701299)
Added form categories for form list for you.

You seriously rock!!!
Thank you!

Brittany 01-04-2009 02:28 PM

How do I update?
It says
No Files Uploaded.

bananalive 01-04-2009 02:59 PM

Quote:

Originally Posted by Brittany (Post 1701339)
How do I update?
It says
No Files Uploaded.

Hmm.. I'm sure I uploaded it, but obviously not. Re-uploaded to first post.

Vitaly 01-04-2009 03:41 PM

Very nice forum constructor. Tested at my debug site.

Could you consider some extentions?
  1. Optional preg_match (or ereg) rule for single line text. Very useful to check email, birthday format and so on, prior to send.
  2. Customizable groups permissions for each form. For example, if user have no enougth privilegies, hi sould not disturb tech stuff with some questions.
  3. Custom error message (for each form), if user have no permissions to access it. Sometime, links to form is publik, but user don't understand why he is not allowed to use form.
  4. Extention to (2). Some form (for example, for advertisers), should be also available without any registration. Just with additional contact fields. To simplify process for regustered users, we can define "redirect rule to simplified form" in form parameters, if user is logged in.
  5. Option to (4) - request default captcha for guests, if necessary.
  6. It would be nice to have option to send form to email. (new post / new thread / pm to user / email to user). Some feedback questions can be confidential, and it's not a goot idea to keep such info at forum.
  7. Add link to forms list in product settings. A bit annoying to remember URL :)

Brittany 01-04-2009 04:02 PM

Ok it wont let me delete a form.
I say delete form a pop up comes up
and I say ok and it wont delete :[

eta: oh and how do I make the categories?

Bl4ckfly 01-04-2009 04:06 PM

Hi, the {q_1} title method is working but not with all types of forms. I managed to get the single text field working. Radio Buttons also work but only show the number that is chosen. Dropdown doesnt work.

bananalive 01-04-2009 04:11 PM

Quote:

Originally Posted by Brittany (Post 1701448)
Ok it wont let me delete a form.
I say delete form a pop up comes up
and I say ok and it wont delete :[

eta: oh and how do I make the categories?

Fixed the form delete issue in attached product file.

You don't need to create categories just type the category for the form. All the forms with the same category name with be grouped together

Brittany 01-04-2009 04:19 PM

Working great banana.
Thank you sooooo much!!!

bananalive 01-04-2009 04:22 PM

Quote:

Originally Posted by Bl4ckfly (Post 1701454)
Hi, the {q_1} title method is working but not with all types of forms. I managed to get the single text field working. Radio Buttons also work but only show the number that is chosen. Dropdown doesnt work.

Fixed in attached product file


All times are GMT. The time now is 07:10 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.01448 seconds
  • Memory Usage 1,848KB
  • 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
  • (5)bbcode_code_printable
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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