The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#1067
|
||||
|
||||
I just installed this fantastic mod the other day. Thank you, Abe!
I've been working on my first form. One problem I'm encountering is that after filling in the form, all of the selections in the dropdown menus revert to their first choice in the available options (rather than the user chosen option) if I "preview" the form [no default dropdown selections are used]. In contrast, all of the data in the normal question/answer boxes is retained as expected. Is there a way to make sure that the user-selected options in the dropdown fields are maintainted until the user either saves the thread or pushes the reset button? Is there a setting I've missed or mucked up? Thanks. -- Rik ps: I also tried experimenting with having default selections in the dropdown menus. In that case, when I previewed the post, the results in the dropdown menus reverted to their default selections. [This is just an FYI as I'm not planning to use default selections anymore with the dropdown menus.] |
#1068
|
||||
|
||||
I was sometimes running into the following error message when submitting the FORM to create a thread:
"No Thread specified. If you followed a valid link, please notify the administrator" I'd seen references to it within this mod thread but I couldn't find a solution to the problem. After some experimentation I was able to figure out what was wrong in my case. So I'll share it here in case this happens to anyone else. I use vbSEO to create URLs out of the vb thread titles for Google. So within FORMS I was creating nice thread titles by concatenating several "answers" to create a nice URL/thread title. The problem was that the thread titles sometimes got too long for vBulletin. And when that happened, I broke the system and got the error message shown above. The moral of the story is to watch the length of your FORM submission thread titles -- especially if they are variable in length. Hope that helps others. -- Rik |
#1069
|
||||
|
||||
thanks so much for posting this!!!! It was so frustrating trying to pin down why random users couldn't post using the form and others could. (I thought it was a conflict with some other plugin on my site) Of course I couldn't replicate the problem because I always used a really short thread title and as little info as possible just to get a test post done. It would be super helpful if this mods was "fixed" to truncate a thread title that gets too long for vbulletin to handle.
|
#1070
|
||||
|
||||
Is there a way to default Prefill the WYSIWYG text area in the Forms Hack?
I'd like users to post a product review, but i want it to be in a specific format (colors, layout etc). It would be MUCH better if I could prefill that template into the main text area for a form. |
#1071
|
|||
|
|||
Just wanted to give thanks for this great hack! I have two different forms on my site.
One I use for members to submit nominations for a "Member of the Month" type contest we have. I used AJAX controls so members can just type the first few letters of a registered user's name (to select for the contest) and it brings up the users just like it does on other parts of the site.....it works great with this hack and it works great! |
#1072
|
|||
|
|||
My forums require a user to be registered before posting. I've created a forum that allows unregistered users to enter info but when they click the submit button they get this message: No Thread specified.
Is this because of the overall forum permissions where the thread is sitting? |
#1073
|
||||
|
||||
Quote:
|
#1074
|
||||
|
||||
will this work with vb 3.6.4 ?
|
#1075
|
||||
|
||||
It may but there is a vb3.6 version out. Look in my sig for the link.
|
#1076
|
||||
|
||||
thanks ill check it out asap
|
#1077
|
|||
|
|||
I know this an older hack and all, but I was just wondering...is it a limit to how many questions are allowed?
Code:
//////////////////////////////////////////////////////////////////////////////////////////////////// //QUESTION 1 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question1 = "Full name"; $explain1 = "First/Middle Initial/Last"; //QUESTION 2 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question2 = "Organization / Employer"; //QUESTION 3 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question3 = "Complete Mailing Address"; $explain3 = "Street/Apt./Suite/City/State/Zip Code"; //QUESTION 4 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question4 = "Phone Number"; $explain4 = "Area Code/Number"; //QUESTION 5 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question5 = "Please type in your email address"; //QUESTION 6 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question6 = "Fax Number"; $explain6 = "Area Code / Number"; //QUESTION 7 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question7 = "Degree"; $explain7 = "Type in you Degree you have or working towards"; |
#1078
|
||||
|
||||
Quote:
|
#1079
|
|||
|
|||
It was a template edit? Which template? Sorry its been a min since I've done anything with this hack. |
#1080
|
||||
|
||||
Can someone tell me if this hack uses usergroup permissions. Fox example I only what certain usergroups to use this forum?
|
#1081
|
|||
|
|||
I appear to be having permissions problems with this hack (v3.3 of the hack on vB v.3.6.4). Twice, I've had spam posts to a forum using the form hack from users that have not been approved (their usergroup is "(COPPA) Awaiting Moderation"). This user group should not have posting permission in any forum. Any ideas?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|