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)

GrossKopf 05-28-2009 01:54 PM

Quote:

Originally Posted by Elenna (Post 1818720)
Go to (your forum URL)/misc.php?do=forms

That should get you started. :)

That's what I did and it asks for me to import an XML file.

bananalive 05-28-2009 02:00 PM

Quote:

Originally Posted by GrossKopf (Post 1818789)
That's what I did and it asks for me to import an XML file.

Above that you should have link called: Create New Form

http://www.yourforum.om/misc.php?do=newform

GrossKopf 05-28-2009 02:10 PM

DOH! Nevermind. I brain farted. I didn't realize I had to import that xml that was included with it a second time! Should be working now :)

GrossKopf 05-28-2009 03:46 PM

Ok, I assume that if you don't put anything in "Custom Form Output", it just prints in one continuous line? I have the output going to a specific forum and I need line breaks and different fonts, etc.

Anyone have an example of BBCode to make it look nice in the forum post?

Baigo 05-28-2009 05:10 PM

When I use {q_1} in thread title it doesn't work, it just shows a blank space. Any way to solve that?

Elenna 05-28-2009 05:36 PM

Quote:

Originally Posted by GrossKopf (Post 1818857)
Ok, I assume that if you don't put anything in "Custom Form Output", it just prints in one continuous line? I have the output going to a specific forum and I need line breaks and different fonts, etc.

Anyone have an example of BBCode to make it look nice in the forum post?

You'll need to edit the "Answer BBCode" boxes. If you don't want answers formatted in any special way, and just want a line break or two after each one, leave the first box blank, and in the second one, put in:

\r\n\r\n

bananalive 05-29-2009 10:00 AM

1 Attachment(s)
Quote:

Originally Posted by Baigo (Post 1818925)
When I use {q_1} in thread title it doesn't work, it just shows a blank space. Any way to solve that?

Check you are using the correct question hash - see screenshot

Baigo 05-29-2009 03:30 PM

Thanks a lot! That was it ^^

MoveOver.cc 06-02-2009 03:21 PM

Great mod.

Thx.

Works just fine for me.

I have added this to another message board but have forgotten how to redirect the New Thread in the specific forum to the necessary form.

Please advise.

bananalive 06-02-2009 03:23 PM

Quote:

Originally Posted by MoveOver.cc (Post 1822082)
Great mod.

Thx.

Works just fine for me.

I have added this to another message board but have forgotten how to redirect the New Thread in the specific forum to the necessary form.

Please advise.

How can I Re-direct/ force users to submit form rather than click new thread?
  1. Create plugin newthread_start

    PHP Code:

    if (in_array($forumid, array(1,2,3)))

    header'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ; 



    Change 1,2,3 for appropriate forumids.


All times are GMT. The time now is 12:59 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.03478 seconds
  • Memory Usage 1,746KB
  • 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
  • (5)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