![]() |
The BBCode format of forms with section headers is a little mucked up.
Sample: Quote:
There is no break between section and the question immediately following the section. I've bolded the questions above in the example. |
Curious, is there any possibility we could see the mod functional with the new official vB Mobile style?
|
Quote:
|
1 Attachment(s)
Quote:
https://vborg.vbsupport.ru/attachmen...1&d=1299687672 |
Sweet, that did the trick. Thanks bananalive you are 10 times over The Man™
|
Quote:
And then change the php of the plugin to: PHP Code:
PHP Code:
|
Thank you - this is all good. Nearly there.
My one remaining issue is to do with the drop down list of the forums in the custom question (now #1 with prefix #2 question and yes I do have a default forum to get the prefixes from) and filtering using an array. I am using: $answer = "<select name=\"$formbit[id]\" id=\"q_" . $formbit[id] . "\">"; foreach ($vbulletin->forumcache AS $forumid => $forum) { if (!in_array($qo['forumid'], array(53,9999,34,55,65))) { continue; } if ($qo['forumid']==$forumid) { $forum['selected'] = ' selected="selected"'; } $answer .= "<option value=\"$forumid\"$forum[selected]>$forum[title]</option>"; } $answer .= "</select>"; However I still don't get any values displayed - the drop down list is empty - would you mind please checking the syntax for this? (I am launching the form from forum 53 by the way) Finally - one unrelated question - is it possible to display the prefix in the custom form output - I don't see a variable name for it and wondered. Many thanks for your help. Quote:
|
Great addition to the forum .. thanks.
Question which I hope someone can with :- Creating a form as a Vendors agreement. 1/ Your Company Name .. Single line text field 2/ Vendors Agreement .. Custom 3/ Comments .. Multi-line text field 4/ Agree to agreement .. yes/no question When form is submitted, everything but the agreement is submitted but the only place I could place the agreement is in the 'custom' description box. I need that agreement submitted with the form !? Thanks |
1 Attachment(s)
I have several categories with several forms in each category.
I would like to have them display across the screen in columns instead of full screen width for each one. Can someone point me in the right direction? See attached for what I have right now. Thank you |
Quote:
|
All times are GMT. The time now is 03:36 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:
|