vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Extra Threadfields Lite(Add Text, Radio, Drop Down, & Checkbox Fields To Threads!) (https://vborg.vbsupport.ru/showthread.php?t=194918)

SpanishHarlem 10-10-2010 12:34 AM

I just installed this on 3.8.6 and purchased the premium version.. Having problems getting it the way I want

When I make the extra fields they show up on top of each other. I am hoping to do it side by side..

I run a freebie forum and want it this way

Month Day Year

Not

Month
Day
Year.

Can you please help me figure this out.

SpeedyHire 10-10-2010 07:35 AM

Try reading within this thread is a good start it is only 5 pages.

change in template showthread_extra_fields

SpanishHarlem 10-10-2010 04:46 PM

Quote:

Originally Posted by SpeedyHire (Post 2108643)
Try reading within this thread is a good start it is only 5 pages.

change in template showthread_extra_fields


If it told me I wouldn't have posted.. Pro version is different then lite.

SpanishHarlem 10-11-2010 03:59 AM

Ok.. I am not able to do the fields the way I want like this..

https://vborg.vbsupport.ru/external/2010/10/25.jpg

So I had to do a text box.. But when it's active I get double outside of the thread and inside as well. How do I get rid of the double..

https://vborg.vbsupport.ru/external/2010/10/26.jpg

Can anyone please help me. I have the premium version and would like to get this active for my members.. Thanks in advance.

SpanishHarlem 10-11-2010 11:13 PM

Nobody can help?

ShackMaster 02-11-2011 06:10 PM

Since you are using the premium version, have you tried asking them directly? I would be interested in knowing how good their service is if I were going to spend the money on it.

N8 11-18-2011 10:12 PM

Is this fully working with the latest VB 3.8?

Hellmaster 11-18-2011 11:00 PM

Quote:

Originally Posted by 1Unreal (Post 1842491)
Perfect. Running on vB 3.8 :)

Cool, I'll install it soon :D

Ov3rrun 02-27-2012 01:54 AM

is there a way to add select fields with an blank option as first on select???

Simon Lloyd 03-18-2012 09:40 AM

Hi can someone help with a small issue, i have set the extra fields as a dropdown list and so that the first in the list isn't selected if they forget to chose one i have set the first field as "Please choose one of the following" but i dont want that to be used as a field either, so can someone help modify this
HTML Code:

if ($vbulletin->options['extra_threadfields_active'] == '1')
{
if (is_array($_POST['fields']))
{
foreach($_POST['fields'] AS $key => $fieldvalue)
{
// check if the field type has options
if (is_array($_POST['fields'][$key]))
{
foreach($_POST['fields'][$key] AS $index => $value)
{
$value = trim($value);

// Check For Required
if (empty($value)) { unset($_POST['fields'][$key][$index]); }
}

// set up the new $fieldvalue
$fieldvalue = implode(",", $_POST['fields'][$key]);
}

if ($_POST['required'][$key] == 'yes' && empty($fieldvalue))
{
$required = $_POST['requiredfield'][$key];
eval(standard_error(fetch_error('required_field_x_missing_or_invalid', $required)));
}

$dataman->validfields['field' . $key] = array(TYPE_NOHTML, REQ_NO);
$dataman->set('field' . $key, $fieldvalue);
}
}
}

to check if the field says "please choose one of the following" that they get sent back to choose one? i have also set up an error phrase 'field_not_chosen'


All times are GMT. The time now is 07: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
  • Page Generation 0.02539 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete