![]() |
Quote:
I wondered if it was possible to have checkbox answers converted to unique numbers and then have all of those unique numbers totaled? Example: Question: What colours.....? Checkbox Answers: 1.Blue 2.Green 4.Yellow 8.White 16.Pink 32.Red 64.Black 128.Purple 256.etc etc etc (the numbers would need to be invisible) Somebody selecting Yellow, Black and Blue would cause the answer in the Form Results Table to be 69 That would make it easy to know which checkboxes were selected because only 4 + 1 + 64 = 69 |
Quote:
|
awesome!
|
Is there a way to tweak this code to make multi-select list?
Code:
$answer .= '<select name="'.$formbit[id].'">'; |
How about a way to have a specific form open from the nav button directly?
Not the list per say. Thanks! |
Thank you for your reply bananalive!
Quote:
Is there any other way to upload the pics whereby no new threat will be be opend and so the date are not visible vor any other persons? Regards Harald |
Hi,
I'm having some problems with prefix. I am using the following code in my custom question "choose prefix" PHP Code:
under form actions i have selected "no prefix", when i go to my form, i can see the dropdown with all the prefix for the destination forum, but when i submit - no prefix is attached the the thread. There are no custom hooks etc for this form. Please advise. |
I've also tried using the following code, to no avail.
PHP Code:
using the above code, and the no attachments code you kindly provided me before - I find that when i click on attachments i do not have permissions to access to FUM.. PHP Code:
|
When I submit the form it says thanks for submitting and looks like it's worked. However the results show no one has submitted a form.
What could be the problem? |
Quote:
|
Quote:
found #879 All sorted now... |
Me again...
Its all working now, so im very happy - But, I am wondering.... I have 5 prefixes configured on the for sale forum, there are 3 forms being used to input threads into this forum. What i would like is that one of these forms, only presents 2 of the 5 prefixes, ensuring that people dont click one of the other 3 by mistake. Is this possible somehow? Cheers |
Anyone?
Quote:
|
I have this on a clients site. They have reviews setup in certain forums using this mod.
There is one forum though that the "post new review" button does not work. There is just a '1' after the forum URL. It is set up just like every other form forum. Is there something I am over looking? Any help would be great! Thanks :) |
Sorry, I have not been able to read through all 89 pages of this thread. Great mod! I was wondering, is there a way to change the nav link. I want to change the name from the default "Forms". Also, is it possible to make this a button somewhere on the page instead of in the navbar. Thanks!
|
Quote:
There is also a link in navbar under 'Quick Links' Or post the html link in one of your templates where you want it. |
Quote:
|
Quote:
Quote:
PHP Code:
|
Quote:
|
Quote:
|
Quote:
From what I can see there is nothing in the "forumdisplay" template. Which plugin would it be? The form is created and pointing to the correct forum. Just the new thread (review) button does not work. Thank you for the help |
Quote:
|
Firstly just wanted to say that I absolutely love this addon. It's saved me a ton of trouble on my Warcraft guild forums for applications. So BL, thank you tons! It even works flawlessly for me after upgrading to vB 4.1, a move I was hesitant to make for addons like this.
I do have a question, though. Is there a way to pull the forum's internal date and post it in the thread title? I'm looking for something like a M d Y format auto detected from the boards, but I can't find anything relevant in this thread. Sorry if I've missed it! I have a forum that's in dire need of some structure in the title. :) Thank you for an awesome mod! |
Quote:
Edit Form -> Form PHP Hooks -> Form Hook: Before Submit: PHP Code:
|
Thank you for the fast reply, it works perfectly! :D Best mod ever. :D
|
Hi there Dom.
I have the following code in a form question (thanks to you! :-)) but I would like to control the order of the items in the drop down list - only 2 there for now but will have have maybe 30 or so soon. Ideally I would like total control as I want to order geographically which only I know. Is this possible please? I was thinking I could keep the order in some kind of variable? Many thanks Mark $answer = "<select name=\"$formbit[id]\" id=\"q_" . $formbit[id] . "\">"; foreach ($vbulletin->forumcache AS $forumid => $forum) { if (!in_array($forumid, array(61,56))) { continue; } if ($qo['forumid']==$forumid) { $forum['selected'] = ' selected="selected"'; } $answer .= "<option value=\"$forumid\"$forum[selected]>$forum[title]</option>"; } $answer .= "</select>"; |
Quote:
(This would show Forumid 2, Forumid 10, then Forumid 1) PHP Code:
|
Thanks a lot - works perfectly. Much appreciated.
Mark |
Quote:
Would you be able to advise, my hook skills are limited to zero. Thanks |
Nice mod, thanks for that.
But one question: I want to translate the following phrase, but I can't find it by searching all phrases: "Error, you have exceeded limit for number of times this form can be submitted." Where can I find this phrase? Thanks for help |
I use the address field.
When I view results, the address is there. When I go to edit a filled form, there may be a single number or letter in address, city and state. If I save, that information is also saved. ???? |
1 Attachment(s)
Quote:
|
Quote:
|
Quote:
Thanks! Excellent mod. :up: I spoke too soon. Zip Code is now State State is now City City is now Address line 2 |
1 Attachment(s)
Quote:
|
Quote:
Looks good now. This mod is a life saver. I used to use form mail but bots were relentless. Now I can limit who can view and submit the form. Thanks again! |
Is it possible to display a form before purchasing a paid subscription? Like you select a paid subscription, and just before you're redirected to the payment site, you'll get a form displayed which must be accepted/filled with information.
|
The editor is not working anymore with the vb 4.1.4 update.
|
Quote:
|
Quote:
|
All times are GMT. The time now is 11:01 PM. |
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:
|