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)

angelimnot 02-28-2010 07:48 PM

thank you very much~!!!!!!!!

misticjeff 02-28-2010 07:52 PM

1 Attachment(s)
Need help....

Installed
JS file uploaded to /clientscript/
Java on in browser
Block PopUps disabled in browser
Tried in Firefox 3.6 and I.E. 8

Cannot do anything java related. Cannot delete a question or form.

Any advice?

I've tried overwriting the .xml file but no change.

Thanks

Edit:

I'd also like to know how to do the following:

I'd like to automatically populate the form for each person submitting with their:

username
all profile fields
current date

would this be done in a custom question and what might the code look like???

thanks again for a great add on!!!!

Edit #2:

And... can the email output be changed? I noticed that when sending as a PM the output is rather nice. But sent as an email it looks "fugly"

Selcor 02-28-2010 08:17 PM

Quote:

Originally Posted by Selcor (Post 1993245)
Is displayed wrong on my forum (vb 4.0.2). View the image: http://img705.imageshack.us/img705/4742/capr.png

Probe with several skins and does not change ...

Why nobody answer me?

RustyDogma 03-01-2010 02:10 PM

my users submit the form and get 'please reduce the number of characters'.. I need to allow as many characters as they need... I've looked all over at permissions, have max chars for post at unlimited.. cannot find where to fix it for the form?

misticjeff 03-01-2010 05:43 PM

Quote:

Originally Posted by RustyDogma (Post 1994491)
my users submit the form and get 'please reduce the number of characters'.. I need to allow as many characters as they need... I've looked all over at permissions, have max chars for post at unlimited.. cannot find where to fix it for the form?

If you're using text input fields, after creating the question, click on "edit" and there you can adjust how many characters to allow in the answer.

bananalive 03-02-2010 12:19 PM

Quote:

Originally Posted by RustyDogma (Post 1994491)
my users submit the form and get 'please reduce the number of characters'.. I need to allow as many characters as they need... I've looked all over at permissions, have max chars for post at unlimited.. cannot find where to fix it for the form?

vBulletin Options > vBulletin Options > Message Posting and Editing Options -> Maximum Characters Per Post

0 to disable

bananalive 03-02-2010 12:21 PM

Quote:

Originally Posted by Selcor (Post 1993984)
Why nobody answer me?

It displays fine with default style, i cannot guess why it doesnt work with your skin/style

bananalive 03-02-2010 12:27 PM

Quote:

Originally Posted by misticjeff (Post 1993967)
Need help....

Installed
JS file uploaded to /clientscript/
Java on in browser
Block PopUps disabled in browser
Tried in Firefox 3.6 and I.E. 8


Cannot do anything java related. Cannot delete a question or form.


Any advice?

I've tried overwriting the .xml file but no change.

Thanks


Edit:

I'd also like to know how to do the following:

I'd like to automatically populate the form for each person submitting with their:

username
all profile fields
current date

would this be done in a custom question and what might the code look like???

thanks again for a great add on!!!!

Edit #2:

And... can the email output be changed? I noticed that when sending as a PM the output is rather nice. But sent as an email it looks "fugly"

I'll work on a version which doesnt require javascript for you.

RE: Edit #1.

Yes you could do that by custom question usign the following php code:

PHP Code:

 $answer '<input type="text" readonly="readonly" id="q_' $formbit[id] . '" name="' $formbit[id] . '" value="' $vbulletin->userinfo[username] . '" class="textbox" />'

This is for the username, create more questions for other profile details.

RE: Edit #2

vBulletin does not send html emails, it converts the bb code/ html code into plain text

bananalive 03-02-2010 12:28 PM

Quote:

Originally Posted by rfsforums (Post 1993384)
but they are actually followed by an asterisk. I've searched everywhere I can think of, where would I find this statement so that I can change it?

Thanks again for a great Mod!

Edit Phrase: compulsory_questions_explained

Selcor 03-02-2010 05:53 PM

1 Attachment(s)
With the skin Default don't work ... :erm:


All times are GMT. The time now is 08:13 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.02457 seconds
  • Memory Usage 1,750KB
  • 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
  • (6)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