vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - Form Hack (https://vborg.vbsupport.ru/showthread.php?t=126676)

Vackrick 08-26-2008 03:35 AM

How to add this into the templete???

$dropdownquestion1 = "Suspension Reason";

// The following choices must NOT have quotation marks
$dropdownchoice1a = "Inactivity";
$dropdownchoice1b = "No Ads";
$dropdownchoice1c = "Wrong Ads ";
$dropdownchoice1d = "Incorrect Placement Of Ads";
$dropdownchoice1e = "No Index Up Within 1 Week Or More";
$dropdownchoice1f = "Another Reason That Is Unlisted";
$dropdownchoice1g = "Unknown";

mustang_lex 08-26-2008 01:12 PM

<font color="Red">Threads automatically generated state that they are "Moderated" SOLVED!
Form missing "Manage Attachments" SOLVED!
</font>

For those who have had this happen to them. I found the solutions. Its quite simple but easily overlooked. Please note that in my situation, the form was being posted to an admin forum that is not accessible to any registered users, just admins.

1) Login into Admin CP
2) Under "Forum and Moderators" click Forum Permissions
3) Go to the forum that the form gets submitted to.
4) Click "Edit" on the usergroup that uses the form (you may need to do this for more then just one usergroup)
5) Because in my situation, everything was set to NO. So I selected YES to "Can Post Threads", "Follow Forum Moderation Rules" and "Can Upload Attachments".
6) Save and volla. Well it worked for me.

Stryker412 08-26-2008 01:55 PM

I didn't test my triple drop down question in IE. It shows in Firefox fine, but in IE the one drop down box does not even appear.

Edit: fixed

cragtay 08-27-2008 08:34 AM

In the default form template of Form Hack 4.1, there is only one place where user can use editor menu bar, emotions, etc., i.e. $messagearea

Can I create another place where user can use editor menu bar, emotions, etc. in a form? I may have only one VB TEXT AREA INPUT, but is there any way to have one more field where user can use bbcode, emoticons, etc.?

viper357 08-27-2008 01:01 PM

I have 2 forms up and running but when I click submit on my newly created form it is not creating any threads, I have tried various forum numbers but nothing?

skulldred 08-27-2008 10:32 PM

My solution:

Add:
PHP Code:

<input type="hidden" value="$foidname="fid" /> 

after:
PHP Code:

<input type="hidden" value="$formnamename="do" /> 

then set the variable:
PHP Code:

'foid' => TYPE_STR 

PHP Code:

$foid $_REQUEST['fid']; 

and now add the following:

PHP Code:

//FORUM TO POST NEW THREAD IN
//You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list.
if ($foid == '5'){
$formforumid "5";}
if (
$foid == '6'){
$formforumid "6";} 

open the form with:
newthread.php?do=form&fid=5 or 6 or what you want

thats it

lazytown 08-28-2008 12:12 AM

For those of you trying to use this as a "contact us" form but are frustrated with the spam, I found a solution..

Use this mod https://vborg.vbsupport.ru/showthread.php?t=186926 instead (only useful for a single contact us form to be posted as a thread).. Uses the spam prevention features of vbulletin.

-vissa

BlueBulletRL 09-02-2008 02:19 AM

pretty please someone help me

Castro82 09-03-2008 02:21 PM

after the update to 3.7.3 there is an securitytokken error using this hack.?

DieselMinded 09-05-2008 12:59 AM

WOW will implement when its updated next


All times are GMT. The time now is 06:51 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.02883 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
  • (5)bbcode_php_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