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-19-2009 07:07 AM

Quote:

Originally Posted by Saviour (Post 1831074)
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.

I'll add WOL to next version.

bananalive 06-19-2009 07:16 AM

Quote:

Originally Posted by steve71 (Post 1831688)
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.

I'm not sure if its possible but you could try this:

Find in plugin Easy Forms Part 1:
PHP Code:

/*($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;*/ 

Replace:
PHP Code:

($hook vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false

Then see if you get any messages or anything.

wiiJp321035 06-20-2009 05:21 PM

Great Mod!

Is there any way for the users to retreive their posted data and edit the data and only submit the form once?

Thanks!

steve71 06-20-2009 09:46 PM

Quote:

Originally Posted by bananalive (Post 1832514)
I'm not sure if its possible but you could try this:

Find in plugin Easy Forms Part 1:
PHP Code:

/*($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;*/ 

Replace:
PHP Code:

($hook vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false

Then see if you get any messages or anything.

No luck (no errors just no change) but thanks for trying.

I notice on the forms edit page you can call up hooks..I was wondering if I might be able to call up the thread thumbnail hook? (Instead of editing the easy form hack through VB plugin manager.)

Great mod ! :)

viper357 06-22-2009 08:27 AM

Hi, how do I remove the italics from the answers to the questions in the forms? Thanks.

Heldenverband 06-22-2009 05:11 PM

1 Attachment(s)
Dear All,

i have a problem with a break after a SECTION. The single text line after a section is not a new line. It is attached to the section description. Please see the attached screenshot.

Any ideas ?

bananalive 06-22-2009 05:33 PM

Quote:

Originally Posted by wiiJp321035 (Post 1833454)
Great Mod!

Is there any way for the users to retreive their posted data and edit the data and only submit the form once?

Thanks!

no.

Elenna 06-22-2009 05:33 PM

Quote:

Originally Posted by viper357 (Post 1834612)
Hi, how do I remove the italics from the answers to the questions in the forms? Thanks.

Edit your form - in the top section, there are a few fields that deal with formatting. Look for the "answer" one. It should already have something in it, like [indent][i] and [/i][/indent].

Remove the [i] and [/i], and that will remove the italics.

bananalive 06-22-2009 05:33 PM

Quote:

Originally Posted by steve71 (Post 1833624)
No luck (no errors just no change) but thanks for trying.

I notice on the forms edit page you can call up hooks..I was wondering if I might be able to call up the thread thumbnail hook? (Instead of editing the easy form hack through VB plugin manager.)

Great mod ! :)

If i get time i'll look into someway of doing this tomorrow.

bananalive 06-22-2009 05:35 PM

Quote:

Originally Posted by viper357 (Post 1834612)
Hi, how do I remove the italics from the answers to the questions in the forms? Thanks.

Edit Form

Answer BBcode:
HTML Code:

[INDENT][I][/I][/INDENT]

Change to
HTML Code:

[INDENT][/INDENT]



All times are GMT. The time now is 03:48 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.01970 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (7)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