![]() |
Id donate to whoever can come up with a working 3.7 version. Found a few errors when I installed it, most of them mentioned already.
|
Quote:
i second that if you guys could make that then it would be a winner i think no message box just the custom fields :up: |
i try'ed to install this hack
but i get a database error when i want to put something in Database error in vBulletin 3.6.8: Invalid SQL: INSERT INTO custom_thread_forms ( forumid, title, required, prefixed, opentag, closetag, textboxsize, textboxmax, textboxdesc ) VALUES ( '4', '', '1', '1', '', '', '33', '55', 'test card' ); MySQL Error : Unknown column 'prefixed' in 'field list' Error Number : 1054 Date : Saturday, January 19th 2008 @ 02:25:08 AM can some one help me out with this ? or does some one knows why and what this error means |
Working 3.7 Version would be great :)
|
My users have <br/>/<br/> posted next to all of the fields. Anyway I can remove this? Here is the code I have, please tell me what to edit. Thank you.
if($vbulletin->options['custom_thread_fields_enabled']) { $getcustomthreadfields = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "custom_thread_forms"); while($forms = $db->fetch_array($getcustomthreadfields)) { $custom_formid = "custom_$forms[custom_formid]"; $value = $vbulletin->input->clean_gpc('p', $custom_formid, TYPE_STR); if($forms['required'] == 1 && empty($value)) { eval(standard_error(fetch_error('fill_in_custom_th read_field'))); } if($forms['fieldtype'] == 1) $value = nl2br($value); $forumids = explode(",", $forms['forumid']); if(!empty($value)) { if(in_array($foruminfo['forumid'], $forumids) OR $forms['forumid'] == "-1" ) { $custom_message .= "".$forms['title'].": $value<br /><br />"; $break = "<br /><br />"; } } } $vbulletin->GPC['message'] = $vbulletin->GPC['message'] . "$break $custom_message"; } |
Anyone help with this?
|
Please?
|
What do I edit to make it so the custom message shows on top of the regular message?
|
Quote:
|
So I'm guessing this mod is no longer supported?
|
All times are GMT. The time now is 01:58 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:
|