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)

sulasno 09-23-2010 02:40 PM

that would be allowing everyone to edit a common post

Budget101 09-27-2010 02:15 PM

Is there any way to add an "Upload Photo" field??

ramymostafa 09-27-2010 06:35 PM

first of all
thank u very much for this greaaat mod !

it works perfect !

but i have one problem

when i press

"Form Results Poll"

https://vborg.vbsupport.ru/


there is nothing :(

also other result types work fine

https://vborg.vbsupport.ru/

Bouncer222 09-28-2010 02:22 AM

Hey i'm about to install this and use it for our gaming community applications.
one question.
Is it possible to make it so certain usergroups cannot reply until at least one user from certain usergroups has replied?

OR better yet, certain usergroups cannot reply until thread prefix has changed to a certain prefix?

thanks.

bananalive 10-02-2010 01:11 PM

Quote:

Originally Posted by Bouncer222 (Post 2104034)
Hey i'm about to install this and use it for our gaming community applications.
one question.
Is it possible to make it so certain usergroups cannot reply until at least one user from certain usergroups has replied?

OR better yet, certain usergroups cannot reply until thread prefix has changed to a certain prefix?

thanks.

To achieve this you would have to have knowledge of php and use Form Hooks.

bananalive 10-02-2010 01:12 PM

Quote:

Originally Posted by ramymostafa (Post 2103854)
first of all
thank u very much for this greaaat mod !

it works perfect !

but i have one problem

when i press

"Form Results Poll"

http://img713.imageshack.us/img713/516/testzi.png


there is nothing :(

also other result types work fine

http://img828.imageshack.us/img828/2916/test2y.png

What have you got in?:

vBulletin Options -> Easy Form Options -> Question Types to Hide in Form Results Poll

If the question types are in this list then they wont show on Form Results as Poll

bananalive 10-02-2010 01:14 PM

Quote:

Originally Posted by Budget101 (Post 2103711)
Is there any way to add an "Upload Photo" field??

You can allow attachments, when the form creates new thread.

bananalive 10-02-2010 01:15 PM

Quote:

Originally Posted by stastka (Post 2102156)
Hi bananalive.

I'd like to thank you for this great mod!

However, there is one thing I can't figure out. Is it possible to post the form to custom page / subforum so that the users can fill in and submit the form there?

I apologize if somebody has already asked about this, but I didn't find it in about 30 pages of comments I read.

Thank you!

Yes it can post to any forum or sub-forum.

bananalive 10-02-2010 02:55 PM

Quote:

Originally Posted by ascroft (Post 2099900)
Form is all going really well but I would love to let the form completer select from the available thread prefixes for the forum that I have the form attached to rather than having to specify this up front - is this possible please??

Create Custom Question
  • Reference Name:
    Code:

    prefix
  • PHP Code:
    PHP Code:

    require_once(DIR '/includes/functions_prefix.php'); 
    $thisanswer $q[$formbit[id]]; 
    $prefix_options fetch_prefix_html($form['forumid'], $thisanswertrue); 
    $answer '<select name="' $formbit[id] . '" id="q_' $formbit[id] . '" class="bginput">'
    $answer .= '<option value="">'.$vbphrase[no_prefix_meta].'</option>'
    $answer .= $prefix_options
    $answer .= '</select>'


Add the following to Form Hook: Before Submit:

PHP Code:

$form['prefix']  = $form['prefixid'] = $qo['prefix']; 


bananalive 10-02-2010 02:59 PM

Quote:

Originally Posted by nakedanvil (Post 2099765)
The title code above does not work for me. The description one is fine.

Add the following code to Form Hook: Form Start:

PHP Code:

$style['title'] = 'font-weight: bold; font-size: large; text-align: center;';
$style['description'] = 'font-weight:normal;'



All times are GMT. The time now is 12:09 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.02769 seconds
  • Memory Usage 1,754KB
  • 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_code_printable
  • (3)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
  • (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