The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#942
|
|||
|
|||
Oh what have I done. I was playing around with the forums and now the form won't work. admin, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system? 2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. I set the redirectoption = 4 but it wont work. Anyone able to help |
#943
|
|||
|
|||
Is there a way to make user enter the post title? For instance, I would like the answer from $normalquestion1 to be the $posttitle. Whatever the user enters in that box should be the title of the post. Can this be done? Thx.
|
#944
|
|||
|
|||
Hi! I have the icash hack installed for my forum money, and I'm interested in exploring applicability of these two functions of your forms hack:
># Order form to buy things ># Donation form How are these things done with the forms hack, in the context of forum money? Is it even applicable? |
#945
|
||||
|
||||
Cool Hack!
|
#946
|
|||
|
|||
Abe1
Can you help me understand a little better: Of the steps below I completed step 1 However I dont understand how to perform step 2. How do I edit the main hook and after that how will I make the form. Any help you can give would appreciated. Thank you. 1 - Import the xml into products. (admin cp -> Plugin System -> Manage Products -> Add/Import Product) 2 - Edit the main hook - the instructions are all inside the hook itself, in the top half. Follow the instructions carefully! 3 - To get to the form, go to: /newthread.php?do=form (change "form" to the name of your form if you have few) |
#947
|
|||
|
|||
Need some help...
I'm trying to modify my form but have no luck... Link to the form: http://www.en-raptured.com/main/newthread.php?do=app I tried to put the following Code:
//VARIABLES
//Study how variables are add here to add or remove any. If you add a variable to your form, you must add it to part one and part two.
////////////////////////////////////////////////////////////////////////////////////////////////////
// Part 1
$vbulletin->input->clean_array_gpc('p', array(
'answer1' => TYPE_STR,
'answer2' => TYPE_STR,
'answer3' => TYPE_STR,
'answer4' => TYPE_STR,
'answer5' => TYPE_STR,
'answer6' => TYPE_STR,
'answer7' => TYPE_STR,
'dropdownanswer1' => TYPE_STR,
'checkboxanswer1_1' => TYPE_STR,
'checkboxanswer1_2' => TYPE_STR,
'checkboxanswer1_3' => TYPE_STR,
'checkboxanswer1_4' => TYPE_STR,
'checkboxanswer2_5' => TYPE_STR,
'checkboxanswer2_6' => TYPE_STR,
'checkboxanswer2_7' => TYPE_STR,
'checkboxanswer2_8' => TYPE_STR,
'checkboxanswer2_9' => TYPE_STR,
'longanswer1' => TYPE_STR
));
// Part 2
$answer1 = $vbulletin->GPC['answer1'];
$answer2 = $vbulletin->GPC['answer2'];
$answer3 = $vbulletin->GPC['answer3'];
$answer4 = $vbulletin->GPC['answer4'];
$answer5 = $vbulletin->GPC['answer5'];
$answer6 = $vbulletin->GPC['answer6'];
$answer7 = $vbulletin->GPC['answer7'];
$dropdownanswer1 = $vbulletin->GPC['dropdownanswer1'];
$checkboxanswer1_1 = $vbulletin->GPC['checkboxanswer1_1'];
$checkboxanswer1_2 = $vbulletin->GPC['checkboxanswer1_2'];
$checkboxanswer1_3 = $vbulletin->GPC['checkboxanswer1_3'];
$checkboxanswer1_4 = $vbulletin->GPC['checkboxanswer1_4'];
$checkboxanswer2_5 = $vbulletin->GPC['checkboxanswer2_5'];
$checkboxanswer2_6 = $vbulletin->GPC['checkboxanswer2_6'];
$checkboxanswer2_7 = $vbulletin->GPC['checkboxanswer2_7'];
$checkboxanswer2_8 = $vbulletin->GPC['checkboxanswer2_8'];
$checkboxanswer2_9 = $vbulletin->GPC['checkboxanswer2_9'];
$longanswer1 = $vbulletin->GPC['longanswer1'];
|
#948
|
|||
|
|||
Anyone?
|
#949
|
|||
|
|||
Shameless bump...really need help with it :/
|
#950
|
||||
|
||||
You have to edit the template also.
|
#951
|
|||
|
|||
Do I edit the xml product file directly?
I have no idea where to start, Is there some sort of help for Vbdummies? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|