[TH] Custom Fields [Deleted]

I Custom Post Fields created using Field Phone, members can enter a phone number in this field when they comment. But the number of members to enter this field is not displayed in the content of their comments.


sorry, my bad english
 
Create New Field

The following error occurred:

ysqli statement execute error : Truncated incorrect DOUBLE value: 'abc'
  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 317
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Waindigo/CustomFields/Model/PostField.php at line 1045
  4. Waindigo_CustomFields_Model_PostField->rebuildPostFieldMaterializedOrder() inWaindigo/CustomFields/DataWriter/PostField.php at line 219
  5. Waindigo_CustomFields_DataWriter_PostField->_postSave() in XenForo/DataWriter.php at line 1385
  6. XenForo_DataWriter->save() in Waindigo/CustomFields/ControllerAdmin/PostField.php at line 220
  7. Waindigo_CustomFields_ControllerAdmin_PostField->actionSave() in XenForo/FrontController.php at line 313
  8. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132

My xenforo: 1.1
 
Create New Field

The following error occurred:

ysqli statement execute error : Truncated incorrect DOUBLE value: 'abc'
  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 317
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Waindigo/CustomFields/Model/PostField.php at line 1045
  4. Waindigo_CustomFields_Model_PostField->rebuildPostFieldMaterializedOrder() inWaindigo/CustomFields/DataWriter/PostField.php at line 219
  5. Waindigo_CustomFields_DataWriter_PostField->_postSave() in XenForo/DataWriter.php at line 1385
  6. XenForo_DataWriter->save() in Waindigo/CustomFields/ControllerAdmin/PostField.php at line 220
  7. Waindigo_CustomFields_ControllerAdmin_PostField->actionSave() in XenForo/FrontController.php at line 313
  8. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132

My xenforo: 1.1
I can't replicate this error. Might be a bug with your database. What version of MySql are you using?
 
Will this update populate the missing data from the xf_thread_field_value table with existing data from an earlier version of this addon?
No. But the cached data will not be overwritten, so there shouldn't be any issues.
 
When (or in what situation ) does this addon use the values from the xf_thread_field_value tale?
I don't think it gets used anywhere. But if you ever wanted to do a database query to look up all threads with a specific custom thread field value, you would need this table as you can't do a query like that with the cached data.
 
Just got this error. I had customfields installed but decided to install the latest resource addon for the first time. I went to create a category and on submission:
Screen Shot 2013-09-06 at 1.40.28 AM.webp

Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'custom_resource_fields' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77

Code:
#0 /var/www/indiegamers.com/root/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...')
#1 /var/www/indiegamers.com/root/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /var/www/indiegamers.com/root/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /var/www/indiegamers.com/root/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /var/www/indiegamers.com/root/library/XenForo/DataWriter.php(1612): Zend_Db_Adapter_Abstract->insert('xf_resource_cat...', Array)
#5 /var/www/indiegamers.com/root/library/XenForo/DataWriter.php(1601): XenForo_DataWriter->_insert()
#6 /var/www/indiegamers.com/root/library/XenForo/DataWriter.php(1393): XenForo_DataWriter->_save()
#7 /var/www/indiegamers.com/root/library/XenResource/ControllerAdmin/Category.php(157): XenForo_DataWriter->save()
#8 /var/www/indiegamers.com/root/library/Waindigo/CustomFields/Extend/XenResource/ControllerAdmin/Category.php(84): XenResource_ControllerAdmin_Category->actionSave()
#9 /var/www/indiegamers.com/root/library/XenForo/FrontController.php(337): Waindigo_CustomFields_Extend_XenResource_ControllerAdmin_Category->actionSave()
#10 /var/www/indiegamers.com/root/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /var/www/indiegamers.com/root/admin.php(13): XenForo_FrontController->run()
#12 {main}

Any idea? Can't create categories but don't want to turn off customfields as im using ti for social groups.
 
the custom fields do not appear when the thread goes to the moderation queue ... is there a fix for that? Would love to be able to display them there/edit them if need be.

Also, on the "recent activity" page -- if there was a way to grab them.
 
Last edited:
Is it possible to disable reductor (editor) and have only custom fileds? Or at least disable requirement to write something in the editor when posting.
 
the custom fields do not appear when the thread goes to the moderation queue ... is there a fix for that? Would love to be able to display them there/edit them if need be.

Also, on the "recent activity" page -- if there was a way to grab them.
Both of these pages are summary pages, so it is as designed that custom fields do not appear there. If you want this added though, please PM me to discuss contributing.

Is it possible to disable reductor (editor) and have only custom fileds? Or at least disable requirement to write something in the editor when posting.
This has been discussed several times but no-one has contributed yet.
 
I have installed this mod and is perfect for what im after. One question if i may.

If i create a forum called Computers.
And i create a custom field called Parts
A member creates a new thread and fills the field parts in with the word monitor.
can i create another form called monitors and then this forum automatically pulls any posts that someone has sumbmitted the custom field monitors.

Hop you understand what i mean.

Thanks in advance
 
I have installed this mod and is perfect for what im after. One question if i may.

If i create a forum called Computers.
And i create a custom field called Parts
A member creates a new thread and fills the field parts in with the word monitor.
can i create another form called monitors and then this forum automatically pulls any posts that someone has sumbmitted the custom field monitors.

Hop you understand what i mean.

Thanks in advance
So you are basically looking for a way to search for threads based on what someone has filled in?
 
not really no. Let me try and explain again (sorry)

I have a forum called computers and in that forum i have sub forums called monitors, cards,memory etc.
I also have another forum called london and in that forum i have sub forums called monitors, memory etc..

So if somepne posts a new thread in the monitors section of computers and in the thread prefix they select from a drop down screens.

then that post automatically goes into the forum london screens as well as the computers. screens.

does that make sence?

thanks
 
not really no. Let me try and explain again (sorry)

I have a forum called computers and in that forum i have sub forums called monitors, cards,memory etc.
I also have another forum called london and in that forum i have sub forums called monitors, memory etc..

So if somepne posts a new thread in the monitors section of computers and in the thread prefix they select from a drop down screens.

then that post automatically goes into the forum london screens as well as the computers. screens.

does that make sence?

thanks
I'm not really sure how the custom fields is making any difference here. I assume they are selecting "London" from a drop down menu when they are creating the post in the Computers -> Monitors forum?

You will probably need a custom add-on developed for doing this. I am not aware of any add-on that currently does this.
 
Back
Top Bottom