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)

bananalive 01-29-2011 10:46 AM

Quote:

Originally Posted by ceho (Post 2155348)
Hi, jus two questions I couldn't find the answers to:

is it possible to preselect a value from a dropdown select so that it's shown when a user enters the form?

And second: is it somehow possible that users of a form could upload a picture via form that will be shown in a post/thread (as an attachment)? How would I do such a thing, how would I set up a form field (custom?)?

And maybe you can take a look at this old post of mine: https://vborg.vbsupport.ru/showpost....&postcount=956

I hope I made myself understood... Thankyou very much!

1. Yes, using form hooks. For example: Form Hook: Form Start:
PHP Code:

if ($_REQUEST['select']==1)
{
$qo['316']=1;
$q['316']=1;


http://www.yourforums.com/forums/misc.php?do=form&fid=41&select=1
This would select the first option of question with question hash 316

2. Yes, click enable attachments. (Only available for forms creating new threads)

bananalive 01-29-2011 10:48 AM

Quote:

Originally Posted by biancolaw (Post 2155798)
Love this mod, can you tell me how I what code I would change to add a section as a link to the new form? I thought it would be section_navnext but I can't find where to edit to make it work. Nobody seems to have a straight answer to make a section a link.

I do not understand what you mean? Are you talking about form sections? or sections elsewhere in vBulletin?

ceho 01-29-2011 11:03 AM

bananalive, you rock, thank you very much!!

ascroft 01-29-2011 07:45 PM

Hi there - seeking some advice on how to use forms for replying to thread posts. I have set up and working well for controlling new posts to forums. Many thanks for the earlier advice re that.

Also with regard to polls, could you add a variable on the end of this - I am keen to differentiate my polls per post but as the questions are all the same per post (which is what I want), VB seems to just show the latest voted thread - ie through the poll widget.....

www.shackchat.co.nz

bananalive 01-30-2011 04:59 PM

Quote:

Originally Posted by ascroft (Post 2156178)
Hi there - seeking some advice on how to use forms for replying to thread posts. I have set up and working well for controlling new posts to forums. Many thanks for the earlier advice re that.

Also with regard to polls, could you add a variable on the end of this - I am keen to differentiate my polls per post but as the questions are all the same per post (which is what I want), VB seems to just show the latest voted thread - ie through the poll widget.....

www.shackchat.co.nz

Are you referring to Form Results Poll or creating a thread with a poll?

Gomojoe 01-30-2011 08:51 PM

I'm having a problem with permissions. I set it to allow unregistered/not logged in users to be able to see the forms, but when I click on my form when I am not logged in I get the "I do not have permission" notice. Is there something I'm missing here?

ascroft 01-31-2011 04:47 AM

Quote:

Originally Posted by bananalive (Post 2156536)
Are you referring to Form Results Poll or creating a thread with a poll?

Hi - I mean creating a poll upon form submission.

thunderclap82 02-01-2011 12:22 PM

Quote:

Originally Posted by JamesGunner (Post 1999283)
Im having a bit trouble with the "Manage Attachment" Button on the form. The user can fill in the form and a thread will be posted in an internal section of our forum so that user cant read the outcome / the thread. If a user wants to attach something he will get the "No permission" message telling him that he doesnt have permission to attach something. Is there any way around this?

This is the problem I'm currently having. The forum permissions and usergroup permissions are configured correctly, yet only admin can attach files. Did you ever resolve this?

garfieldH 02-01-2011 03:42 PM

How can I move the position of the tab? I'd like to have it at the end of the other tabs, or at least further away from 'Forum'.

bananalive 02-01-2011 05:01 PM

Quote:

Originally Posted by garfieldH (Post 2157369)
How can I move the position of the tab? I'd like to have it at the end of the other tabs, or at least further away from 'Forum'.

  1. Find in plugin Easy Forms - Forms Tab
    PHP Code:

    $template_hook['navtab_middle'

  2. Replace with
    PHP Code:

    $template_hook['navtab_end'



All times are GMT. The time now is 05:53 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.08249 seconds
  • Memory Usage 1,755KB
  • 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
  • (3)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
  • (6)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