The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#692
|
|||
|
|||
I have problem with the first "blank area".
I just install this hack, i juste quote //normalquestion1 and when i go there, i have blank text area without any question http://forums.hollinae.com/newthread.php?do=form and I didn't found where i can delete it |
#693
|
|||
|
|||
Hi,
This is great and i have it working a treat but for one thing. I would like the thread title to be what the user inputs for the first variable, you see i am trying to use this as a way of letting users post news to my front page. I have been trying for 2 hours to get it to work but i'm no good at this stuff and am just guessing really could someone please point out how i would go about it. |
#694
|
||||
|
||||
Fantastic hack. It serves so many functions. Thank you, Abe1. *Clicked install*
|
#695
|
|||
|
|||
Quote:
PHP Code:
PHP Code:
|
#696
|
|||
|
|||
Hi,
thanks for that the only thing ismine does not look like yours at all, and when i try to do your alterations i get an error when posting a thread. here is the code i have for the form. PHP Code:
|
#697
|
|||
|
|||
I sorted it out, In the incredibly unlikely event that someone else has this problem here is how i fixed it,
In this part PHP Code:
I changed this PHP Code:
PHP Code:
Simple really but after 11 hours of doing things to the site it took a while to realise... |
#698
|
||||
|
||||
Quote:
Quote:
Thanks. |
#699
|
|||
|
|||
Quote:
|
#700
|
|||
|
|||
I've put at least 8 hours into this now and just can't figure out what I'm doing wrong. I'm trying to design my own form and keep running into problems. I've tested various changes.
I have copied the form plugin, added and new one, copied the data into the new one and renamed the form. I was able to successfully get into the new form (http://sacredhaven.org/vanguard/foru....php?do=enlist) with no problems. 1) I removed the following from the plugin: Part 1: 'normalanswer1' => TYPE_STR, Part 2: $normalanswer1 = $vbulletin->GPC['normalanswer1']; Question: $normalquestion1 = "What is the meaning to life?"; |
#701
|
|||
|
|||
I've put at least 8 hours into this now and just can't figure out what I'm doing wrong. I'm trying to design my own form and keep running into problems. I've tested various changes.
I have copied the form plugin, added and new one, copied the data into the new one and renamed the form. I was able to successfully get into the new form (http://sacredhaven.org/vanguard/foru....php?do=enlist) with no problems. 1) I removed the following from the plugin: Part 1: 'normalanswer1' => TYPE_STR, Part 2: $normalanswer1 = $vbulletin->GPC['normalanswer1']; Question: $normalquestion1 = "What is the meaning to life?"; The question was gone, but the box to type the answer was still there, so I continued a little further. 2) I changed the following: $maintemplate = "form_enlist"; $answertemplate = "formanswers_enlist"; I copied the form and formanswer templates, added new ones with the names form_enlist and formanswers_enlist. I haven't gone in to change the data yet because just by making this change, the page loads to a blank empty page now. This is very frustrating. Can anyone assist? |
#702
|
||||
|
||||
1. You'll need to remove the entries for $normalanswer1 in the form and answer templates.
2. Are you getting a blank page or does an error show? If the latter, what is the error. |
#703
|
|||
|
|||
I removed the following from the form_enlist template:
<tr> <td class="alt1" colspan="3"> <b>$normalquestion1</b> </td> </tr> <tr> <td class="alt2" colspan="3"> <input type="text" size="30" name="normalanswer1" /> </td> </tr> I removed the following from the formanswers_enlist template: $normalquestion1 $normalanswer1 Still coming up as a blank page, so something else must be happening. Here's the link to the form: http://sacredhaven.org/vanguard/foru....php?do=enlist Have I done something wrong or perhaps another plugin is messing this up. I'm using the following plugins: Form Hack 3.3 Separate Sticky and Normal Threads 1.20 vBadvanced CMPS 2.1.0 Welcome Headers 4.0.6 ------------------------------------- Edit: Just an fyi, the original form that comes with the form hack plugin is working fine from what I can tell. http://sacredhaven.org/vanguard/foru...ad.php?do=form It becomes a blank page when I change the path over to the form_enlist template from what I can tell. And, if I try to use the regular form template and remove the generalquestion and generalanswer parts, it still gives me an empty box in the form. I'm lost. |
#704
|
|||
|
|||
Well, I figured it out. /SIGH
Seems I was altering the Hack Form for my Darkness style but I had my style set to a test style. I went into my options and changed it back to Darkness and it's working. Oh well, it's always the simple things. Awesome Hack, thank you! |
#705
|
||||
|
||||
Nice addon. Thanks for doing it.
|
#706
|
|||
|
|||
Quote:
Sounds like you just needed a break from it to figure it out, 8 hours is a long time without one. Glad you got yours sorted |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|