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)

djbaxter 10-20-2011 11:05 PM

Quote:

Originally Posted by bigrover (Post 2259548)
Yeah, uh that's a bug and I really don't care what the programmers say. That message is intended to indicate to users that they may be accidentally leaving a site where they have entered data but not processed it. Sad to see that cropping up in this new version.

I don't disagree. Even if it IS a feature, it clearly needs some fine-tuning because as it is now it's annoying.

djbaxter 10-20-2011 11:07 PM

Quote:

Originally Posted by bigrover (Post 2259549)
I was worried that would be the solution. It is a less than perfect solution at best as I am expecting the form to return two large fields with significant formatted text that is then applied to the thread. I use the two separate editor fields so I can wrap a [HIDE] tag around on of them for enhanced membership content. Not having that is going to be sickening.

Maybe I need to look back at vB 4.2.5 patch level 4000 as a workable solution. Then I wouldn't have the spurious browser warnings and the Easy Forms 4.2.5 would work.

:confused: vB 4.2.5 patch level 4000? We're currently only at 4.1.7 and the previous versions of Easy Forms will not work with any version since the CKEditor was introduced.

bigrover 10-21-2011 12:51 AM

I meant to type vB 4.1.5, latest patch level whatever that is. Sorry to confuse.

djbaxter 10-21-2011 01:32 AM

Actually, now I've forgotten. Was the CJK Editor introduced in 4.1.5 or 4.1.6? Either way, you'd have to go back to the old editor to get the former versions of this add-on to work.

bigrover 10-21-2011 02:16 AM

Quote:

Originally Posted by djbaxter (Post 2259529)
This is an issue with vBulletin 4.1.6 and 4.1.7, either "by design" or "a bug" depending on who you talk to. It's annoying but nothing to do with this or any other add-on.

I was able to resolve the problem with the "leave page" issue by modifying and uncompressed version of the clientscript/vbulletin_textedit.js file. I found the fix here - https://www.vbulletin.com/forum/show...=1#post2201080

bigrover 10-21-2011 05:23 AM

I have another mod, vS Hide Hack, the installs a button in the editor toolbar. It shows up everywhere except when the editor is included in the Easy Form vB editor question display. Anyone else see this and is there a workaround to support the custom buttons and related features?

aardel 10-21-2011 07:51 PM

Hello Banana live, well done for the great mod,

One Question, might be very simple for you but i did not find and answer yet looking around,

I would like to have a quick PM to user link in the form submitted, as to have a quick reply in the posted data.

midgetgrimm 10-21-2011 10:04 PM

Ok so i installed this, how do make a new form. the only admin options are for user permissions, it asks me for upload xml in my forms button here

deverill2010 10-24-2011 09:03 PM

Hiya I haven't updated this for a while as it works perfectly for me before the new editor.

Anyhow before I update I was wondering if there was a way to limit a user sending a form.

I.e needs to have 10 posts before they can submit a form.

Is that possible with the latest version?

bananalive 10-29-2011 12:51 PM

Quote:

Originally Posted by deverill2010 (Post 2261175)
Hiya I haven't updated this for a while as it works perfectly for me before the new editor.

Anyhow before I update I was wondering if there was a way to limit a user sending a form.

I.e needs to have 10 posts before they can submit a form.

Is that possible with the latest version?

Add the following php code to Form Hook: Form Start:
PHP Code:

if($vbulletin->userinfo['posts'] < 10)
{
$errormessage "You need 10 posts to use this form.";
eval(
'print_output("' fetch_template('STANDARD_ERROR') . '");');




All times are GMT. The time now is 02:39 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.02278 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
  • (4)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