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 05-03-2009 11:23 AM

Quote:

Originally Posted by davew (Post 1802754)
Great Mod, thanks very much!

I'm trying to put together a "For Sale" template to get some consistency on selling threads, and just realised I'm missing an important component (I think).

Is there any way to request an image please?

This is what I've come up with so far for my forms' output, as a matter of interest - (constructive criticism and suggestions welcomed :) ) - if i could end up with an image on each item line I would be a happy chappie..
Attachment 98570

Just noticed - your "Coming Soon" item will address this won't it? Doh!

You can allow attachments for new threads but not posts in thread at the moment.

bananalive 05-03-2009 11:39 AM

Quote:

Originally Posted by Spinball (Post 1802581)
Hello,
is it possible to use this in conjunction with Edit New Thread Button to specify the forum in which the new thread will be created?

I currently use it so that my classifieds forums use the Form to Thread hack.
It works ok but this is a more elegant solution.
Could I call this hack with a query string like I currently do with the Form Hack and pass the forum ID along to create the new thread in the specified forum?
E.g. newthread.php?do=classified&f=198 runs the classified template passing the forum id as 198.

Yes

http://www.bananalive.co.cc/showpost...59&postcount=5

bananalive 05-03-2009 11:47 AM

Quote:

Originally Posted by H3C x Nevz (Post 1802783)
I love this addon - the one thing I would love is an option to add a Thread Prefix field where users can select which thread prefix if they are posting a thread in a board.

You could use custom question for this:

PHP Code:

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


kyrenator 05-04-2009 04:57 PM

awesome hack!

But i have a question! I create tha form but after this i dont know what to do! can you explain me? i have read the help but i have no understand it :/

bananalive 05-04-2009 05:03 PM

Quote:

Originally Posted by kyrenator (Post 1804459)
awesome hack!

But i have a question! I create tha form but after this i dont know what to do! can you explain me? i have read the help but i have no understand it :/

Scroll to bottom of page and you will see option to add questions.

kyrenator 05-04-2009 05:40 PM

i have added questions but i cant export the form!
how can i publish my form?

kyrenator 05-05-2009 11:46 AM

bananalive can you answer to me please?
i need this mod ...

bananalive 05-05-2009 12:48 PM

Quote:

Originally Posted by kyrenator (Post 1804500)
i have added questions but i cant export the form!
how can i publish my form?

Clicking 'view form' members can submit your form.

kyrenator 05-05-2009 02:25 PM

where is the "view form"?

bananalive 05-05-2009 03:03 PM

Quote:

Originally Posted by kyrenator (Post 1805056)
where is the "view form"?

go to forms page (misc.php?do=forms) then click on the form title


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.01867 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