The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#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? |
#952
|
||||
|
||||
Can I hav the form PM'ed to a specific user group?
Thanks |
#953
|
||||
|
||||
Quote:
|
#954
|
||||
|
||||
While browsing the thread I noticed people requesting for the abilit to include attachments. Is this something that has been implemented?
My primary purpose for the form hack is to send PM's to a specific user group; I would like to include an attachment as well. Right now I'm running only one other hack in my forum - PM Attachments Any chance the functionality from one can be used in the other? Thanks! |
#955
|
|||
|
|||
Quote:
|
#956
|
||||
|
||||
You have to edit the template "form"
|
#957
|
||||
|
||||
Ohh nice! I wish there was a thing like this for 3.0.9! Could use one so users couple submit news via PM to a mod to get posted about.
Edit: I feel stupid... just found the old version lol.. but yea.. trying to design a button users to click for devs to submit their apps if they post it on the forums. =) |
#958
|
||||
|
||||
Quote:
|
#959
|
|||
|
|||
Hi,
I managed to install it, and can view the altered form I've made in my browser, but have some questions (as I am not a coder) 1. How can I add a button in specific forums, that replaces the "New Thread" button with a "New Review" button? I would like to make forums that allow one person to (instead of starting a "New Thread") start a "New Game Review" that opens up the form I've made. 2. How can I make the contents of the user's form go at the very top of the page, visually different/ separate from the rest of the thread? I'd like other people reading the thread to be able to comment on that person's review below. 3. How can I make it so that the field in which they input the Name of the Game they are reviewing becomes the Title of the thread? and finally 4. I noticed that posted results are not very well aligned. Is there some code reference for newbies someone could point me to, so that I can align the resulting form post - i.e. make it look more professional? Thanks in advance, TS |
#960
|
|||
|
|||
Hi Abe
sry for my bad english. i use a translated german version of this hack. it works perfekt, but only one thing wont work as i want. the hack have to post in a existing thread, and the hack do this. but it post a new thred too. i dont know why. |
#961
|
||||
|
||||
Will this great hack be available for 3.6?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|