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 03-16-2009 07:32 PM

Quote:

Originally Posted by DontWannaName (Post 1769913)
For some reason, im getting the question thats after the section name on the same row as the section name so they are right next to each other. The answer is below the 2.

Add \r\n to the end of Section BBcode

DontWannaName 03-16-2009 07:36 PM

ah, thanks. How would you be able to also add space after the section so they aren't directly under each other.

nvm, I just added it twice :D

hobbybox 03-17-2009 11:31 AM

After upgrading all now works great except one user group cannot upload pictures via the form - this user group though can upload pictures in any other forum so it seems that it is not a user group issue.

the user group is ok to upload files, and the forum the form is posting in is ok for pictures. Im not sure what other place to look for a setting. When they click on the Manage Attachment button the no access page comes up - but again it is for the form only - all other forums are fine.

bananalive 03-17-2009 01:15 PM

Quote:

Originally Posted by hobbybox (Post 1770343)
After upgrading all now works great except one user group cannot upload pictures via the form - this user group though can upload pictures in any other forum so it seems that it is not a user group issue.

the user group is ok to upload files, and the forum the form is posting in is ok for pictures. Im not sure what other place to look for a setting. When they click on the Manage Attachment button the no access page comes up - but again it is for the form only - all other forums are fine.

Check their attachment extension permissions.

Vitaly 03-17-2009 07:52 PM

Imported forms from debug site to production (via XML). Noticed some bugs:

1. parameter "Show on form list" not stored.
2. parameter "Only for guests" (for field) not stored.
3. If form contains only 1 field (field type doesn't matter), that field become crapped.
4. All field numbers totally crapped (had to edit again custom templates and hooks)

That's not critical, because I don't import/export forms every day :) , just a bit inconvenient.

PS. But in general, product is exellent :) . Thanks a lot for your work and your support.

hobbybox 03-17-2009 08:25 PM

Quote:

Originally Posted by bananalive (Post 1770387)
Check their attachment extension permissions.

they have access to all - as I stated that they can upload with no problems to any forum (through making a post) however it only rejects them doing so through the form.

Vitaly 03-18-2009 03:21 AM

Is is possible (? in next version) to grant full access for superadmins, even if no groups for edit selected in settings? Would be nice.

Loller 03-20-2009 09:45 AM

Hello bananalive.
Thank you for this great (!) mod.

I have a question:
How i can customize thread title via Form Hook: Before Submit ? Can I do thread title = {q_1} [{q_2} - {q_3}] when {q_3} filled, and if not filled - thread title = {q_1} [{q_2}]

Can i do it using Form Hook?

UPD:
solved :)
It's a simply:
PHP Code:

if ($q[8]<>''$threadtitle "$q[1] [$qo[6]] [$qo[7] | $q[8]]";
else 
$threadtitle "$q[1] [$qo[6]] [$qo[7]]"


Altered 03-20-2009 05:23 PM

Like another person on here i'm having trouble with forms going into moderation queue after updating to 3.3 Has anyone found a solution for this yet? Forum permissions are setup properly and it was working fine prior to the 3.3 update.

Thanks!

xcesivvs 03-21-2009 08:42 AM

Is there a way to make the form work through a website page. Put the fields into a website page and when a person enters stuff it goes through to the forum

Thanks

Warren


All times are GMT. The time now is 10:04 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.01975 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
  • (3)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