vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Forms Hack (https://vborg.vbsupport.ru/showthread.php?t=93970)

Abe1 10-06-2005 05:12 AM

Quote:

Originally Posted by WNxWakko
I have another nutty question :) sorry. I have the banner mod installed which allows me to add images or html to put a banner in a forum. Is is possibly for me to put this code into this html box so the form shows up at the top of this forum. If so how would I make this work?

You would put it in the main form template.

eure-mudder 10-06-2005 05:15 AM

Quote:

Originally Posted by Abe1
try

$bbuserinfo = $vbulletin->userinfo;
$formtitle = "$bbuserinfo[username] Justice Appeal";

Works fine.
Thank you, great Hack!

PET 10-06-2005 09:03 AM

i don't really understand what this hack do...

neofootball 10-06-2005 04:51 PM

Question for you Abe1 when I edit the hook and remove radio choices and add more text questions do I edit the hook to below:

$vbulletin->input->clean_array_gpc('p', array(
'normalanswer1' => STR,
'normalanswer2' => STR,
'normalanswer3' => STR,
'normalanswer4' => STR,
'normalanswer5' => STR,
'longanswer1' => STR,
'longanswer2' => STR,

'action' => STR
));

$normalanswer1 =& $vbulletin->GPC['normalanswer1'];
$normalanswer2 =& $vbulletin->GPC['normalanswer2'];
$normalanswer3 =& $vbulletin->GPC['normalanswer3'];
$normalanswer4 =& $vbulletin->GPC['normalanswer4'];
$normalanswer5 =& $vbulletin->GPC['normalanswer5'];
$longanswer1 =& $vbulletin->GPC['longanswer1'];
$longanswer2 =& $vbulletin->GPC['longanswer2'];
??

Because I can only get it to show normalanswer1 & longanswer1.

Abe1 10-06-2005 06:25 PM

Quote:

Originally Posted by neofootball
Question for you Abe1 when I edit the hook and remove radio choices and add more text questions do I edit the hook to below:

$vbulletin->input->clean_array_gpc('p', array(
'normalanswer1' => STR,
'normalanswer2' => STR,
'normalanswer3' => STR,
'normalanswer4' => STR,
'normalanswer5' => STR,
'longanswer1' => STR,
'longanswer2' => STR,

'action' => STR
));

$normalanswer1 =& $vbulletin->GPC['normalanswer1'];
$normalanswer2 =& $vbulletin->GPC['normalanswer2'];
$normalanswer3 =& $vbulletin->GPC['normalanswer3'];
$normalanswer4 =& $vbulletin->GPC['normalanswer4'];
$normalanswer5 =& $vbulletin->GPC['normalanswer5'];
$longanswer1 =& $vbulletin->GPC['longanswer1'];
$longanswer2 =& $vbulletin->GPC['longanswer2'];
??

Because I can only get it to show normalanswer1 & longanswer1.

This is great! But, you have to add to the formanswers template these new varibles also.

neofootball 10-06-2005 06:27 PM

They are in the template that's what I don't understand why only two is showing.

Abe1 10-06-2005 06:29 PM

Quote:

Originally Posted by neofootball
They are in the template that's what I don't understand why only two is showing.

In the form, did you make sure you changed the name= to normalanswer1 & longanswer1

neofootball 10-06-2005 09:18 PM

Yes they are correctly in the template form.

Mepher 10-07-2005 12:12 AM

Abe is it possible to have the form post to 2 seperate forums? I have it all set up and working with a custom form. It posts to a single forum fine but I would like it to generate 2 seperate posts in different forums.

WNxWakko 10-07-2005 02:33 AM

Quote:

Originally Posted by Abe1
You would put it in the main form template.


Im not sure what you mean? I did try copying the form template info into the banner html header box, but it just displayed all the boxes and code.


All times are GMT. The time now is 07:02 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.01988 seconds
  • Memory Usage 1,739KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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