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)

KGodel 06-10-2014 12:11 AM

Bump. Has anyone solved the "special characters" bug?

orangedays 06-12-2014 04:22 AM

can i call the form in vbulletin CMS?

msmayz 06-16-2014 11:32 PM

Hi! I need a little help. How can I allow my users to select the subforum into which their form results will be posted?

Edit: Never mind; saw this post and was able to extrapolate my own code based on it.

msmayz 06-17-2014 07:13 AM

Sorry for the double post. I do have another question: What code would I use to allow my users to choose a thread prefix? Maybe something like this? (The prefix IDs For_Sale and For_Trade are already built into my forum.)

Code:

if (stristr($qo['4'], "Sale")) {
$prefixid = For_Sale;
}
elseif (stristr($qo['4'], "Trade")) {
$prefixid = For_Trade;
}


Edit: Again, never mind. Found this post, and it works -- now my users can choose their thread prefix.

KGodel 06-19-2014 03:22 AM

Aside from the "special characters" bug, I have unregistered/not logged in unable to view a form, yet when it is submit, I guess the timeout occurs and it allows them to submit the form? I simply added a check beforehand to make sure if they were marked as 0 then give them a warning

Froggyv 07-10-2014 12:36 AM

I am confused regarding what the forms actually do. Does it give me a formatted style for posts or is it a form for emails or what?

bananalive 07-11-2014 12:06 PM

Quote:

Originally Posted by Froggyv (Post 2506175)
I am confused regarding what the forms actually do. Does it give me a formatted style for posts or is it a form for emails or what?

It can do both.

Form can Submit to:
  • new thread in forum
  • new post in thread
  • new pm to user
  • email address
  • save to database

You can customise formatting too.

KGodel 07-17-2014 07:01 AM

Any update on the bug many of us get with special characters?

stevieb 07-19-2014 10:05 AM

nice...

Taringa! CS 07-22-2014 10:49 PM

Quote:

Originally Posted by KGodel (Post 2507168)
Any update on the bug many of us get with special characters?

I'm waiting the same fix...


All times are GMT. The time now is 01:10 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.02921 seconds
  • Memory Usage 1,736KB
  • 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
  • (2)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