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)

Andyrew 02-17-2009 08:50 PM

Quote:

Originally Posted by SouthpawK (Post 1747255)
Can someone please tell me where to go to set up my form? I swear I am not a stupid person, I have downloaded and installed this just fine. I can see the options in vb options for allowing usergroups, navbar links and such but I am missing where to set up my forms at. Yes, I followed the installation instructions but nothing.

I feel like I am in the twilight zone...what am I missing?

Thanks

http://your-forum.com/forums/misc.php?do=forms

It says this at the top of every page in this thread. :p

SouthpawK 02-17-2009 09:21 PM

Quote:

Originally Posted by Andyrew (Post 1747265)
http://your-forum.com/forums/misc.php?do=forms

It says this at the top of every page in this thread. :p

I understand that and again I have done that. When I go there it says... The requested document was not found on this server.

What could be the cause of this?

Thank you for your response

Andyrew 02-17-2009 09:24 PM

Quote:

Originally Posted by SouthpawK (Post 1747279)
I understand that and again I have done that. When I go there it says... The requested document was not found on this server.

What could be the cause of this?

Thank you for your response

Not sure, you are changing that link to suit your forums. ?

SouthpawK 02-17-2009 09:38 PM

Yes I am. I have also uninstalled and reinstalled and same thing happens.

d0nbiz 02-17-2009 10:53 PM

Looks very good. Reserved ;)

Anung Mwka 02-18-2009 01:11 AM

I have a question, I need a form where people can assign a amount of points. What I'm basically looking for is a way to add up each row (about 25-30 in total). Is this possible?

bananalive 02-18-2009 07:56 AM

Quote:

Originally Posted by Anung Mwka (Post 1747452)
I have a question, I need a form where people can assign a amount of points. What I'm basically looking for is a way to add up each row (about 25-30 in total). Is this possible?

Yes, use form hook: before submit

PHP Code:

$total $q[1] + $q[2] + $q[3] + $q[4]; 


bananalive 02-18-2009 07:57 AM

Quote:

Originally Posted by SouthpawK (Post 1747297)
Yes I am. I have also uninstalled and reinstalled and same thing happens.

misc.php is a standard page, included with vBulletin

Kiint 02-18-2009 08:15 AM

Quote:

Originally Posted by SouthpawK (Post 1747297)
Yes I am. I have also uninstalled and reinstalled and same thing happens.

It looks like you have your forums in the root directory of your server, not in a subdirectory, so you need to change the link to:

http://forums.yourwebsite.com/misc.php?do=forms

change "yourwebsite" to your website name.

abdelghani68 02-18-2009 08:38 AM

Thanks for this good add-on. I have a little problem :

Code:


 
Parse error: syntax error, unexpected $end in /homez.83/home/www/forum/misc.php(100) : eval()'d code(3792) : eval()'d code on line 1

thanks for your help


All times are GMT. The time now is 05:10 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.02398 seconds
  • Memory Usage 1,745KB
  • 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_code_printable
  • (1)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