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)

FW FH-K?ln 03-25-2009 05:27 PM

Thanks for \r\n.

We want to allow guests to use these form.

They write in a single line text field their e-mail ({q_6}). This form create a thread in a forum and send a e-mail to the e-mail-adress.

In the settings of the form we can set, that e-mail form send to {email} (only register users), but it doesn't work with {q_6} (guests)!

Can this be changed?

Max3D 03-25-2009 07:30 PM

just wondering, when ever sombody creates a new form and its submitted and makes a new thread it always shows up as moderated. Why?

anuanu 03-26-2009 01:02 AM

Quote:

Originally Posted by bananalive (Post 1776697)
Import attached file
Re-save question

Fixed! Awsome!

subvertbeats 03-26-2009 01:10 AM

Quote:

Originally Posted by bananalive (Post 1776677)
Find in Plugin: Easy Forms Part 1:

...
....


Thank you :up:

Heldenverband 03-27-2009 08:03 AM

1 Attachment(s)
Dear bananalive,

sorry again. My problem concerning error messages during creating thread still exist and i have no idea why.

With activated VBCMS i got this message ( see attached file )



After deactivated VBCMS the error following error message comes :

Warnung: Cannot use a scalar value as an array in [path]/misc.php(100) : eval()'d code (Zeile 2182)

Warnung: Cannot use a scalar value as an array in [path]/includes/functions_newpost.php (Zeile 394)



Any idea ?

Edit :

Problem is SOLVED. After updating to the latest version of EasyForms the forums ID was missing. Thanks to Christian from VBDesigns(VBCMS)

Altered 03-27-2009 07:26 PM

Question:

I have a form i want to allow unregistered users to access/submit. I have the permissions all set and everything works great. My problem is this;

When the form is submitted it posts in a thread i selected and i also want it to send the user a private message. This works fine when a user is logged in but i get the following error message when an unregistered user is logged in.

Code:

Form failed to submit. The following error(s) occured:
The following users were not found:
Unregistered


Is there anyway to make it so it only sends the private message to logged in users?

bananalive 03-28-2009 11:11 AM

Quote:

Originally Posted by Altered (Post 1778504)
Question:

I have a form i want to allow unregistered users to access/submit. I have the permissions all set and everything works great. My problem is this;

When the form is submitted it posts in a thread i selected and i also want it to send the user a private message. This works fine when a user is logged in but i get the following error message when an unregistered user is logged in.

Code:

Form failed to submit. The following error(s) occured:
The following users were not found:
Unregistered


Is there anyway to make it so it only sends the private message to logged in users?

Form Hook: Before Submit:
PHP Code:

if ($vbulletin->userinfo['userid'] == 0)
{
foreach (
$form['action'] as $id => $action)
{
if (
$action == 1)
{
unset(
$form['action'][$id]);
}
}



skYfIrE 04-01-2009 09:40 PM

Hi,

Thanks for the mod. Working fine on my board.

However, there is something "wrong" when using the vb_editor. The Image button is not shown. And, it's not only on my board, if I look at one of your attachement, this button is not shown too.

Is it possible for you to do something for reinstating it ?

Thanks for your help.

skYfIrE

zyxelts 04-01-2009 11:08 PM

Awsome mod, worked great for my internal site. I do have one question if anyone has the answer, I am trying to format the Thread to be
Question: Answer
Question: Answer

I can get it to work in the preview page, however when it posts, it puts the answers under the question. Any suggestions?

Thanks in advanced.

wacodep 04-02-2009 01:29 PM

Any hints on the 'Manage Attatchment' issue? The form works great, but when a registered user tries to use manage attachments (on the form ONLY), it gives the old access denied message. My test user is a 'Registered User', and that group has global attachment upload access.

Doe the usergroup need upload access for a specific forum, too? If so, which?

It seems as if the only way the 'Manage Uploads' works from the Form is if the user is a member of either 'Administrators' or 'Super Moderators'.


All times are GMT. The time now is 03:25 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.02243 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (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