![]() |
Ok nevermind. Looks like I have to go into config and start editing code to change forms. ('thought it was a plugin that would give forum members the option of creating their own forms when creating a new thread - just like a poll almost). Oh well, thanks anyway.
|
I don't suppose anyone has taken this mod and changed it so that instead of creating a reply to an existing thread, it adds the text of the submited form to the begining or end of an existing thread ?
|
Quote:
Code:
//ENABLE FORM TO REPLY TO EXISTING THREAD - 1 = yes, 0 = no |
Quote:
|
Quote:
Not quite. i don't want to add a new post to a thread. I want to have a post with some text - This is the text - and someone uses the form and in the form they enter "more text" , it updates the post and it now looks like - This is the text - more text and so on. |
Ok, I love this hack, tried searching the thread but no joy in finding the answer to this question.
I've got two forms, but can find only one pair of templates to edit, the forms seem to require different templates but I can only find the one pair. My question is, how do i edit the templates for two forms that need to look differnt if there is only one pair of templates? I'm sure I've missed something somewhere.... any help? EDIT, scrap that question, you need to create custom templates and do it that way. Might be nice if that info were added in the very beginning of the hacks instructions as Ive seen a number of posts in this thread asking similar questions :) Very cool hack :) Mike |
Anyone have any idea on how to disable the smilies field completely from the form?
I have some smilies that cause an error if they are used when submitting the form, and it doesn't really need smilies so i'd rather have the entire box with smilies gone. |
I believe it is under Forum Permissions - th ere are options for allowing Post Icons and Smilies. Set Smilies to 'No' for the forum you have it posting in to.
|
Unfortunately that only seems to remove the parsing of the smilies.
It leaves the box in the form :S It does seem to remove the error, so it's at least useable now :), but it would be nice to just completely remove it somehow. |
I installed the product according to the instruction
Quote:
Quote:
Quote:
My question is where to look for form option after importing the product? I mean after this Quote:
I lost and uninstall the product. |
Quote:
UPDATE: I found the global option under vB Options> Message Posting Interface Options. To completely remove the box, set the second option to 0. If you wanted to do this per-forum, I suppose you'd need to edit the Quick Reply and New Reply templates to not display the smilies box in that forum. Do a quick search for vB Conditionals if you're not sure how to do that. |
Hello my English is not very good, but I try anyway.
My problem: I have 6-response capabilities. However, the design is not true. Where can I change? Look here: |
You can change the user input and layout look for the inputs in the template "forum".
You can change how they are displayed in the thread in which they are posted in the template "forumanswers". |
Hi editted the form hack to my questions but when I turn on the require all fields and test it. its says I missed some fields even though I filled it all out.
could you help fix it. If so here a copy of the editted form in the attachment thanks inadvanced |
Quote:
first thanks for the quick response. But I have already tried everything to the order of the display. However, the points 1-6 not consecutive. Can you tell me exactly what I need to edit? |
Been trying to figure this out for awhile now. Currently I have 5 things I want posted but only 3 of them are showing up and the number 5 question's answer is showing up for the number 3's answer. I preview the forms before posting them to test it out and after hitting the preview button the number 5 answer shows up in the number 3 and 4's area, yet it does not get posted. heres most of my coding.
Code:
// Part 1 and this is my formanswers Code:
$bbuserinfo[username] |
Quote:
Code:
'answer4' => TYPE_STR, Code:
|
Quote:
I need to know more to try and offer help to you. Are you trying to edit your forum that your users fill out? It looks like you need to edit your template "form". Are these radioanswers buttons or what are you trying to use? |
Quote:
if ($normalanswer1 == '' OR $radioanswer1 == '' OR $radioanswer2 == '' OR $radioanswer3 == '' OR $answer1 == '' OR $answer2 == '' OR $answer3 == '' OR $answer4 == '' OR $answer5 == '' OR ($checkboxchoice1_1 AND $checkboxchoice1_2 AND $checkboxchoice1_3) OR $longanswer1 == '') |
Quote:
In the first picture (aufzeichnung.jpg) is the current display. In the second, I picture (unbenannt.jpg) it with an image editing program to edit as I like it wants. But I do not know how? I have been in the template "form" much edited, but without success. The arrangement is apparently where otherwise stated. greez curse |
Quote:
|
Quote:
Code:
if ($answer1 == '' OR $answer2 == '' OR $answer3 == '' OR $answer4 == '' OR $answer5 == '') What does you template "form" look like? |
$bbuserinfo[username]
$question1 $answer1 $question2 $answer2 $question3 $answer3 $question4 $answer4 $question5 $answer5 ------------------------------------------------------ $vbtextquestion $vbtextanswer ------------------------------------------------------ i typed in amount for # 3, number for 4, and cost for 5. But after hitting preview this is what I get. https://vborg.vbsupport.ru/external/2008/01/14.jpg https://vborg.vbsupport.ru/external/2008/01/15.jpg is this what you meant by the template form? once again thx for the help. |
Quote:
Now it looks to me as if you did not add this to the lower part of your plugin like I mentioned before. Code:
|
I would like to have the form post new threads in multiple forums selected by checkboxes.
This code seems to work well for selecting one $formforumid, but the first two "else" statements would prevent multiple selections, and taking them out did no good. I'm guessing the issue may be that $formforumid can't be assigned multiple values (i.e., $formforumid = "1,2,3" or some such), but hopefully it can and I'm just missing the language that will do it. Easy answers are nice. :p If anyone has a suggestion to get multiple forums working, I'll make the edit to the original form and post it as an example so it's easy for the next person. Thanks for any ideas... :) PHP Code:
|
this is my lower code
Code:
// ####################################################################### |
Quote:
|
I too have done everything to the "T".....I am having an issue getting answer 4 to display after submit.....i have done everyhting right...mind you I have been doing vbulletin hacks for quite some time but i am just stumped on this one......i have edited both templates....i have also added the variables to 1 & 2 of the plugin and added $normalanswer1 == '' OR $answer1 == '' OR $answer2 == '' OR $answer3 == '' OR $answer4 == '' as well.....and yet nada....this is the only hack i have ever had stump me.....i have also atached a copy of my plugin
Code:
Form Answers Template Code:
Form Template |
p1a6u3
I just installed your templates that you posted for your form, formanswers and your plugin into my test site and everything worked fine for me. I even got question #4 to post in my thread. I did not change or alter anything you posted. I just put your code you posted in and it all worked. Maybe one of your other hacks or plugins is interfering with this. |
No im an idiot lol I ust figured it out....i guess i need to be sure that i refresh my browser instead of going back page lol..sorry for taking up your time....my bad!.....n00b m0v3!
|
NM I got it.....i need to just go to bed now lool
|
It is OK, I have been there an done that too.
|
Ok attroll i am gonna need your expertise now....ok so heres what i got....form hack is done and functioning.....the way i want it done now is to create another form, pretty easy for me now...except that i want a form for each discussion forum i have....so one form per forum...how in the hell would i be able to accomplish this? I have added the "else /" conditional to check forum against form, which in turn changes the new thread link to the form link (thanks to D3fuse Here ).....but this is done in FORUMDISPLAY template....hope you understand here....got any ideas?
|
Quote:
There is another post about using forms for individual forums by someone else here in this thread also. You may want to read this post #813 and contact this individual and see how he did it. Sorry I can not help with this one. |
TY attroll! Appreciate you answering me and helping support...and thx for the posts! greatly appreciated ;-) BTW, you are doing a great job here supporting...ive read alot in this thread, id say every page to be honest....and ive seen you supporting...awesome! this is what forum boards/communities are about!...thx again!
|
Quote:
|
I have a quick question if anyone knows how to solve this, we're using a combo box to find out what games people play(5 options total). We have it set to make a thread when the form is filled out, the options people selected from this question are listed right after each other and it's hard to see where one starts and the other left off. Is it possible to insert a comma after each checked item that's displayed to make it easier to read?
|
Quick question regarding the email form functionality.
I'm going to have a field where the user can enter their email address. This form will be sent to our ticket processing que. I'd like to be able to pull the users email addy from this field and have the email be sent to the email I've entered in the code under the email that's in the field. Hope that makes sense. Anyone know if that's possible? |
Anybody know what I would have to change with this section to get it to post to 2 forums?
Code:
//FORUM TO POST NEW THREAD IN |
Quote:
Haven't delved into the email options yet, but I just noticed that the option for multiple email addresses is built in. Code for posting to multiple forums should be similar, right? That's where I'm going to look next; see if the code can be mimicked. Once this is solved, next step is to figure out how to make the forums selectable via check boxes. I have it working for single-forum selection, but have a feeling it might get complicated figuring out how to add the forumid to some sort of formforumid array if the corresponding box is checked. Whee! |
All times are GMT. The time now is 05:14 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|