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)

hobbybox 03-23-2009 04:09 PM

Still cannot get a response to why a certain user groups cannot upload attachments with a form.

1) This usergroup has the ability to upload attachments in ALL OTHER FORUMS
2) Attachment permissions are fine.

Getting no access when trying to upload the attchment - however if you go to any other forum and try to upload attachment there are no problems - access denied ONLY with the use of the form.

bananalive 03-23-2009 04:36 PM

Quote:

Originally Posted by hobbybox (Post 1775119)
Still cannot get a response to why a certain user groups cannot upload attachments with a form.

1) This usergroup has the ability to upload attachments in ALL OTHER FORUMS
2) Attachment permissions are fine.

Getting no access when trying to upload the attchment - however if you go to any other forum and try to upload attachment there are no problems - access denied ONLY with the use of the form.

try this file, it has line removed which was wrong and causing some posts to be moderated. It might be that line which was causing the attachment issue for you

https://vborg.vbsupport.ru/external/2012/01/5.gif product-easyforms v3.3.xml (152.0 KB)

bananalive 03-23-2009 04:37 PM

Quote:

Originally Posted by Derekclarke (Post 1775085)
Can this be modified to accept either BBcode or HTML in the Questions?

I wish to add a rules agreement in with a link to the rules...

If anyone can help ASAP it would be most Appreciated.

Thanks
Derek

You can use BB Code in questions.

hobbybox 03-23-2009 08:56 PM

Quote:

Originally Posted by bananalive (Post 1775142)
try this file, it has line removed which was wrong and causing some posts to be moderated. It might be that line which was causing the attachment issue for you

https://vborg.vbsupport.ru/external/2012/01/5.gif product-easyforms v3.3.xml (152.0 KB)


Still no permission

subvertbeats 03-23-2009 11:26 PM

Just wanted to say thanks for the mod, excellent work!

subvertbeats 03-24-2009 09:23 AM

Do you know of (or can you add) a way to view the forms without forum header and footer? (ideally add an option with the definition of each form to use a given vB style)
Im trying to use the forms inside an iframe on page outside of the main forums, and this page already has its own separate header/footer,

Thanks!

bananalive 03-24-2009 01:33 PM

Quote:

Originally Posted by subvertbeats (Post 1775680)
Do you know of (or can you add) a way to view the forms without forum header and footer? (ideally add an option with the definition of each form to use a given vB style)
Im trying to use the forms inside an iframe on page outside of the main forums, and this page already has its own separate header/footer,

Thanks!

Find in Plugin: Easy Forms Part 1:
PHP Code:

    eval('$html = "' fetch_template('form_view') . '";');
    
$canviewformlist unserialize($vbulletin->options['canviewformlist']);
    if (!
$canviewformlist OR !is_member_of($vbulletin->userinfo$canviewformlist))
    {
        
$navbits construct_navbits(array(
            
'' => construct_phrase($vbphrase['view_form'], $form['title'])
        ));
    }
    else
    {
        
$navbits construct_navbits(array(
            
'misc.php?do=forms' $vbulletin->session->vars['sessionurl_q'] => construct_phrase($vbphrase['forms']),
            
'' => construct_phrase($vbphrase['view_form'], $form['title'])
        ));
    }
    eval(
'$navbar = "' fetch_template('navbar') . '";');
    eval(
'print_output("' fetch_template('shell_blank') . '");'); 

Replace:
PHP Code:

    eval('print_output("' fetch_template('form_view') . '");'); 


bananalive 03-24-2009 01:34 PM

Quote:

Originally Posted by hobbybox (Post 1775322)
Still no permission

Doh.

hobbybox 03-24-2009 02:27 PM

Quote:

Originally Posted by bananalive (Post 1775814)
Doh.


this is my feeling - i cannot think of any other place that there would be a setting to check.

If they were not allowed to upload in other places it would be an easy fix - but it is only through the forum.

It was working (i think) prior to the 3.3 upgrade - however when i did the upgrade I was getting the moderation problem - when that was corrected it screwed up the attchments part.

CPOWA 03-24-2009 04:01 PM

1 Attachment(s)
I can't get past the following form error (first thumbnail). I believe everything is coded correctly, but I must be missing something. Any idea what I'm doing wrong? Other than the questions on the form everything else is set to default. I'm using Ver: 3.3

EDIT: Just tested it with text in the: "Thread/ PM/ Email Title:" field verses {q_10} and it posted. http://www.usfcralliance.org/forums/f173/test-731/

Hmmm... Changed the "Thread/ PM/ Email Title:" to Sponsored By: {q_10} and the thread posted with only Sponsored By: in the title.


All times are GMT. The time now is 09:36 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.02431 seconds
  • Memory Usage 1,759KB
  • 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
  • (2)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