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 01-19-2009 01:18 PM

1 Attachment(s)
Quote:

Originally Posted by metalguy639 (Post 1717536)
It just puts the smilie box under the text box instead along the side of it. Here's the link to the mod if that helps you out. https://vborg.vbsupport.ru/showthread.php?t=178327 If I knew what template you used for this mod that has the exact layout of the vb editor box then I could actually fix it myself with a simple break in teh code, but I have not been able to find it anywhere.



It was working before but now it does not work at all. I type in something to the multi line text field and it will not submit the form. It comes back and says that I have to fill out the title & subject. Its not a huge deal for me as I would rather use the vbeditor instead.

Fixed smilie box issue in attached file
Quote:

Originally Posted by designerweb (Post 1717383)
This is getting better by the day. I can't wait to be abe to use it!
Are you going to have the Save data to Database feature anytime soon?

End of January
Quote:

Originally Posted by ssslippy (Post 1717374)
Fatal error: Call to undefined function construct_attachment_add_js() in /var/www/immortal-guild.net/httpdocs/forums/misc.php(100) : eval()'d code on line 1435

It's missing the javascript. What vb version are you using?
Quote:

Originally Posted by klaush (Post 1717792)
Thanks, nice and easy to use.

One issue, the same user can fill out one form multiple times? Is that correct.

We should have an option to close an answered form for the user who filled it out correctly.

Possible?

Depends what the form is used for. I suppose a time array could be used so someone can only fill in the form once every week - I'll have think about this

klaush 01-19-2009 01:32 PM

Thanks; nominated!

Quote:

Originally Posted by bananalive (Post 1717853)

Depends what the form is used for. I suppose a time array could be used so someone can only fill in the form once every week - I'll have think about this


designerweb 01-19-2009 01:54 PM

Awesome!#1!!!!!!!

Vitaly 01-19-2009 06:58 PM

Is it possible to implement the following:

Create a post in defined forum AND send copy to email? Useful to track support stuff activity. Now only single action can be selected

Pure Dope 01-19-2009 08:56 PM

wwhat is the point of this? so i can create a form? AND?

ssslippy 01-19-2009 11:21 PM

On the attachment issue, I am running 3.8. The preview fails but when you hit submit the attachment gets put onto the post. The javascript is there otherwise my attachments would fail all over the board.

peppercola 01-20-2009 01:41 AM

I've installed this and have it all set up but when it posts its not coming out in the layout of the forum its coming out in one big paragraph.

What coding do I need to put in the Custom Form Output for it to show as the actual layout of the forum like you have it?

gator777 01-20-2009 04:49 AM

Awesome Mod! Thats all I have to say! It's Mods like this that make VBulletin so great. :)

JermaineBelgard 01-20-2009 10:02 AM

Works fine, but why do have I to approve new threads created via a form? If I fill out a form as admin, the thread is created. If I do the same as normal user, the thread has to be approved. But in the same forum which I have selected for the forms it is not necessary for mods and admins to review new threads. Every thread created in there is available in the moment it has been posted -except the form-created ones. What do I have to change to go new threads live instantly?

Thx for this great mod btw. :)

bananalive 01-20-2009 11:20 AM

Quote:

Originally Posted by peppercola (Post 1718462)
I've installed this and have it all set up but when it posts its not coming out in the layout of the forum its coming out in one big paragraph.

What coding do I need to put in the Custom Form Output for it to show as the actual layout of the forum like you have it?

Use \r\n for new lines

Quote:

Originally Posted by JermaineBelgard (Post 1718828)
Works fine, but why do have I to approve new threads created via a form? If I fill out a form as admin, the thread is created. If I do the same as normal user, the thread has to be approved. But in the same forum which I have selected for the forms it is not necessary for mods and admins to review new threads. Every thread created in there is available in the moment it has been posted -except the form-created ones. What do I have to change to go new threads live instantly?

Thx for this great mod btw. :)

For non-moderators:

Find:
PHP Code:

$newpost['visible'] = '1'

Replace with:
PHP Code:

$newpost['visible'] = '0'

Quote:

Originally Posted by Pure Dope (Post 1718251)
wwhat is the point of this? so i can create a form? AND?

The point is to allow posts which are of a required form. Can be used for applications, complaints, or any other form

Quote:

Originally Posted by Vitaly (Post 1718145)
Is it possible to implement the following:

Create a post in defined forum AND send copy to email? Useful to track support stuff activity. Now only single action can be selected

When I add hooks this will be possible.


All times are GMT. The time now is 10:52 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.02174 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_php_printable
  • (9)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