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)

dutchbb 02-23-2009 06:04 PM

So how do we add it, i do not see the option for it. tnx.

Edit: nvm, i see the option for it. However we can not choose where to add it in the form?

Andyrew 02-23-2009 06:18 PM

Quote:

Originally Posted by dutchbb (Post 1752532)
So how do we add it, i do not see the option for it. tnx.

Edit: nvm, i see the option for it. However we can not choose where to add it in the form?

It might be possible to do that with a custom question then put in php code, i'm not a coder so you will need to ask bananalive.

bananalive 02-24-2009 11:34 AM

Quote:

Originally Posted by dutchbb (Post 1752532)
So how do we add it, i do not see the option for it. tnx.

Edit: nvm, i see the option for it. However we can not choose where to add it in the form?

There is no option for that. You could however edit template form_view

bananalive 02-24-2009 11:35 AM

Quote:

Originally Posted by dutchbb (Post 1752395)
When can we expect the attachments option? This is the only thing keeping me from using this mod :)

Attachments are currently available for creating new thread but not for posting in a thread.

bananalive 02-24-2009 11:39 AM

Quote:

Originally Posted by Gizmo999 (Post 1752368)
How would I get it to include the forum users name and email address automatically in the output? I'd restrict use to members only.

it would need to save to database and send an email.

Either use custom output or use hook before complete:
PHP Code:

$formoutput .= $form[preq] . "Username:" $form[pstq];
$formoutput .= $form['prea'] . $vbulletin->userinfo[username] . $form[psta];
$formoutput .= $form[preq] . "Email:" $form[pstq];
$formoutput .= $form['prea'] . $vbulletin->userinfo[email] . $form[psta]; 


bananalive 02-24-2009 11:46 AM

Quote:

Originally Posted by Budget101 (Post 1752306)
How do I input a hidden field to automatically log the users IP address regardless of their Usergroup?

PHP Code:

$ip $vbulletin->input->clean($_SERVER['REMOTE_ADDR'], TYPE_STR);
$formoutput .= $form[preq] . "IP:" $form[pstq];
$formoutput .= $form['prea'] . $ip $form[psta]; 


A.Chakery 02-24-2009 12:15 PM

hi bro

really thnx for this gr8 mod (marked as installed :) )

zushiba 02-24-2009 02:14 PM

This is an excellent mod that will save me a LOT of time but I'm running VBAdvanced CMPS, is there any way to integrate the forms into the front end?

bananalive 02-24-2009 03:22 PM

Quote:

Originally Posted by zushiba (Post 1753339)
This is an excellent mod that will save me a LOT of time but I'm running VBAdvanced CMPS, is there any way to integrate the forms into the front end?

Probably. I did a quick google and found this post which might help you

Xencored 02-24-2009 03:26 PM

Installed Thanks mate epic this is!!


All times are GMT. The time now is 05:22 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.02170 seconds
  • Memory Usage 1,753KB
  • 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
  • (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